aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/nettl.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-05-05 01:01:36 +0000
committerGuy Harris <guy@alum.mit.edu>2003-05-05 01:01:36 +0000
commitfe42cc9dd8a1341b9e95b1ad336a1d05c51d853f (patch)
tree58614b50c1a46cc59d2d3c0fea6adac14eab2a67 /wiretap/nettl.h
parent6d6a37b5d26669cc1540497de4f5d0e88f1b51ad (diff)
From Mark C. Brown:
Following fixes for nettl (HP-UX): 1) Fixed 11.X timestamp issue there is no difference in 10.X/11.X timestamps, so no need to shift 11.X timestamps 2) Fixed NS_LS_DRIVER trace record handling now works rather than throwing "...network type that Ethereal doesn't support" error 3) Fixed handling of traces with sliced packets (nettl -m xx) now uses correct packet and capture lengths 4) Additional ethernet card support now handles btlan[1,3-6],gelan,igelan,intl100 driver trace records svn path=/trunk/; revision=7642
Diffstat (limited to 'wiretap/nettl.h')
-rw-r--r--wiretap/nettl.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/wiretap/nettl.h b/wiretap/nettl.h
index 13ba71a76c..2202fa1fe2 100644
--- a/wiretap/nettl.h
+++ b/wiretap/nettl.h
@@ -1,6 +1,6 @@
/* nettl.h
*
- * $Id: nettl.h,v 1.8 2002/08/28 20:30:45 jmayer Exp $
+ * $Id: nettl.h,v 1.9 2003/05/05 01:01:36 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -69,8 +69,15 @@
#define NETTL_SUBSYS_EM 0x7C
/* Ethernet cards */
+#define NETTL_SUBSYS_LAN100 0xA4
#define NETTL_SUBSYS_BASE100 0xAD
#define NETTL_SUBSYS_GSC100BT 0xB2
+#define NETTL_SUBSYS_PCI100BT 0xB3
+#define NETTL_SUBSYS_SPP100BT 0xB4
+#define NETTL_SUBSYS_GELAN 0xB9
+#define NETTL_SUBSYS_BTLAN 0xD2
+#define NETTL_SUBSYS_INTL100 0xE9
+#define NETTL_SUBSYS_IGELAN 0xFC
int nettl_open(wtap *wth, int *err);