From 05ee001d7339524483a806c05dae997485e7d86d Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Wed, 12 Dec 2012 02:07:08 +0000 Subject: 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 --- dumpcap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dumpcap.c') 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 */ -- cgit v1.2.1