[Windump] I can't convert windump output file to a readable format(ASCII)!
Loris Degioanni
loris.degioanni at gmail.com
Tue Jan 10 01:18:26 PST 2006
- If you want to read the packets from your program, the best thing to
do is saving from windump with -w, and then using winpcap to get the
packets from the file (see for example
http://www.winpcap.org/docs/docs32a1/html/group__wpcapfunc.html#ga3).
- If you just want to output an ascii file from windump and parse it
from your program, redirect the standar output of windump to file, e.g.:
windump > textfile.txt
Loris
bita saadat wrote:
> Dear sir,
>
> I installed windump on win 2000 and it works correctly. I use -w option
> to create output file and I want to read the file by my program for
> analyzing it. Unfortunately it is not on a standard format (ASCII).
> Would you please tell me how I can convert it?
> Regards,
> Saadat
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Windump mailing list
> Windump at winpcap.org
> https://www.winpcap.org/mailman/listinfo/windump
More information about the Windump
mailing list