aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-08-21 23:06:40 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-08-21 23:06:40 +0000
commitda7d2343c927da51428d3d88d1f2dfa614a20d35 (patch)
tree5e6688f48763a8497b7426f681bd3f4ff49eea51 /dumpcap.c
parentdbf1db3f30752b9f1b3e5b6c04227dba252a9299 (diff)
Add to a comment.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18987 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'dumpcap.c')
-rw-r--r--dumpcap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dumpcap.c b/dumpcap.c
index 287f8927fd..a34816a66f 100644
--- a/dumpcap.c
+++ b/dumpcap.c
@@ -379,6 +379,7 @@ main(int argc, char *argv[])
if (argc != 0) {
/*
* Extra command line arguments were specified; complain.
+ * XXX - interpret as capture filter, as tcpdump and tshark do?
*/
cmdarg_err("Invalid argument: %s", argv[0]);
arg_error = TRUE;