From Mark C. Brown: add 100VG support.

svn path=/trunk/; revision=12299
This commit is contained in:
Guy Harris 2004-10-14 21:59:17 +00:00
parent ce774b7203
commit af061ccd60
2 changed files with 2 additions and 0 deletions

View File

@ -322,6 +322,7 @@ nettl_read_rec_header(wtap *wth, FILE_T fh, struct wtap_pkthdr *phdr,
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 :

View File

@ -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