diff options
author | Guy Harris <guy@alum.mit.edu> | 2002-01-22 22:38:05 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2002-01-22 22:38:05 +0000 |
commit | be0b8a2d3106a9b659fef656e37359e2805db4f1 (patch) | |
tree | 2739fa8ddf713ac90caf4cf22a9ee53424a81b56 /wiretap | |
parent | f953bd74158564f3c7d8ddff0145a16e36baa452 (diff) | |
download | wireshark-be0b8a2d3106a9b659fef656e37359e2805db4f1.tar.gz wireshark-be0b8a2d3106a9b659fef656e37359e2805db4f1.tar.bz2 wireshark-be0b8a2d3106a9b659fef656e37359e2805db4f1.zip |
Fix up various product names and descriptions in the lists of file
formats we can read; include vendor names.
We should be able to read TokenPeek captures, as well as captures from
the Windows versions of EtherPeek.
Don't list the version numbers for EtherPeek and TokenPeek - those are
file format version numbers, not program version numbers.
svn path=/trunk/; revision=4599
Diffstat (limited to 'wiretap')
-rw-r--r-- | wiretap/file.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wiretap/file.c b/wiretap/file.c index 0c8d21381a..11dd155cde 100644 --- a/wiretap/file.c +++ b/wiretap/file.c @@ -1,6 +1,6 @@ /* file.c * - * $Id: file.c,v 1.78 2002/01/18 00:48:37 guy Exp $ + * $Id: file.c,v 1.79 2002/01/22 22:38:05 guy Exp $ * * Wiretap Library * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu> @@ -374,11 +374,11 @@ static const struct file_type_info { NULL, NULL }, /* WTAP_FILE_ETHERPEEK_MAC_V56 */ - { "EtherPeek trace (Macintosh V5 & V6)", NULL, + { "EtherPeek/TokenPeek trace (V5 & V6 file format)", NULL, NULL, NULL }, /* WTAP_FILE_ETHERPEEK_MAC_V7 */ - { "EtherPeek trace (Macintosh V7)", NULL, + { "EtherPeek/TokenPeek trace (V7 file format)", NULL, NULL, NULL }, /* WTAP_FILE_VMS */ |