summaryrefslogtreecommitdiff
path: root/print-null.c
Commit message (Expand)AuthorAgeFilesLines
* don't pass on src & dst MAC adresses to the isoclns decoder as MAC adresseshannes2003-05-221-2/+2
* Check the AF_ value rather than the IP header on packets; the packetsguy2003-02-051-19/+76
* Hoist a bunch of stuff that should be done by all if_print routines intoguy2002-12-191-20/+4
* Add a new routine "default_print_packet()", which takes a pointer to theguy2002-12-181-2/+2
* 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-2/+2
* Added support for Win32, based on WinPcap.risso2002-08-011-6/+2
* Get rid of unneeded incomplete definitions of "struct mbuf" and "structguy2002-06-011-6/+1
* Put the infodelay wrapping into the remaining "XXX_if_print()" routines.guy2001-07-051-1/+5
* Handle DLT_NULL correctly - the AF_ value is in host byte order, whichguy2000-12-161-11/+35
* If "-n" is specified along with "-e", print the address family value asguy2000-12-041-18/+19
* put stripped-down version of ip6.h and icmp6.h into tcpdump tree.itojun2000-10-071-5/+4
* always use u_intXX_t for protocol format declaration. char/short/int may notitojun2000-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-3/+3
* 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/+1
* remove non-STDC codeassar2000-07-011-3/+1
* * print-rt6.c: make IPv6 routing header printing work with new 2292bisitojun1999-12-221-5/+5
* fix compilation.itojun1999-11-211-2/+2
* Switch to config.h instead of passing defines in DEFS.fenner1999-11-211-1/+5
* (null_if_print): actually examine the IP version. Fromassar1999-11-211-9/+14
* Bring in KAME IPv6 tcpdump. replaces esp/ah/isakmp decoder.itojun1999-10-301-1/+20
* patches to help build on Linux 2.2linux22mcr1999-10-171-4/+1
* Initial revisionmcr1999-10-071-0/+123