aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2021-07-14 02:15:56 -0700
committerGuy Harris <gharris@sonic.net>2021-07-14 09:51:54 +0000
commitdfef4a750d95054571b8f8d978f655c83d87b6e4 (patch)
tree76df24f8315ece89896d480908220a42d09185d8 /dumpcap.c
parent95dc4f52bc6bbd1a4608e7ba81ccc0c1fa48f7ba (diff)
Rename LONGOPT_NUM_CAP_COMMENT to LONGOPT_CAPTURE_COMMENT.
The latter is what editcap calls --capture-comment, and the _NUM serves no purpose whatsoever. One #define name for it suffices.
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 712b137923..e54725520a 100644
--- a/dumpcap.c
+++ b/dumpcap.c
@@ -5139,7 +5139,7 @@ main(int argc, char *argv[])
case 's': /* Set the snapshot (capture) length */
case 'w': /* Write to capture file x */
case 'y': /* Set the pcap data link type */
- case LONGOPT_NUM_CAP_COMMENT: /* add a capture comment */
+ case LONGOPT_CAPTURE_COMMENT: /* add a capture comment */
#ifdef HAVE_PCAP_REMOTE
case 'u': /* Use UDP for data transfer */
case 'r': /* Capture own RPCAP traffic too */