diff options
author | Guy Harris <guy@alum.mit.edu> | 2004-10-14 21:59:17 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2004-10-14 21:59:17 +0000 |
commit | af061ccd603340e9e401acd423f623018eed373b (patch) | |
tree | cc1192a6aa7eb56842ed5a46067665dcd728e6e2 /wiretap | |
parent | ce774b72038be9814be36d3d8e6463f9c1d0bcc3 (diff) | |
download | wireshark-af061ccd603340e9e401acd423f623018eed373b.tar.gz wireshark-af061ccd603340e9e401acd423f623018eed373b.tar.bz2 wireshark-af061ccd603340e9e401acd423f623018eed373b.zip |
From Mark C. Brown: add 100VG support.
svn path=/trunk/; revision=12299
Diffstat (limited to 'wiretap')
-rw-r--r-- | wiretap/nettl.c | 1 | ||||
-rw-r--r-- | wiretap/nettl.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/wiretap/nettl.c b/wiretap/nettl.c index 6ba0966a76..9fba3b434d 100644 --- a/wiretap/nettl.c +++ b/wiretap/nettl.c @@ -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 : diff --git a/wiretap/nettl.h b/wiretap/nettl.h index 7f602d085e..0ef0f2f259 100644 --- a/wiretap/nettl.h +++ b/wiretap/nettl.h @@ -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 |