| Commit message (Expand) | Author | Age | Files | Lines |
* | modularize ip6 nextlayer checksum generation and | Hannes Gredler | 2009-10-12 | 1 | -1/+2 |
* | Make the -K flag suppress IP and UDP checksum checking as well. | Guy Harris | 2009-03-05 | 1 | -1/+1 |
* | From Victor Oppleman: add support for RFC 1393 traceroute. | guy | 2007-09-14 | 1 | -1/+2 |
* | add basic skeleton for printing olsr packets as per rfc3626 | hannes | 2007-03-27 | 1 | -2/+2 |
* | from Kevin Steves <stevesk@pobox.com>: | hannes | 2007-01-17 | 1 | -2/+2 |
* | from Kevin Steves <stevesk@pobox.com>: | hannes | 2007-01-17 | 1 | -4/+4 |
* | Add some bounds checking to the IP options code, and clean up the | guy | 2006-02-19 | 1 | -18/+30 |
* | We've gotten our IP definitions/declarations from our own "ip.h" for a | guy | 2005-11-13 | 1 | -7/+1 |
* | Properly pass the MF flag and fragment offset to the UDP, TCP, and ICMP | guy | 2005-11-13 | 1 | -4/+6 |
* | bugfix: don't mask the more-fragments bit for ICMP checksum suppression | hannes | 2005-10-07 | 1 | -2/+2 |
* | From Ian McDonald and Arnaldo Carvalho de Melo: DCCP support. | guy | 2005-09-20 | 1 | -2/+6 |
* | from Andy Heffernan <ahh@juniper.net>: | hannes | 2005-05-20 | 1 | -1/+5 |
* | use new ip_print_demux() routine in ISAKMP UDP-ESP encap | mcr | 2005-04-07 | 1 | -12/+37 |
* | refactored ip_print() so that chained header parser (ESP/AH) can | mcr | 2005-04-06 | 1 | -192/+215 |
* | from Rick Jones <rick.jones2@hp.com>: | hannes | 2005-01-21 | 1 | -3/+14 |
* | from nicolas ferrero <toorop@babylo.net>: | hannes | 2005-01-12 | 1 | -2/+2 |
* | Get rid of an unused variable. | guy | 2004-12-27 | 1 | -3/+2 |
* | clean up the ip options printer: | hannes | 2004-09-27 | 1 | -58/+47 |
* | Use %u to print unsigned quantities. | guy | 2004-08-27 | 1 | -2/+2 |
* | print the packet length for ESP packets | hannes | 2004-07-16 | 1 | -2/+2 |
* | From Eddie Kohler <xexd@sourceforge.net>: In "ip_finddst()": | guy | 2004-06-25 | 1 | -10/+10 |
* | supress printing of the L3 protoname if eflag is set | hannes | 2004-05-01 | 1 | -2/+2 |
* | -add baseline support for dissecting EIGRP-IP and EIGRP-IPX messages | hannes | 2004-04-30 | 1 | -9/+5 |
* | Some BSDs define IPPROTO_IGRP as 88 and don't define IPPROTO_EIGRP, so | guy | 2004-04-28 | 1 | -2/+22 |
* | do host-OS indep. ipproto name resolution | hannes | 2004-04-26 | 1 | -7/+9 |
* | print-esp has been "NDO"-ized. | mcr | 2004-04-05 | 1 | -2/+2 |
* | Do the length checks only for IP options with a length field. | guy | 2004-03-24 | 1 | -6/+6 |
* | Add bounds and option length checking. | guy | 2004-03-24 | 1 | -26/+43 |
* | print the proto-id in verbose mode | hannes | 2004-03-17 | 1 | -3/+4 |
* | Have various routines for printing non-final headers for IPv4/IPv6 | guy | 2003-11-19 | 1 | -5/+7 |
* | Cut off "snapend" at the length of the IPv4 or IPv6 payload, so we don't | guy | 2003-11-19 | 1 | -3/+16 |
* | 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 |
* | Fix the separator for "bad cksum". | guy | 2003-07-08 | 1 | -5/+2 |
* | Add a new "ipproto.h" header file, with definitions of IP protocol type | guy | 2003-06-07 | 1 | -47/+4 |
* | warn if v6 was found using ip_print() | hannes | 2003-05-25 | 1 | -3/+9 |
* | bugfix: print the real version number instead of always 4 if version != 4 | hannes | 2003-05-21 | 1 | -2/+2 |
* | don't attempt checksumming in ICMP if the packet is a fragment | hannes | 2003-05-15 | 1 | -2/+3 |
* | minor display cosmetics: | hannes | 2003-05-15 | 1 | -2/+2 |
* | print IP keyword plus optional version number | hannes | 2003-05-08 | 1 | -1/+3 |
* | per George Bakos' suggestion: | hannes | 2003-04-24 | 1 | -57/+57 |
* | Get rid of the added "IP " - IPv6 doesn't do it, and previous versions | guy | 2003-02-05 | 1 | -3/+1 |
* | Fix up long vs. int issues. | guy | 2003-01-03 | 1 | -2/+2 |
* | - move IP option processing from the trail up to the header | hannes | 2002-12-28 | 1 | -8/+11 |
* | The "__attribute__((packed))" tag on structures causes some files not to | guy | 2002-12-11 | 1 | -8/+8 |
* | remove buffer move in LBL_ALIGN case, which does more bad things than good th... | itojun | 2002-10-18 | 1 | -25/+1 |
* | support for RSVP | hannes | 2002-10-04 | 1 | -1/+1 |
* | hide multiline output using vflag plus enhanced, ES-IS decoder | hannes | 2002-10-03 | 1 | -1/+8 |
* | Get rid of the "-Wno-unused" flag, and fix up most of the | guy | 2002-09-05 | 1 | -4/+4 |
* | Add a few more GCC warnings on GCC >= 2 for ".devel" builds. | guy | 2002-09-05 | 1 | -3/+3 |