aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_access.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-02-06 02:11:52 +0000
committerGuy Harris <guy@alum.mit.edu>2004-02-06 02:11:52 +0000
commit0875bf3afe0bf45cf1ea1f9174489e991e90b3a5 (patch)
tree28fc1c8c08b83283a2d470d4c18df720ab88b78a /wiretap/file_access.c
parent2cbe1a0bf55394b821ad0ade85bc276f1647021b (diff)
V9 format appears to be used by some versions of EtherPeek, too.
The MediaType field seems to be 0 for the Ethernet captures; however, the MediaSubType field is different. The fields in the header are different - we can't use hard-coded offsets for the fields, we have to process them as a sequence of tag/value items. Rename some routines to use the same naming convention as the V9 open routine rather than the same convention as the V5/V6/V7 read and seek/read routines. svn path=/trunk/; revision=9990
Diffstat (limited to 'wiretap/file_access.c')
-rw-r--r--wiretap/file_access.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/file_access.c b/wiretap/file_access.c
index b6cb870ded..d7cfa4bbaa 100644
--- a/wiretap/file_access.c
+++ b/wiretap/file_access.c
@@ -1,6 +1,6 @@
/* file_access.c
*
- * $Id: file_access.c,v 1.9 2004/01/25 21:55:13 guy Exp $
+ * $Id: file_access.c,v 1.10 2004/02/06 02:11:52 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -452,7 +452,7 @@ static const struct file_type_info {
network_instruments_dump_can_write_encap, network_instruments_dump_open },
/* WTAP_FILE_AIROPEEK_V9 */
- { "AiroPeek trace (V9 file format)", NULL,
+ { "EtherPeek/AiroPeek trace (V9 file format)", NULL,
NULL, NULL },
};