| Commit message (Expand) | Author | Age | Files | Lines |
* | Use nextproto6_cksum() for XXX-over-IPv6 checksums. | Guy Harris | 2011-06-17 | 1 | -3/+3 |
* | Go with Wireshark's Internet checksum routine. | Guy Harris | 2011-06-13 | 1 | -14/+20 |
* | Convert the IPv6 printer to use netdissect. | Guy Harris | 2010-11-07 | 1 | -27/+27 |
* | Include "netdissect.h" in print-ip6.c, and move icmp6_print's | Guy Harris | 2009-11-26 | 1 | -0/+1 |
* | netdisect converted icmp6_print() | Michael Richardson | 2009-11-14 | 1 | -1/+1 |
* | modularize ip6 nextlayer checksum generation and | Hannes Gredler | 2009-10-12 | 1 | -1/+27 |
* | in tcpdump a length field has the semantics of a 'total length field' | hannes | 2007-09-21 | 1 | -2/+2 |
* | From pfhunt on SourceForge: | guy | 2007-09-14 | 1 | -2/+2 |
* | From Ian McDonald and Arnaldo Carvalho de Melo: DCCP support. | guy | 2005-09-20 | 1 | -2/+5 |
* | add GRE and RSVP to the supported IPv6 protos | hannes | 2005-07-03 | 1 | -1/+10 |
* | from Andy Heffernan <ahh@juniper.net>: | hannes | 2005-05-20 | 1 | -1/+5 |
* | refactored ip_print() so that chained header parser (ESP/AH) can | mcr | 2005-04-06 | 1 | -2/+2 |
* | -display cosmetics: make the output more conistent: | hannes | 2004-09-29 | 1 | -2/+2 |
* | Use %u to print unsigned quantities. | guy | 2004-08-27 | 1 | -3/+3 |
* | print the packet length for ESP packets | hannes | 2004-07-16 | 1 | -2/+2 |
* | supress printing of the L3 protoname if eflag is set | hannes | 2004-05-01 | 1 | -2/+3 |
* | print header related information earlier - in order to not break multi-line o... | hannes | 2004-04-26 | 1 | -40/+39 |
* | print-esp has been "NDO"-ized. | mcr | 2004-04-05 | 1 | -2/+2 |
* | 135 appears to be the current IP protocol number for mobility headers; | guy | 2003-11-24 | 1 | -3/+10 |
* | Use "len", not "payload_len", as we step through the packet; use | guy | 2003-11-19 | 1 | -19/+15 |
* | Keep the remaining payload length in a separate variable from the total | guy | 2003-11-19 | 1 | -12/+18 |
* | "icmp6_rrenum_print()" doesn't use its "icmp6len" argument (and, as that | guy | 2003-11-19 | 1 | -8/+5 |
* | Have various routines for printing non-final headers for IPv4/IPv6 | guy | 2003-11-19 | 1 | -6/+2 |
* | Cut off "snapend" at the length of the IPv4 or IPv6 payload, so we don't | guy | 2003-11-19 | 1 | -5/+14 |
* | 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 |
* | style | itojun | 2003-10-28 | 1 | -4/+4 |
* | Add a new "ipproto.h" header file, with definitions of IP protocol type | guy | 2003-06-07 | 1 | -19/+6 |
* | The SCTP dissector is only called for SCTP packets, so there's no reason | guy | 2003-06-03 | 1 | -2/+10 |
* | verify/warn icmpv6 checksum. from jinmei@kame | itojun | 2003-05-02 | 1 | -2/+2 |
* | The "__attribute__((packed))" tag on structures causes some files not to | guy | 2002-12-11 | 1 | -3/+4 |
* | remove buffer move in LBL_ALIGN case, which does more bad things than good th... | itojun | 2002-10-18 | 1 | -20/+1 |
* | Get rid of the "-Wno-unused" flag, and fix up most of the | guy | 2002-09-05 | 1 | -3/+3 |
* | Make "mobility_opt_print()" static, as it's not used outside | guy | 2002-08-02 | 1 | -1/+5 |
* | Added support for Win32, based on WinPcap. | risso | 2002-08-01 | 1 | -8/+2 |
* | From Kazushi Sugyo <sugyo@pb.jp.nec.com>: | guy | 2002-06-27 | 1 | -1/+8 |
* | whitespace cleanup | itojun | 2002-06-11 | 1 | -3/+3 |
* | remove comment which may not be correct; i've experienced unaligned header | itojun | 2001-11-16 | 1 | -3/+1 |
* | adjust bp when packet is moved by LBL_ALIGN | itojun | 2001-11-15 | 1 | -1/+2 |
* | die if malloc fails in #ifdef LBL_ALIGN. | itojun | 2001-11-15 | 1 | -2/+5 |
* | Eliminate some unused parameters. | fenner | 2001-09-17 | 1 | -8/+8 |
* | Don't try decrypting a fragmented ESP packet; the IP proto number and | fenner | 2001-08-20 | 1 | -3/+4 |
* | do not try to compute tcp/udp checksum for fragmented datagram. | itojun | 2000-11-17 | 1 | -3/+5 |
* | repair IPv6 ESP decoder | itojun | 2000-11-09 | 1 | -14/+14 |
* | put stripped-down version of ip6.h and icmp6.h into tcpdump tree. | itojun | 2000-10-07 | 1 | -2/+2 |
* | include string.h for memcpy/memset. | itojun | 2000-10-03 | 1 | -2/+3 |
* | Get rid of includes of <netinet/in_systm.h>, and replace "n_short", | guy | 2000-09-29 | 1 | -2/+1 |
* | Add an "ip.h" header, to declare the IP stuff needed by dissectors, and | guy | 2000-09-23 | 1 | -3/+1 |
* | Add "tcp.h" and "udp.h" headers, to declare the TCP and UDP stuff needed | guy | 2000-09-23 | 1 | -4/+1 |
* | (ip6_print): fix flipped arguments to memcpy. From Rafal Maszkowski | assar | 2000-07-29 | 1 | -3/+3 |