Greetings,
nettl (HP-UX) fix to add iether (dual port gigabit) card support.
Mark
--
"If a train station is where a train stops, | Mark C. Brown
then what's a workstation?" -- D. Huber | mbrown@xxxxxxxxxx
Index: wiretap/nettl.h
===================================================================
RCS file: /cvsroot/ethereal/wiretap/nettl.h,v
retrieving revision 1.10
diff -u -r1.10 nettl.h
--- wiretap/nettl.h 25 Jan 2004 21:55:16 -0000 1.10
+++ wiretap/nettl.h 26 Mar 2004 19:47:55 -0000
@@ -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);
Index: wiretap/nettl.c
===================================================================
RCS file: /cvsroot/ethereal/wiretap/nettl.c,v
retrieving revision 1.34
diff -u -r1.34 nettl.c
--- wiretap/nettl.c 25 Jan 2004 21:55:16 -0000 1.34
+++ wiretap/nettl.c 26 Mar 2004 19:47:55 -0000
@@ -279,6 +279,7 @@
case NETTL_SUBSYS_BTLAN :
case NETTL_SUBSYS_INTL100 :
case NETTL_SUBSYS_IGELAN :
+ case NETTL_SUBSYS_IETHER :
case NETTL_SUBSYS_NS_LS_IP :
case NETTL_SUBSYS_NS_LS_LOOPBACK :
case NETTL_SUBSYS_NS_LS_TCP :