(ethereal-dev removed, as this isn't an Ethereal issue.) On Tue, Nov 21, 2000 at 03:07:59PM -0800, Guy Harris wrote: > It looks as if the ARPHRD_ type for token ring changed from 2.2[.x] to > 2.4[.x]; Yes, it's now ARPHRD_IEEE802_TR. Any versions of libpcap that treat ARPHRD_IEEE802 as Token Ring should be changed to treat ARPHRD_IEEE802_TR as well... ...and changed to #define ARPHRD_IEEE802_TR as 800 if it's *not* defined, so that, even if you build libpcap on a Boring Old 2.2[.x] Kernel System - or if you build it on a Shiny New 2.4[.x] Kernel System, but it's getting the ARPHRD_ values from GNU libc's headers rather than the kernel's headers, and the GNU libc headers don't have all the ARPHRD_ types the kernel does - it will work on a Shiny New 2.4[.x] Kernel System. - This is the TCPDUMP workers list. It is archived at http://www.tcpdump.org/lists/workers/index.html To unsubscribe use mailto:[EMAIL PROTECTED]?body=unsubscribe
