From Mark C. Brown: add 100VG support.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12299 f5534014-38df-0310-8fa8-9805f1628bb7
This commit is contained in:
guy 2004-10-14 21:59:17 +00:00
parent 3168abdb08
commit 7e721738cc
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