aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ngsniffer.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-01-11 02:51:31 +0000
committerGuy Harris <guy@alum.mit.edu>2002-01-11 02:51:31 +0000
commitfc53c2b7b3784688b264475fe70cce3a597abe95 (patch)
tree62a84e518e83be4946ae0a17af8b6a6196bcc68e /wiretap/ngsniffer.c
parenta4d560eb5b9bfa822097cbed09e3d30ed9f98263 (diff)
Oh, what the heck, write out FDDI and bit-swapped FDDI as the same type
in Sniffer Classic files; there's nothing we can do about those platforms that bit-swap FDDI addresses before handing them to DLPI or whatever, so we'll just let people live with wrong FDDI addresses (or maybe someday put in code to bit-swap them before writing them out to the capture file). svn path=/trunk/; revision=4519
Diffstat (limited to 'wiretap/ngsniffer.c')
-rw-r--r--wiretap/ngsniffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/ngsniffer.c b/wiretap/ngsniffer.c
index d051e10882..43f7cb6e6a 100644
--- a/wiretap/ngsniffer.c
+++ b/wiretap/ngsniffer.c
@@ -1,6 +1,6 @@
/* ngsniffer.c
*
- * $Id: ngsniffer.c,v 1.69 2001/11/13 23:55:43 gram Exp $
+ * $Id: ngsniffer.c,v 1.70 2002/01/11 02:51:31 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -1119,7 +1119,7 @@ static const int wtap_encap[] = {
0, /* WTAP_ENCAP_TOKEN_RING */
-1, /* WTAP_ENCAP_SLIP -> unsupported */
7, /* WTAP_ENCAP_PPP -> Internetwork analyzer (synchronous) FIXME ! */
- -1, /* WTAP_ENCAP_FDDI -> unsupported */
+ 9, /* WTAP_ENCAP_FDDI */
9, /* WTAP_ENCAP_FDDI_BITSWAPPED */
-1, /* WTAP_ENCAP_RAW_IP -> unsupported */
2, /* WTAP_ENCAP_ARCNET */