sharppcap
sharppcap copied to clipboard
Official repository - Fully managed, cross platform (Windows, Mac, Linux) .NET library for capturing packets
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. This repository currently has no open or pending branches. ## Detected dependencies circleci .circleci/config.yml...
Recently I worked on some apps with sharppcap and tested it with the reflection free mode in native aot. Currently it's incompatible due to the usage of Marshal.PtrToStructure. It should...
Hi, First of all...great work! Since NDPI does deep packet inspection and has an extensive library for interrogating the application stack, would it be possible to use that library instead...
So far the slowest CI we have is appveyor, it does not allow jobs to run in parallel The hosts provided by appveyor are slow as well, it would reduce...
Runtime system: Windows (client installation so not much known and unable to reproduce on developer machine) Installed software: SharpPcap 6.1.0 Application uses .NET Version 4.8 Coming back to issue #295,...
CI Issues
@chmorgan could you look into those? - [x] Travis jobs no longer running - [x] Azure jobs always failing with `No hosted parallelism has been purchased or granted. To request...
As this is the feature lack by most network monitoring tools. is it possible to add a feature where we capture the traffic by process id. and then create a...
The pcagng file format doesn't seem to be supported. When I open (with wireshark Version 3.4.8 on windows 10) the file `[ipv6_http.pcap](https://github.com/chmorgan/sharppcap/blob/master/Test/capture_files/ipv6_http.pcap)` , save it as ipv6_http.pcapng file, and then...
Hi! On codeproject page there mentions of supporting of IEEE 802, can't find an example how to get rssi information from PacketCapture. Is this feature supported by library?