summaryrefslogtreecommitdiff
path: root/print-ip.c
Commit message (Expand)AuthorAgeFilesLines
* from nicolas ferrero <toorop@babylo.net>:hannes2005-01-121-2/+2
* Use %u to print unsigned quantities.guy2004-08-271-2/+2
* From Eddie Kohler <xexd@sourceforge.net>: In "ip_finddst()":guy2004-06-251-10/+10
* Do the length checks only for IP options with a length field.guy2004-03-241-6/+6
* Add bounds and option length checking.guy2004-03-241-26/+43
* Have various routines for printing non-final headers for IPv4/IPv6guy2003-11-191-5/+7
* Cut off "snapend" at the length of the IPv4 or IPv6 payload, so we don'tguy2003-11-191-3/+16
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-1/+1
* From Neil Spring:guy2003-11-151-4/+4
* Fix the separator for "bad cksum".guy2003-07-081-5/+2
* Add a new "ipproto.h" header file, with definitions of IP protocol typeguy2003-06-071-47/+4
* warn if v6 was found using ip_print()hannes2003-05-251-3/+9
* bugfix: print the real version number instead of always 4 if version != 4hannes2003-05-211-2/+2
* don't attempt checksumming in ICMP if the packet is a fragmenthannes2003-05-151-2/+3
* minor display cosmetics:hannes2003-05-151-2/+2
* print IP keyword plus optional version numberhannes2003-05-081-1/+3
* per George Bakos' suggestion:hannes2003-04-241-57/+57
* Get rid of the added "IP " - IPv6 doesn't do it, and previous versionsguy2003-02-051-3/+1
* Fix up long vs. int issues.guy2003-01-031-2/+2
* - move IP option processing from the trail up to the headerhannes2002-12-281-8/+11
* The "__attribute__((packed))" tag on structures causes some files not toguy2002-12-111-8/+8
* remove buffer move in LBL_ALIGN case, which does more bad things than good th...itojun2002-10-181-25/+1
* support for RSVPhannes2002-10-041-1/+1
* hide multiline output using vflag plus enhanced, ES-IS decoderhannes2002-10-031-1/+8
* Get rid of the "-Wno-unused" flag, and fix up most of theguy2002-09-051-4/+4
* Add a few more GCC warnings on GCC >= 2 for ".devel" builds.guy2002-09-051-3/+3
* Added support for Win32, based on WinPcap.risso2002-08-011-9/+3
* Calculate UDP/TCP pseudo-checksum properly in the presence offenner2002-07-281-1/+47
* Add a "in_cksum_shouldbe()" to compute, given an Internet checksum fieldguy2002-07-211-4/+57
* Set "off" before using it.guy2002-07-201-3/+3
* the last commit contained a bogus commit message;hannes2002-07-141-16/+15
* split BGP output to multiple lines;hannes2002-07-141-34/+32
* whitespace cleanupitojun2002-06-111-8/+8
* Fix a typo.guy2002-05-291-2/+2
* when reporting a bad checksum, indicate what it should have been.mcr2002-05-291-3/+4
* remove comment which may not be correct; i've experienced unaligned headeritojun2001-11-161-3/+1
* From Crist J. Clark <cjclark@alum.mit.edu>: print the IP protocol fieldguy2001-10-271-4/+16
* Eliminate some unused parameters.fenner2001-09-171-3/+3
* Don't try decrypting a fragmented ESP packet; the IP proto number andfenner2001-08-201-5/+5
* Remove #if 0 sectionsfenner2001-06-151-45/+1
* added explicit protocol number to "ipip" - John Hawkinson <jhawk@MIT.EDU>mcr2001-05-291-2/+2
* Print new ECN code-point [ECT(0),ECT(1),CE] instead of old ECN bitsfenner2001-05-091-4/+11
* SCTP printing from Armando L. Caro Jr. <acaro@mail.eecis.udel.edu>fenner2001-05-091-2/+10
* Add missing space after "truncated-ip: %d bytes missing!"fenner2001-02-201-2/+2
* atabifyitojun2001-01-281-10/+10
* When printing VRRP packets, show the source and destination IP addressesguy2001-01-021-1/+5
* do not try to compute tcp/udp checksum for fragmented datagram.itojun2000-11-171-3/+3
* Move IGMP to its own file.fenner2000-11-021-151/+1
* always use u_intXX_t for protocol format declaration. char/short/int may notitojun2000-10-031-4/+4