Maxime Josset wrote:
I used WinDump and it captures files but i need your help to format them. How can i decode the capture files XXX.dmp with TCPDump on a Windows XT in order to render them as text?
"TCPDump on a Windows XT" (did you mean "Windows XP"?) is called "WinDump"; WinDump is a port of tcpdump to Windows.
As such, you'd render a capture file (saved with the "-w" flag) the same way on UN*X with tcpdump and on Windows with WinDump:
tcpdump -r XXX.dmp
or
windump -r XXX.dmp - This is the tcpdump-workers list. Visit https://lists.sandelman.ca/ to unsubscribe.