aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-03-01 02:18:35 +0000
committerGerald Combs <gerald@wireshark.org>2012-03-01 02:18:35 +0000
commit8334ec2b433fca73723b48e1882837bfd7077543 (patch)
treef629e8b1af80abd341538afe0c5dcfc71262b110 /dumpcap.c
parent59099158b90b62ed85593f8f6aef75f3567c3b63 (diff)
Another small commit to test migration.
svn path=/trunk/; revision=41251
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 589ad1cb87..83009d121c 100644
--- a/dumpcap.c
+++ b/dumpcap.c
@@ -1992,7 +1992,7 @@ cap_pipe_open_live(char *pipename,
pcap_opts->cap_pipe_byte_swapped = TRUE;
pcap_opts->cap_pipe_modified = TRUE;
break;
- /* XXX - Add support for PCAP_NSEC_MAGIC and PCAP_SWAPPED_NSEC_MAGIC */
+ /* XXX - Add support for PCAP_NSEC_MAGIC and PCAP_SWAPPED_NSEC_MAGIC? */
default:
/* Not a "libpcap" type we know about. */
g_snprintf(errmsg, errmsgl, "Unrecognized libpcap format");