| Commit message (Expand) | Author | Age | Files | Lines |
* | from nicolas ferrero <toorop@babylo.net>: | hannes | 2005-01-12 | 1 | -2/+2 |
* | Use %u to print unsigned quantities. | guy | 2004-08-27 | 1 | -2/+2 |
* | From Eddie Kohler <xexd@sourceforge.net>: In "ip_finddst()": | guy | 2004-06-25 | 1 | -10/+10 |
* | 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 |
* | 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 | -1/+1 |
* | 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 |
* | Added support for Win32, based on WinPcap. | risso | 2002-08-01 | 1 | -9/+3 |
* | Calculate UDP/TCP pseudo-checksum properly in the presence of | fenner | 2002-07-28 | 1 | -1/+47 |
* | Add a "in_cksum_shouldbe()" to compute, given an Internet checksum field | guy | 2002-07-21 | 1 | -4/+57 |
* | Set "off" before using it. | guy | 2002-07-20 | 1 | -3/+3 |
* | the last commit contained a bogus commit message; | hannes | 2002-07-14 | 1 | -16/+15 |
* | split BGP output to multiple lines; | hannes | 2002-07-14 | 1 | -34/+32 |
* | whitespace cleanup | itojun | 2002-06-11 | 1 | -8/+8 |
* | Fix a typo. | guy | 2002-05-29 | 1 | -2/+2 |
* | when reporting a bad checksum, indicate what it should have been. | mcr | 2002-05-29 | 1 | -3/+4 |
* | remove comment which may not be correct; i've experienced unaligned header | itojun | 2001-11-16 | 1 | -3/+1 |
* | From Crist J. Clark <cjclark@alum.mit.edu>: print the IP protocol field | guy | 2001-10-27 | 1 | -4/+16 |
* | Eliminate some unused parameters. | fenner | 2001-09-17 | 1 | -3/+3 |
* | Don't try decrypting a fragmented ESP packet; the IP proto number and | fenner | 2001-08-20 | 1 | -5/+5 |
* | Remove #if 0 sections | fenner | 2001-06-15 | 1 | -45/+1 |
* | added explicit protocol number to "ipip" - John Hawkinson <jhawk@MIT.EDU> | mcr | 2001-05-29 | 1 | -2/+2 |
* | Print new ECN code-point [ECT(0),ECT(1),CE] instead of old ECN bits | fenner | 2001-05-09 | 1 | -4/+11 |
* | SCTP printing from Armando L. Caro Jr. <acaro@mail.eecis.udel.edu> | fenner | 2001-05-09 | 1 | -2/+10 |
* | Add missing space after "truncated-ip: %d bytes missing!" | fenner | 2001-02-20 | 1 | -2/+2 |
* | atabify | itojun | 2001-01-28 | 1 | -10/+10 |
* | When printing VRRP packets, show the source and destination IP addresses | guy | 2001-01-02 | 1 | -1/+5 |
* | do not try to compute tcp/udp checksum for fragmented datagram. | itojun | 2000-11-17 | 1 | -3/+3 |
* | Move IGMP to its own file. | fenner | 2000-11-02 | 1 | -151/+1 |
* | always use u_intXX_t for protocol format declaration. char/short/int may not | itojun | 2000-10-03 | 1 | -4/+4 |