pokud je potřeba zachytit pakety na woknech a zrovna není úplně košér instalovat celý Wireshark, tak je good tato utilitka:
http://chiselapp.com/user/rkeene/repository/tcpdump-windows-wrapper/wiki?name=tcpdump+for+windows
Introduction
The „-i
“ option has been modified to support IP
addresses in addition to interface names. The IP address can be a local
address or a remote one.
Usage
- Basic usage:
C:> tcpdump -nn -i 0.0.0.0
- Write out a capture file (which can be read by „wireshark“ or „tcpdump“):
C:> tcpdump -i 0.0.0.0 -w capture.pcap
Full documentation for tcpdump
can be found in the tcpdump(1)
man page.