Packetnet Versions Save

Official repository - High performance .Net assembly for dissecting and constructing network packets such as ethernet, ip, tcp, udp etc.

v1.4.7

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/dotpcap/packetnet/compare/v1.4.6...v1.4.7

v1.4.6

1 year ago

What's Changed

Full Changelog: https://github.com/dotpcap/packetnet/compare/v1.4.5...v1.4.6

v1.4.5

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/dotpcap/packetnet/compare/v1.4.0...v1.4.5

v1.4.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/dotpcap/packetnet/compare/v1.3.0...v1.4.0

PacketDotNet_0_14_0

7 years ago

Packet.Net ChangeLog v0.13.0 -> v0.14.0 https://github.com/chmorgan/packetnet Chris Morgan [email protected]

commit b4d5fc140ab1d7b0f142a8d5febd0c2302fbaf8f Author: Chris Morgan [email protected] Date: Sat Feb 11 15:55:06 2017 -0500

Bump the assembly version from 0.13.0 to 0.14.0

commit 62f152fcdbafef1818e5235d30cc6dd0e9426d17 Author: Chris Morgan [email protected] Date: Sat Feb 11 14:43:18 2017 -0500

Upgrade .NET target framework from 3.5 to 4.6.1

Older frameworks, 4, 4.5 and 4.5.1 no longer have support as of Jan 12, 2016.

Fixes issues when building on Linux under Mono where older frameworks have been removed.

commit edb9bd91bba14ed73c6a3040ce01b56d815f9dc5 Author: Chris Morgan [email protected] Date: Sat Feb 11 14:42:08 2017 -0500

LSA.cs - Fix some documentation warnings

Also remove some duplicate code in some properties. Some of that duplicate code was completely incorrect.

commit 23f85fdada71a8a406c3f7eede35bf692c55f1bb Author: Chris Morgan [email protected] Date: Sat Feb 11 11:43:33 2017 -0500

Normalize all files with dos2unix

Fixes issues where editors will complain that line endings don't match project settings and where
there are some odd characters in files.

commit 9d4e3ed0fe16a25d0f270e805fcd67a3309f736a Author: Cameron Elliott [email protected] Date: Wed Dec 14 21:09:26 2016 -0800

Raw IP parsing unit tests

Run some tests against both the ipv4 and ipv6 raw link layer parser using raw pcap files.

commit b0be611c2c4ee1716144c334bfacd18f5cb5bdb9 Author: Cameron Elliott [email protected] Date: Wed Dec 14 20:50:33 2016 -0800

Added two raw pcap files for raw link layer testing, an ICMP ipv4 sample, and an ICMP ipv6 sample.

commit 94c100c118fb0c3a9030ad686e7d527f5117c079 Author: Cameron Elliott [email protected] Date: Tue Nov 29 14:59:14 2016 -0800

Changes to support Raw IP packets as written by Wireshark and Rawcap.exe(http://www.netresec.com/?page=RawCap)

Raw IP packets are IPv4 and IPv6 directly inside the raw libpcap packet, the first
byte of the Raw IP packet is the first byte of the IPv4 or IPv6 packet.

Search for 'LINKTYPE_RAW' on: http://www.tcpdump.org/linktypes.html

This is the file format you get when you use Rawcap.exe to capture packets on the loopback interface.
More: http://www.netresec.com/?page=RawCap

Winpcap cannot normally capture off of the loopback interface, so this is a nice tool to capture loopback packets, and with this support
for Raw linklayer these can now be parsed.

It is quite possible this is the link layer used by Wireshark and other tools on Linux when capturing
from the loopback interface, although they can use LinuxSLL as an option.

commit b792a1c287bbf7504cb40131451fa694bdc67729 Author: Cameron Elliott [email protected] Date: Mon Dec 12 19:22:23 2016 -0800

upgrade to NUnit 2.6.3

commit 7659707bf1aa65ac369a92a57c3002abd6300e08 Author: Chris Morgan [email protected] Date: Wed Nov 30 12:58:56 2016 -0500

Run dos2unix on PacketDotNet.csproj to normalize line endings

commit 7519a96102f3422912faf6ea2860589df1e33483 Author: Georgi Baychev [email protected] Date: Wed Oct 5 20:56:51 2016 +0200

initial implementation of ospfv2 protocol

commit 6f342e0a8358b9d130ec8c4c7e3c5608a2839e18 Author: Chris Morgan [email protected] Date: Thu Nov 10 11:10:16 2016 -0500

dos2unix on files that had CRLF line endings for consistency

commit 359dfdae8cbc443f74bf8d1e8c51c85b78547f9b Author: Chris Morgan [email protected] Date: Fri Jul 8 18:50:47 2016 -0400

Update website url, switch url from sourceforge to github now that the project has been moved to github

commit 33f0b5215d0ba3d7eee9ba8b26cf93353f797fce Merge: 0907ffe f8433d6 Author: chmorgan [email protected] Date: Thu Oct 22 12:03:05 2015 -0400

Merge pull request #2 from nmiglio/patch-1

Update StringTLV.cs

commit f8433d696c49fcf7830f10140178896b8e1a47b2 Author: nmiglio [email protected] Date: Thu Oct 22 17:36:04 2015 +0200

Update StringTLV.cs

There is a typo in ToString()

commit 0907ffe0c6a50a5431342719e70c969919db8024 Author: Chris Morgan [email protected] Date: Thu Aug 7 07:41:57 2014 -0400

Clean up some xml documentation to match the standard and silence compiler warnings

commit a09e3f694f0353209fe3e620565fec4f38217d21 Author: Chris Morgan [email protected] Date: Thu Aug 7 07:39:13 2014 -0400

InformationElementTest: Remove unused 'infoElement' variable to silence a compiler warning

commit 2566b9e210926b8db957d78086bac90536d333b5 Author: Chris Morgan [email protected] Date: Thu Aug 7 07:38:28 2014 -0400

IGMPv2PacketTest: Switch from IpAddress.Address to GetAddressBytes() as Address is deprecated

commit a78ed33d62d3c8645ef7eafa640c807dda8637c7 Author: Chris Morgan [email protected] Date: Thu Aug 7 07:34:18 2014 -0400

Add 'F' to indicate a field in <see cref> to silence a documentation warning generated at compile time

commit 4df43a070407d8996d65ba125301c2416086da38 Author: Chris Morgan [email protected] Date: Mon Aug 4 07:04:39 2014 -0400

Fix several warnings about malformed documentation on System.Byte[]

Using advice at http://stackoverflow.com/questions/2367493/how-to-refer-to-array-types-in-documentation-comments

commit b77a4eae346ccc271636ca5377402dade075ed0f Author: Chris Morgan [email protected] Date: Sun Aug 3 19:48:12 2014 -0400

InformationElement.ErpInformation2, add stub documentation to quiet a warning

commit 2c7a7f586b7726d5c191920c6cceac2cf31e4559 Author: Dustin Green [email protected] Date: Wed Jul 30 14:38:40 2014 -0700

[Serializable] Attribute added to the protocol classes
Unit tests added to test serializing and deserializing the protocol classes

commit 8c7f8e45c0390a827b86588784cdd32694afae8f Author: Rune Jacobsen [email protected] Date: Wed Mar 19 12:40:07 2014 +0100

Add capture file and unit tests to verify correct function of IP fragmentation handling

commit e511c002aa1a57fb996397a856d46262dd56239b Author: Rune Jacobsen [email protected] Date: Wed Mar 19 09:25:06 2014 +0100

No longer try to parse IP fragments to avoid payload corruption

PacketDotNet_0_13_0

8 years ago