Ethereal-dev: [Ethereal-dev] nettl (HP-UX) - Add 100VG support

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Mark C. Brown" <mbrown@xxxxxxxxxx>
Date: Thu, 14 Oct 2004 15:17:23 -0400
Greetings,

Added 100VG support.

Sorry, I thought I was all done and then I find out I missed
one...  Another 2 line change <sigh>

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.c
===================================================================
--- wiretap/nettl.c	(revision 12296)
+++ wiretap/nettl.c	(working copy)
@@ -322,6 +322,7 @@
 	case NETTL_SUBSYS_GSC100BT :
 	case NETTL_SUBSYS_PCI100BT :
 	case NETTL_SUBSYS_SPP100BT :
+	case NETTL_SUBSYS_100VG :
 	case NETTL_SUBSYS_GELAN :
 	case NETTL_SUBSYS_BTLAN :
 	case NETTL_SUBSYS_INTL100 :
Index: wiretap/nettl.h
===================================================================
--- wiretap/nettl.h	(revision 12296)
+++ wiretap/nettl.h	(working copy)
@@ -75,6 +75,7 @@
 #define NETTL_SUBSYS_NS_LS_ICMPV6	245
 
 /* Ethernet cards */
+#define NETTL_SUBSYS_100VG		37
 #define NETTL_SUBSYS_LAN100		164
 #define NETTL_SUBSYS_EISA100BT		172
 #define NETTL_SUBSYS_BASE100		173