]> The Tcpdump Group git mirrors - libpcap/commitdiff
Mention that we can read some pcap-ng files.
authorGuy Harris <[email protected]>
Sun, 10 Jan 2010 01:06:10 +0000 (17:06 -0800)
committerGuy Harris <[email protected]>
Sun, 10 Jan 2010 01:06:10 +0000 (17:06 -0800)
pcap_open_offline.3pcap.in

index 825b3651559e199afb1ff8ec84c506d2c3da95c4..3f9f5a27119b5eab92647affee23efa1156e98bf 100644 (file)
@@ -43,11 +43,15 @@ pcap_t *pcap_fopen_offline(FILE *fp, char *errbuf);
 is called to open a ``savefile'' for reading.
 .PP
 .I fname
-specifies the name of the file to open. The file has
-the same format as those used by
+specifies the name of the file to open. The file can have the pcap file
+format as described in
+.BR pcap-savefile (@MAN_FILE_FORMATS@),
+which is the file format used by, among other programs,
 .BR tcpdump (1)
 and
-.BR tcpslice (1).
+.BR tcpslice (1),
+or can have the pcap-ng file format, although not all pcap-ng files can
+be read.
 The name "-" in a synonym for
 .BR stdin .
 .PP