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

Wireshark-users: Re: [Wireshark-users] Help.. pcap to ivs

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Fri, 14 Mar 2008 02:41:36 -0700
Andrea Faver wrote:

But how can i convert? has someone experience of this? i need to let aircrack read wireshark file..:(

At least according to this page:

	http://www.wirelessdefence.org/Contents/Aircrack-ng_WinIvstools.htm

the way you extract IVs from a libpcap-format file, such as a Wireshark file, is to do

	ivstools --convert <pcap file> <ivs output file>

For example:

	ivstools --convert wireshark-file.pcap ivsfile.ivs