summaryrefslogtreecommitdiff
path: root/print-cip.c
Commit message (Expand)AuthorAgeFilesLines
* refactored ip_print() so that chained header parser (ESP/AH) canmcr2005-04-061-2/+10
* 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-21/+5
* We no longer use "packetp" for anything, so eliminate it. (If anyguy2002-12-181-5/+4
* Get rid of the "-Wno-unused" flag, and fix up most of theguy2002-09-051-8/+8
* Added support for Win32, based on WinPcap.risso2002-08-011-8/+2
* whitespace cleanupitojun2002-06-111-6/+6
* There's no link-layer header on Linux ARPHRD_ATM packets; there'sguy2001-09-231-48/+17
* Eliminate some unused parameters.fenner2001-09-171-7/+7
* Put the infodelay wrapping into the remaining "XXX_if_print()" routines.guy2001-07-051-1/+5
* Get rid of definitions of "packetp" and "snapend" outsideguy2001-06-081-4/+1
* Patches from Michael Madore <mmadore@turbolinux.com> to includeguy2001-03-191-1/+3
* Put the LINUX_SLL_P_ definitions back, and check for at least some ofguy2000-12-221-2/+2
* Making "extracted_ethertype" static to "print-ether.c" broke otherguy2000-12-181-3/+5
* 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-3/+1
* Add "tcp.h" and "udp.h" headers, to declare the TCP and UDP stuff neededguy2000-09-231-4/+1
* Add definitions of Ethernet types fromguy2000-09-231-2/+3
* -Wall -Werror clean. fix uninitialized variables.itojun2000-04-281-35/+37
* remove <netinet/tcpip.h>. including this header causes errors withassar2000-01-091-2/+1
* Switch to config.h instead of passing defines in DEFS.fenner1999-11-211-1/+5
* print of ATM LanEmulation. From Marko Kiiskila <carnil@cs.tut.fi> by way of ...assar1999-11-211-0/+158