aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2012-12-12 02:07:08 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2012-12-12 02:07:08 +0000
commit05ee001d7339524483a806c05dae997485e7d86d (patch)
tree77f6973ebabb10cdfc3a1d45dd7b845c2de2c5d6 /dumpcap.c
parent7033cc72201356cff24410e2f7c04f1c6c3c8b3a (diff)
Document the "-g" option to dumpcap.
Add that option to tshark, too, and document it. The option can't be given to Wireshark because the GUI already has a "-g" (goto packet). svn path=/trunk/; revision=46513
Diffstat (limited to 'dumpcap.c')
-rw-r--r--dumpcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dumpcap.c b/dumpcap.c
index da4eb5673b..be59fcef7b 100644
--- a/dumpcap.c
+++ b/dumpcap.c
@@ -4453,13 +4453,13 @@ main(int argc, char *argv[])
case 'b': /* Ringbuffer option */
case 'c': /* Capture x packets */
case 'f': /* capture filter */
+ case 'g': /* enable group read accesson file(s) */
case 'i': /* Use interface x */
case 'n': /* Use pcapng format */
case 'p': /* Don't capture in promiscuous mode */
case 'P': /* Use pcap format */
case 's': /* Set the snapshot (capture) length */
case 'w': /* Write to capture file x */
- case 'g': /* enable group read accesson file(s) */
case 'y': /* Set the pcap data link type */
#ifdef HAVE_PCAP_REMOTE
case 'u': /* Use UDP for data transfer */