ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] Package for capturing packet formats

From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Tue, 21 Nov 2006 15:04:17 +0100 (CET)
Hi,

Wireshark is written in plain C, therefore you'll need to apply any
abstraction yourself.

Thanx,
Jaap

On Tue, 21 Nov 2006 GefRaitaSep@xxxxxxxxx wrote:

> 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 packet,?), 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