summaryrefslogtreecommitdiff
path: root/print-sl.c
Commit message (Expand)AuthorAgeFilesLines
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* Pull a bunch of headers into the only source file that includes them.Guy Harris2013-12-301-1/+13
* make consistent use of the "tstr" idiomDenis Ovsienko2013-12-261-2/+4
* Convert the IPv6 printer to use netdissect.Guy Harris2010-11-071-1/+1
* refactored ip_print() so that chained header parser (ESP/AH) canmcr2005-04-061-3/+3
* 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-42/+9
* Add a new routine "default_print_packet()", which takes a pointer to theguy2002-12-181-3/+3
* We no longer use "packetp" for anything, so eliminate it. (If anyguy2002-12-181-9/+9
* Get rid of the "-Wno-unused" flag, and fix up most of theguy2002-09-051-3/+3
* Added support for Win32, based on WinPcap.risso2002-08-011-7/+2
* Put the infodelay wrapping into the remaining "XXX_if_print()" routines.guy2001-07-051-1/+9
* 64-bit cleanup - cast the difference between two pointers to "long" andguy2000-10-101-2/+2
* Pull the "linux-include" versions of "slip.h" and "slcompress.h" up toguy2000-10-091-48/+3
* always use u_intXX_t for protocol format declaration. char/short/int may notitojun2000-10-031-5/+5
* do not use integer bitfield when we care about the resulting member size.itojun2000-10-031-3/+3
* 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-5/+5
* Add "tcp.h" and "udp.h" headers, to declare the TCP and UDP stuff neededguy2000-09-231-3/+3
* Add definitions of Ethernet types fromguy2000-09-231-2/+1
* remove non-STDC codeassar2000-07-011-3/+2
* fix compilation.itojun1999-11-211-2/+2
* Switch to config.h instead of passing defines in DEFS.fenner1999-11-211-1/+5
* (sl_if_print): actually examine the IP version. Fromassar1999-11-211-2/+13
* patches to help build on Linux 2.2linux22mcr1999-10-171-4/+1
* Initial revisionmcr1999-10-071-0/+306