summaryrefslogtreecommitdiff
path: root/print-ip6.c
Commit message (Expand)AuthorAgeFilesLines
* Use nextproto6_cksum() for XXX-over-IPv6 checksums.Guy Harris2011-06-171-3/+3
* Go with Wireshark's Internet checksum routine.Guy Harris2011-06-131-14/+20
* Convert the IPv6 printer to use netdissect.Guy Harris2010-11-071-27/+27
* Include "netdissect.h" in print-ip6.c, and move icmp6_print'sGuy Harris2009-11-261-0/+1
* netdisect converted icmp6_print()Michael Richardson2009-11-141-1/+1
* modularize ip6 nextlayer checksum generation andHannes Gredler2009-10-121-1/+27
* in tcpdump a length field has the semantics of a 'total length field'hannes2007-09-211-2/+2
* From pfhunt on SourceForge:guy2007-09-141-2/+2
* From Ian McDonald and Arnaldo Carvalho de Melo: DCCP support.guy2005-09-201-2/+5
* add GRE and RSVP to the supported IPv6 protoshannes2005-07-031-1/+10
* from Andy Heffernan <ahh@juniper.net>:hannes2005-05-201-1/+5
* refactored ip_print() so that chained header parser (ESP/AH) canmcr2005-04-061-2/+2
* -display cosmetics: make the output more conistent:hannes2004-09-291-2/+2
* Use %u to print unsigned quantities.guy2004-08-271-3/+3
* print the packet length for ESP packetshannes2004-07-161-2/+2
* supress printing of the L3 protoname if eflag is sethannes2004-05-011-2/+3
* print header related information earlier - in order to not break multi-line o...hannes2004-04-261-40/+39
* print-esp has been "NDO"-ized.mcr2004-04-051-2/+2
* 135 appears to be the current IP protocol number for mobility headers;guy2003-11-241-3/+10
* Use "len", not "payload_len", as we step through the packet; useguy2003-11-191-19/+15
* Keep the remaining payload length in a separate variable from the totalguy2003-11-191-12/+18
* "icmp6_rrenum_print()" doesn't use its "icmp6len" argument (and, as thatguy2003-11-191-8/+5
* Have various routines for printing non-final headers for IPv4/IPv6guy2003-11-191-6/+2
* Cut off "snapend" at the length of the IPv4 or IPv6 payload, so we don'tguy2003-11-191-5/+14
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-4/+4
* styleitojun2003-10-281-4/+4
* Add a new "ipproto.h" header file, with definitions of IP protocol typeguy2003-06-071-19/+6
* The SCTP dissector is only called for SCTP packets, so there's no reasonguy2003-06-031-2/+10
* verify/warn icmpv6 checksum. from jinmei@kameitojun2003-05-021-2/+2
* The "__attribute__((packed))" tag on structures causes some files not toguy2002-12-111-3/+4
* remove buffer move in LBL_ALIGN case, which does more bad things than good th...itojun2002-10-181-20/+1
* Get rid of the "-Wno-unused" flag, and fix up most of theguy2002-09-051-3/+3
* Make "mobility_opt_print()" static, as it's not used outsideguy2002-08-021-1/+5
* Added support for Win32, based on WinPcap.risso2002-08-011-8/+2
* From Kazushi Sugyo <sugyo@pb.jp.nec.com>:guy2002-06-271-1/+8
* whitespace cleanupitojun2002-06-111-3/+3
* remove comment which may not be correct; i've experienced unaligned headeritojun2001-11-161-3/+1
* adjust bp when packet is moved by LBL_ALIGNitojun2001-11-151-1/+2
* die if malloc fails in #ifdef LBL_ALIGN.itojun2001-11-151-2/+5
* Eliminate some unused parameters.fenner2001-09-171-8/+8
* Don't try decrypting a fragmented ESP packet; the IP proto number andfenner2001-08-201-3/+4
* do not try to compute tcp/udp checksum for fragmented datagram.itojun2000-11-171-3/+5
* repair IPv6 ESP decoderitojun2000-11-091-14/+14
* put stripped-down version of ip6.h and icmp6.h into tcpdump tree.itojun2000-10-071-2/+2
* include string.h for memcpy/memset.itojun2000-10-031-2/+3
* Get rid of includes of <netinet/in_systm.h>, and replace "n_short",guy2000-09-291-2/+1
* Add an "ip.h" header, to declare the IP stuff needed by dissectors, andguy2000-09-231-3/+1
* Add "tcp.h" and "udp.h" headers, to declare the TCP and UDP stuff neededguy2000-09-231-4/+1
* (ip6_print): fix flipped arguments to memcpy. From Rafal Maszkowskiassar2000-07-291-3/+3