| Commit message (Expand) | Author | Age | Files | Lines |
* | refactored ip_print() so that chained header parser (ESP/AH) can | mcr | 2005-04-06 | 1 | -2/+2 |
* | Add some bounds checking and other sanity checking. | guy | 2004-12-23 | 1 | -2/+10 |
* | remove duplicates | hannes | 2004-06-15 | 1 | -6/+6 |
* | only call into ICMP_MPLS_EXT dissector for ICMP TIMXCEDD and UNREACH messages... | hannes | 2004-06-15 | 1 | -2/+15 |
* | add support for ICMP MPLS extensions as per draft-bonica-icmp-mpls-02 | hannes | 2004-06-14 | 1 | -5/+91 |
* | Add bounds checking. | guy | 2004-03-24 | 1 | -1/+2 |
* | Have the configure script arrange that the Makefile define _U_ | guy | 2003-11-16 | 1 | -4/+4 |
* | From Neil Spring: | guy | 2003-11-15 | 1 | -4/+4 |
* | Add a new "ipproto.h" header file, with definitions of IP protocol type | guy | 2003-06-07 | 1 | -1/+2 |
* | don't attempt checksumming in ICMP if the packet is a fragment | hannes | 2003-05-15 | 1 | -3/+3 |
* | The "__attribute__((packed))" tag on structures causes some files not to | guy | 2002-12-11 | 1 | -18/+18 |
* | put __attribute__((packed)) to packet headers. s/u_short/u_int16_t/ and so | itojun | 2002-11-09 | 1 | -5/+5 |
* | Added support for Win32, based on WinPcap. | risso | 2002-08-01 | 1 | -7/+2 |
* | From Kevin Steves: handle ICMP_ECHO and ICMP_ECHOREPLY with common code. | guy | 2002-07-30 | 1 | -7/+4 |
* | For packets with a bad ICMP checksum, show the bad checksum and what it | guy | 2002-07-21 | 1 | -3/+9 |
* | Include the ICMP length | fenner | 2002-07-05 | 1 | -2/+2 |
* | whitespace cleanup | itojun | 2002-06-11 | 1 | -12/+12 |
* | Get rid of unneeded incomplete definitions of "struct mbuf" and "struct | guy | 2002-06-01 | 1 | -4/+1 |
* | From Nathaniel Couper-Noles <Nathaniel@isi1.tccisi.com>: print the | guy | 2001-10-27 | 1 | -1/+13 |
* | Fix description of ICMP_REDIRECT_TOSHOST to say "host" and not "net". | fenner | 2001-07-24 | 1 | -2/+2 |
* | backout 1.60 | itojun | 2001-07-19 | 1 | -8/+9 |
* | no real need to pass char * to printf format string. | itojun | 2001-06-28 | 1 | -17/+16 |
* | Remove #if 0 sections | fenner | 2001-06-15 | 1 | -7/+1 |
* | style | itojun | 2001-01-28 | 1 | -6/+6 |
* | The infinite diversity of UNIX platforms is an eternal source of joy. | guy | 2000-10-10 | 1 | -1/+2 |
* | some sprintf fixes, from kris@freebsd.org (patches@tcpdump.org #89) | itojun | 2000-10-05 | 1 | -4/+6 |
* | Use "u_int8_t", "u_int16_t", and "u_int32_t" rather than "u_char", | guy | 2000-10-03 | 1 | -21/+21 |
* | always use u_intXX_t for protocol format declaration. char/short/int may not | itojun | 2000-10-03 | 1 | -3/+3 |
* | Get rid of includes of <netinet/in_systm.h>, and replace "n_short", | guy | 2000-09-29 | 1 | -10/+9 |
* | Get rid of unneeded includes of <net/if.h>. | guy | 2000-09-28 | 1 | -2/+1 |
* | Add an "ip.h" header, to declare the IP stuff needed by dissectors, and | guy | 2000-09-23 | 1 | -12/+119 |
* | Add "tcp.h" and "udp.h" headers, to declare the TCP and UDP stuff needed | guy | 2000-09-23 | 1 | -4/+3 |
* | Add definitions of Ethernet types from | guy | 2000-09-23 | 1 | -2/+1 |
* | remove non-STDC code | assar | 2000-07-01 | 1 | -3/+1 |
* | add printing of timestamp request and reply. From Frank Volf | assar | 2000-06-10 | 1 | -2/+19 |
* | (icmp_print): step through all advertised routers for a router | assar | 2000-05-15 | 1 | -1/+2 |
* | random cleanups. add some parens for clarity. | itojun | 2000-04-28 | 1 | -17/+18 |
* | s/sprintf/snprintf/. | itojun | 2000-01-17 | 1 | -24/+29 |
* | Use TTEST2 instead of home-grown truncation check. | fenner | 1999-11-22 | 1 | -2/+9 |
* | Switch to config.h instead of passing defines in DEFS. | fenner | 1999-11-21 | 1 | -1/+5 |
* | (icmp_print): check checksum if vflag. From kuznet@ms2.inr.ac.ru | assar | 1999-11-21 | 1 | -2/+8 |
* | Bring in KAME IPv6 tcpdump. replaces esp/ah/isakmp decoder. | itojun | 1999-10-30 | 1 | -3/+5 |
* | patches to help build on Linux 2.2linux22 | mcr | 1999-10-17 | 1 | -4/+3 |
* | Initial revision | mcr | 1999-10-07 | 1 | -0/+354 |