Skip to content

Conversation

@trivalik
Copy link

@trivalik trivalik commented Dec 2, 2024

I fixed the outstanding to able to work with this library:

  • npcap to work with similar behavior as WinPcap
  • run unit tests without physical adapter is default, in case real adapter verification is necessary, declare REAL define
  • .NET Framework 4 capable, since I needed it
  • take over solution Fix marshalling of StringBuilder errors dotpcap/sharppcap#533 to receive errors from pinvoke, before was broken

Feedback is welcome.

@klaus0x7c4
Copy link
Owner

Thanks for the PR! Sry for late response. I will have a lool :-)

@trivalik
Copy link
Author

trivalik commented Jan 2, 2025

  • pcap_open_live is required for linux/unix, there is no pcap_open
  • using pcap_hopen_offline is necessary for WinPcap

@trivalik
Copy link
Author

trivalik commented Mar 13, 2025

Since there is no issue section:
NotEqual fails randomly with symmetrical IP addresses

Assert.NotEqual(address, buffer.ReadIpV4Address(0, Endianity.Small));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants