summaryrefslogtreecommitdiff
path: root/wiretap/nettl.h
diff options
context:
space:
mode:
authorOlivier Abad <oabad@noos.fr>2000-11-13 23:02:24 +0000
committerOlivier Abad <oabad@noos.fr>2000-11-13 23:02:24 +0000
commit245f7d30ab4353c6461ca1b88d4b2e9142b55de2 (patch)
treeb918dca6c510ffd2e381212b7a14f87cb5de78e1 /wiretap/nettl.h
parent87205b018fec98ad93b73cfc63df64d922d20c08 (diff)
downloadwireshark-245f7d30ab4353c6461ca1b88d4b2e9142b55de2.tar.gz
Support for the BASE100 and GSC100BT subsystems by Jeff Foster.
svn path=/trunk/; revision=2640
Diffstat (limited to 'wiretap/nettl.h')
-rw-r--r--wiretap/nettl.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/wiretap/nettl.h b/wiretap/nettl.h
index 397e544d14..73d6282bea 100644
--- a/wiretap/nettl.h
+++ b/wiretap/nettl.h
@@ -1,6 +1,6 @@
/* nettl.h
*
- * $Id: nettl.h,v 1.5 2000/08/11 13:32:34 deniel Exp $
+ * $Id: nettl.h,v 1.6 2000/11/13 23:02:24 oabad Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
@@ -68,6 +68,11 @@
#define NETTL_SUBSYS_ULA_UTILS 0x7B
#define NETTL_SUBSYS_EM 0x7C
+/* Ethernet cards */
+#define NETTL_SUBSYS_BASE100 0xAD
+#define NETTL_SUBSYS_GSC100BT 0xB2
+
+
int nettl_open(wtap *wth, int *err);
#endif