Difference between revisions of "Winpcap and Windump"
From Free Knowledge Base- The DUCK Project: information for everyone
(New page: WinDump is able to use the interfaces exported by WinPcap. * windump -p : capture in non-promiscuous mode * windump -D : show available interfaces * windump -i 2 : select the second netwo...) |
m |
||
Line 1: | Line 1: | ||
− | WinDump is able to use the interfaces exported by WinPcap. | + | <big>'''WinDump: tcpdump for Windows'''</big> |
+ | |||
+ | WinDump is able to use the interfaces exported by WinPcap. WinDump can run on all the operating systems supported by WinPcap, i.e. Windows 95, 98, ME, NT4, 2000, XP, 2003, Longhorn/Vista. | ||
* windump -p : capture in non-promiscuous mode | * windump -p : capture in non-promiscuous mode | ||
* windump -D : show available interfaces | * windump -D : show available interfaces | ||
* windump -i 2 : select the second network interface | * windump -i 2 : select the second network interface | ||
+ | |||
+ | <big>'''man page'''</big> | ||
+ | |||
+ | tcpdump - dump traffic on a network | ||
+ | SYNOPSIS | ||
+ | tcpdump [ -AdDeflLnNOpqRStuUvxX ] [ -c count ] | ||
+ | |||
+ | [ -C file_size ] [ -F file ] | ||
+ | |||
+ | [ -i interface ] [ -m module ] [ -M secret ] | ||
+ | |||
+ | [ -r file ] [ -s snaplen ] [ -T type ] [ -w file ] | ||
+ | |||
+ | [ -W filecount ] | ||
+ | |||
+ | [ -E spi@ipaddr algo:secret,... ] | ||
+ | |||
+ | [ -y datalinktype ] [ -Z user ] | ||
+ | [ expression ] | ||
+ | |||
[[Category:Computer_Technology]] | [[Category:Computer_Technology]] | ||
[[Category:Networking]] | [[Category:Networking]] | ||
[[Category:Microsoft]] | [[Category:Microsoft]] |
Revision as of 17:05, 7 July 2007
WinDump: tcpdump for Windows
WinDump is able to use the interfaces exported by WinPcap. WinDump can run on all the operating systems supported by WinPcap, i.e. Windows 95, 98, ME, NT4, 2000, XP, 2003, Longhorn/Vista.
- windump -p : capture in non-promiscuous mode
- windump -D : show available interfaces
- windump -i 2 : select the second network interface
man page
tcpdump - dump traffic on a network SYNOPSIS tcpdump [ -AdDeflLnNOpqRStuUvxX ] [ -c count ] [ -C file_size ] [ -F file ] [ -i interface ] [ -m module ] [ -M secret ] [ -r file ] [ -s snaplen ] [ -T type ] [ -w file ] [ -W filecount ] [ -E spi@ipaddr algo:secret,... ] [ -y datalinktype ] [ -Z user ] [ expression ]