summaryrefslogtreecommitdiff
path: root/print-fddi.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the "-Wno-unused" flag, and fix up most of theguy2002-09-051-6/+6
* Added support for Win32, based on WinPcap.risso2002-08-011-8/+2
* Get rid of unneeded incomplete definitions of "struct mbuf" and "structguy2002-06-011-3/+1
* Only do "-x" printing in the top-level interface print routine; don't doguy2002-05-291-6/+11
* Support RFC 2684 bridging of Ethernet, 802.5 Token Ring, and FDDI, andguy2002-04-071-18/+26
* Linux does not bit-swap FDDI MAC addresses.fenner2001-11-141-2/+2
* const-ify print-fddi and print-token, inspired byfenner2001-09-181-5/+5
* Add SIGINFO handler from LBLfenner2001-07-041-1/+5
* Fix some comments to reflect current reality.guy2000-12-231-5/+5
* Put the LINUX_SLL_P_ definitions back, and check for at least some ofguy2000-12-221-3/+4
* Making "extracted_ethertype" static to "print-ether.c" broke otherguy2000-12-181-3/+3
* Some compilers may pad structures to a length that's a multiple of 2 orguy2000-10-091-3/+1
* Get rid of some includes of <net/route.h>, and empty declarations ofguy2000-10-061-4/+1
* Get rid of includes of <netinet/in_systm.h>, and replace "n_short",guy2000-09-291-2/+1
* Get rid of unneeded includes of <net/if.h>.guy2000-09-281-2/+1
* Add an "ip.h" header, to declare the IP stuff needed by dissectors, andguy2000-09-231-2/+1
* Add definitions of Ethernet types fromguy2000-09-231-2/+2
* remove non-STDC codeassar2000-07-011-3/+1
* Get rid of HAVE_FDDI cruft; FDDI is always included so the ifdef is extra.fenner1999-12-141-18/+1
* Switch to config.h instead of passing defines in DEFS.fenner1999-11-211-1/+5
* (fddi_bitswap): apparently NetBSD doesn't bitswap either. Fromassar1999-11-211-2/+2
* (fddi_if_print): make `extracted_ethertype' a local variableassar1999-11-211-2/+2
* Initial revisionmcr1999-10-071-0/+353