summaryrefslogtreecommitdiff
path: root/print-token.c
Commit message (Expand)AuthorAgeFilesLines
* Fix up a bunch of comments - the on-the-wire length field in aguy2004-03-171-2/+2
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-4/+4
* Hoist a bunch of stuff that should be done by all if_print routines intoguy2002-12-191-30/+4
* Add a new routine "default_print_packet()", which takes a pointer to theguy2002-12-181-5/+4
* We no longer use "packetp" for anything, so eliminate it. (If anyguy2002-12-181-11/+6
* Get rid of the "-Wno-unused" flag, and fix up most of theguy2002-09-051-5/+5
* Add a few more GCC warnings on GCC >= 2 for ".devel" builds.guy2002-09-051-2/+3
* Added support for Win32, based on WinPcap.risso2002-08-011-6/+2
* whitespace cleanupitojun2002-06-111-3/+3
* Only do "-x" printing in the top-level interface print routine; don't doguy2002-05-291-12/+20
* Support RFC 2684 bridging of Ethernet, 802.5 Token Ring, and FDDI, andguy2002-04-071-18/+26
* const-ify print-fddi and print-token, inspired byfenner2001-09-181-9/+9
* 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/+5
* Making "extracted_ethertype" static to "print-ether.c" broke otherguy2000-12-181-3/+3
* Get rid of some includes of <net/route.h>, and empty declarations ofguy2000-10-061-4/+1
* include string.h for memcpy/memset.itojun2000-10-031-1/+2
* 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
* (token_if_print): remove unused variableassar2000-07-301-2/+1
* Add a token-ring link-layer dissector, made by merging the FreeBSD andguy2000-07-251-0/+214