summaryrefslogtreecommitdiff
path: root/print-icmp.c
Commit message (Expand)AuthorAgeFilesLines
* The "__attribute__((packed))" tag on structures causes some files not toguy2002-12-111-18/+18
* put __attribute__((packed)) to packet headers. s/u_short/u_int16_t/ and soitojun2002-11-091-5/+5
* Added support for Win32, based on WinPcap.risso2002-08-011-7/+2
* From Kevin Steves: handle ICMP_ECHO and ICMP_ECHOREPLY with common code.guy2002-07-301-7/+4
* For packets with a bad ICMP checksum, show the bad checksum and what itguy2002-07-211-3/+9
* Include the ICMP lengthfenner2002-07-051-2/+2
* whitespace cleanupitojun2002-06-111-12/+12
* Get rid of unneeded incomplete definitions of "struct mbuf" and "structguy2002-06-011-4/+1
* From Nathaniel Couper-Noles <Nathaniel@isi1.tccisi.com>: print theguy2001-10-271-1/+13
* Fix description of ICMP_REDIRECT_TOSHOST to say "host" and not "net".fenner2001-07-241-2/+2
* backout 1.60itojun2001-07-191-8/+9
* no real need to pass char * to printf format string.itojun2001-06-281-17/+16
* Remove #if 0 sectionsfenner2001-06-151-7/+1
* styleitojun2001-01-281-6/+6
* The infinite diversity of UNIX platforms is an eternal source of joy.guy2000-10-101-1/+2
* some sprintf fixes, from kris@freebsd.org (patches@tcpdump.org #89)itojun2000-10-051-4/+6
* Use "u_int8_t", "u_int16_t", and "u_int32_t" rather than "u_char",guy2000-10-031-21/+21
* 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-10/+9
* 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-12/+119
* Add "tcp.h" and "udp.h" headers, to declare the TCP and UDP stuff neededguy2000-09-231-4/+3
* Add definitions of Ethernet types fromguy2000-09-231-2/+1
* remove non-STDC codeassar2000-07-011-3/+1
* add printing of timestamp request and reply. From Frank Volfassar2000-06-101-2/+19
* (icmp_print): step through all advertised routers for a routerassar2000-05-151-1/+2
* random cleanups. add some parens for clarity.itojun2000-04-281-17/+18
* s/sprintf/snprintf/.itojun2000-01-171-24/+29
* Use TTEST2 instead of home-grown truncation check.fenner1999-11-221-2/+9
* Switch to config.h instead of passing defines in DEFS.fenner1999-11-211-1/+5
* (icmp_print): check checksum if vflag. From kuznet@ms2.inr.ac.ruassar1999-11-211-2/+8
* Bring in KAME IPv6 tcpdump. replaces esp/ah/isakmp decoder.itojun1999-10-301-3/+5
* patches to help build on Linux 2.2linux22mcr1999-10-171-4/+3
* Initial revisionmcr1999-10-071-0/+354