1
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected 1 day ago.
Sep 22, 2025 — Sep 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Clean up some xml documentation to match the standard and silence compiler warnings More... about 12 years ago
InformationElementTest: Remove unused 'infoElement' variable to silence a compiler warning More... about 12 years ago
IGMPv2PacketTest: Switch from IpAddress.Address to GetAddressBytes() as Address is deprecated More... about 12 years ago
Add 'F' to indicate a field in <see cref> to silence a documentation warning generated at compile time More... about 12 years ago
Fix several warnings about malformed documentation on System.Byte[] More... about 12 years ago
InformationElement.ErpInformation2, add stub documentation to quiet a warning More... about 12 years ago
[Serializable] Attribute added to the protocol classes Unit tests added to test serializing and deserializing the protocol classes More... about 12 years ago
Add capture file and unit tests to verify correct function of IP fragmentation handling More... over 12 years ago
No longer try to parse IP fragments to avoid payload corruption More... over 12 years ago
Update assembly version from 0.12.0 to 0.13.0 More... over 13 years ago
Implement Ieee 802.1Q vlan tag support and unit test More... over 13 years ago
WakeOnLanPacket.GetEncapsulated(), while obsolete, should use the existing ethernetPacket and udpPacket variables More... over 13 years ago
Parse WakeOnLanPackets like other types of packets, using the EtherType or the udp destination port More... almost 14 years ago
Implement Packet.Extract() to replace per-packet GetEncapsulated() methods More... almost 14 years ago
Fix spelling mistake by renaming ByteRetrievalPerformancs to ByteRetrievalPerformance More... almost 14 years ago
Document the purpose of the byte retrieval test More... almost 14 years ago
Enable ByteArraySegment.Length to be set. This is required for packet dissectors that contain nested packets/datagrams as the header ByteArraySegment has to be adjusted to exclude these bytes More... about 14 years ago
Correct access modifiers in Packet to enable 3rd party assemblies to use PacketDotNet classes to build custom packets More... about 14 years ago
Use existing properties to access ParentPacket and PayloadPacket instead of directly accessing packet properties. More... about 14 years ago
Add Neighbor Solicitation to ICMPv6Types per request on sourceforge More... about 14 years ago
Update SharpPcap library to 4.1.0 More... over 14 years ago
Update assembly version to 0.12.0 More... over 14 years ago
Merge Alan Rushforth's github branch, git://github.com/alanrushforth/Add-802.11-to-Packt.Net.git More... over 14 years ago
Changing PayloadLength property to a method to try and better reflect its purpose. More... over 14 years ago
Adding comments to PPI and RadioTap packet methods and properties More... over 14 years ago
Renaming enumeration values so they fit with the conventions of the rest of the library More... over 14 years ago
Adding support for 32 bit alignment of PPI header fields More... over 14 years ago
Adding ability to construct PPI packets and adding more properties to PPI fields More... over 14 years ago
Fixing bug caused SequenceControlField properties not clearing bits before setting value More... over 14 years ago
Fixing bug so we account for presence of FCS when updating FCS value More... over 14 years ago