packetnet
packetnet copied to clipboard
Official repository - High performance .Net assembly for dissecting and constructing network packets such as ethernet, ip, tcp, udp etc.
Appveyor
@PhyxionNL should we fix the appveyor build? Maybe we can just upgrade the visual studio version and it will be fixed? I can take a look.
When I run analysis on a L2tp Packet, the session ID is showing up as 0, but when I open the same packet in wireshark, It shows the session ID...
OSPF V2 packet with link-local signaling (LLS) data is not extracted correctly. The length of the LLS data is not determined by the OSPF header but by the IP header....
was the any plan support SCTP ?
assuming Null Ciphering and 96 bits Integrity algorithm
IPv6 TotalLength & PayloadLength & aren't calculated properly. I looked at code and saw UpdateCalculatedValues was not overrided by IPv6Packet. ```c# var buffer = new byte[100]; var packetv6 = new...
IP Header Protocol is 50(ESP), how to look ESP Info?
Hello? When I try to parse udp packet like this: > Packet packet = Packet.ParsePacket( LinkLayers.Ethernet, raw_capture.Data ) ; > Debug.Assert( packet is EthernetPacket ) ; // OK. > Debug.Assert(...
An 802.1ad (`EthernetPacketType.ProviderBridging`) VLAN tag is just an 802.1Q (`EthernetPacketType.VLanTaggedFrame`) VLAN tag with a `TPID` value of 0x88a8 rather than 0x8100. When `EthernetPacket.ParseNextSegment()` is parsing the Ethernet payload data to...
CI woes
@chmorgan Can you: - Create a new NuGet key, the current one has expired. - Remove semaphore and appveyor (it's still there), or give me access to modify that 🙂.