summaryrefslogtreecommitdiff
path: root/wiretap/nettl.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-03-27 11:16:54 +0000
committerGuy Harris <guy@alum.mit.edu>2004-03-27 11:16:54 +0000
commit313ba9e2b8355f80974d64d0b84ef16d5b3209dc (patch)
tree3e48eff9717efd26d58f1d555c1df4338d2a4fe2 /wiretap/nettl.h
parente85f05b0ec016d1b5bf9ef22d916fed2e711e814 (diff)
downloadwireshark-313ba9e2b8355f80974d64d0b84ef16d5b3209dc.tar.gz
From Mark C. Brown: add support for iether (dual-port gigabit) cards in
nettl files. svn path=/trunk/; revision=10501
Diffstat (limited to 'wiretap/nettl.h')
-rw-r--r--wiretap/nettl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/wiretap/nettl.h b/wiretap/nettl.h
index acad0ce7ce..f8d4e1fa5e 100644
--- a/wiretap/nettl.h
+++ b/wiretap/nettl.h
@@ -1,6 +1,6 @@
/* nettl.h
*
- * $Id: nettl.h,v 1.10 2004/01/25 21:55:16 guy Exp $
+ * $Id: nettl.h,v 1.11 2004/03/27 11:16:54 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -78,6 +78,7 @@
#define NETTL_SUBSYS_BTLAN 0xD2
#define NETTL_SUBSYS_INTL100 0xE9
#define NETTL_SUBSYS_IGELAN 0xFC
+#define NETTL_SUBSYS_IETHER 0xFD
int nettl_open(wtap *wth, int *err, gchar **err_info);