Add a comment noting that we need to add support for files with

nanosecond timestamps. (Also test the recent anonymous repository
migration.)

svn path=/trunk/; revision=41248
This commit is contained in:
Gerald Combs 2012-02-29 20:32:12 +00:00
parent 050c0a14c9
commit 380f3f54a7
1 changed files with 5 additions and 4 deletions

View File

@ -1992,6 +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 */
default:
/* Not a "libpcap" type we know about. */
g_snprintf(errmsg, errmsgl, "Unrecognized libpcap format");