Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. Wireshark 1.9.0 (SVN Rev 47047 from /trunk)
  2. Interactively dump and analyze network traffic.
  3.  
  4. Usage: wireshark [options] ... [ <infile> ]
  5.  
  6. Capture interface:
  7. -i <interface> name or idx of interface (def: first non-loopback)
  8. -f <capture filter> packet filter in libpcap filter syntax
  9. -s <snaplen> packet snapshot length (def: 65535)
  10. -p don't capture in promiscuous mode
  11. -k start capturing immediately (def: do nothing)
  12. -S update packet display when new packets are captured
  13. -l turn on automatic scrolling while -S is in use
  14. -I capture in monitor mode, if available
  15. -B <buffer size> size of kernel buffer (def: 1MB)
  16. -y <link type> link layer type (def: first appropriate)
  17. -D print list of interfaces and exit
  18. -L print list of link-layer types of iface and exit
  19.  
  20. Capture stop conditions:
  21. -c <packet count> stop after n packets (def: infinite)
  22. -a <autostop cond.> ... duration:NUM - stop after NUM seconds
  23. filesize:NUM - stop this file after NUM KB
  24. files:NUM - stop after NUM files
  25. Capture output:
  26. -b <ringbuffer opt.> ... duration:NUM - switch to next file after NUM secs
  27. filesize:NUM - switch to next file after NUM KB
  28. files:NUM - ringbuffer: replace after NUM files
  29. Input file:
  30. -r <infile> set the filename to read from (no pipes or stdin!)
  31.  
  32. Processing:
  33. -R <read filter> packet filter in Wireshark display filter syntax
  34. -n disable all name resolutions (def: all enabled)
  35. -N <name resolve flags> enable specific name resolution(s): "mntC"
  36.  
  37. User interface:
  38. -C <config profile> start with specified configuration profile
  39. -d <display filter> start with the given display filter
  40. -g <packet number> go to specified packet number after "-r"
  41. -J <jump filter> jump to the first packet matching the (display)
  42. filter
  43. -j search backwards for a matching packet after "-J"
  44. -m <font> set the font name used for most text
  45. -t ad|a|r|d|dd|e output format of time stamps (def: r: rel. to first)
  46. -u s|hms output format of seconds (def: s: seconds)
  47. -X <key>:<value> eXtension options, see man page for details
  48. -z <statistics> show various statistics, see man page for details
  49.  
  50. Output:
  51. -w <outfile|-> set the output filename (or '-' for stdout)
  52.  
  53. Miscellaneous:
  54. -h display this help and exit
  55. -v display version info and exit
  56. -P <key>:<path> persconf:path - personal configuration files
  57. persdata:path - personal data files
  58. -o <name>:<value> ... override preference or recent setting
  59. -K <keytab> keytab file to use for kerberos decryption
  60. --display=DISPLAY X display to use
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement