Hello!
I´m trying to write an application in C#, using
AirPcap to be able to capture packets in monitor mode. It would be great for me
to use an existing library which is able to categorize captured streams into
the desired packets (eg. See a packet as 802.11 management frame or byte stream
as TCP,…), where I can use complete classes to work; so I only have to
write a wrapper for these defined classes for make them available in C#.
Unfortunately, I´m a bit confused about the source of wireshark, are there any
files/packages which are responsible for my purpose? Or are there any other
libraries available which are in the position to fit the byte stream into a
class?
Best regards, Bernhard