ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] About Wiretap Library

From: p2m p2m <darkskimmer.p2m@xxxxxxxxx>
Date: Tue, 27 Apr 2010 17:12:43 +0200

> I need to capture iSCSI packets (using tshark) and then open the capture files and get the data I need using a dissector to analise it.

Note that libpcap/Winpcap *AND* Wiretap both just give you raw packet data; they do not do *any* dissection.


I know that libpcap / Wiretap just give raw packet data. As I told, I read the Developers Guide. Sorry for my english... ;)

Well, thanks! I'll use libpcap instead..

Regards