--- ./pcap-snoop.c Wed Feb 26 01:45:32 2003 +++ ../libpcap-0.7.2/./pcap-snoop.c Mon May 19 16:56:01 2003 @@ -193,7 +193,9 @@ O2 10/100 */ strncmp("ef", device, 2) == 0 || /* O200/2000 10/100 Mbit */ strncmp("eg", device, 2) == 0 || /* Octane/O2xxx/O3xxx Gigabit */ + strncmp("tg", device, 2) == 0 || /* Tigon PCIX Gigabit */ strncmp("gfe", device, 3) == 0 || /* GIO 100 Mbit */ + strncmp("fe", device, 2) == 0 || /* Phobos 100 Mbit */ strncmp("fxp", device, 3) == 0 || /* Challenge VME Enet */ strncmp("ep", device, 2) == 0 || /* Challenge 8x10 Mbit EPLEX */ strncmp("vfe", device, 3) == 0 || /* Challenge VME 100Mbit */