aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/netxray.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-01-29 05:10:06 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-01-29 05:10:06 +0000
commit65b4006f4692133ca40eeff881e720254c063c39 (patch)
tree2f48bdae07638d5061dec883280def7060c5a2a9 /wiretap/netxray.c
parentecd8d95e09fb729c50343737d1e91ff5f707a07e (diff)
Support for NetXray 3.03 (the program version, not file version) PPP
traces. The trace we got from Tom Poe (tomp@intrex.net) contains PPP data which NetXRay has transformed into looking like Ethernet frames. The hardware addresses are the bytes for the ASCII reprsentation of "SRC" and "DEST", with null pad bytes at the end. Interesting. svn path=/trunk/; revision=1576
Diffstat (limited to 'wiretap/netxray.c')
-rw-r--r--wiretap/netxray.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/netxray.c b/wiretap/netxray.c
index 6010c817aa..13484cf955 100644
--- a/wiretap/netxray.c
+++ b/wiretap/netxray.c
@@ -1,6 +1,6 @@
/* netxray.c
*
- * $Id: netxray.c,v 1.22 2000/01/22 06:22:41 guy Exp $
+ * $Id: netxray.c,v 1.23 2000/01/29 05:10:06 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
@@ -108,7 +108,7 @@ int netxray_open(wtap *wth, int *err)
WTAP_ENCAP_ETHERNET,
WTAP_ENCAP_TR,
WTAP_ENCAP_FDDI_BITSWAPPED,
- WTAP_ENCAP_UNKNOWN, /* WAN */
+ WTAP_ENCAP_ETHERNET, /* WAN(PPP), but shaped like ethernet */
WTAP_ENCAP_UNKNOWN, /* LocalTalk */
WTAP_ENCAP_UNKNOWN, /* "DIX" - should not occur */
WTAP_ENCAP_UNKNOWN, /* ARCNET raw */