summaryrefslogtreecommitdiff
path: root/print-icmp6.c
Commit message (Expand)AuthorAgeFilesLines
* From Michael Shields <shields@msrl.com> via Roman Francoise: spellingguy2005-09-051-3/+3
* code cosmetics:hannes2005-07-111-10/+12
* "ipproto.h" uses "struct tok", and "interface.h" defines it; alwaysguy2005-05-141-5/+5
* Get rid of some extra blanks.guy2005-04-251-6/+6
* Get rid of, or use, unused variables.guy2005-04-201-6/+2
* Get rid of unused variables.guy2005-04-201-4/+1
* rework the ICMP6 decoder:hannes2005-01-141-174/+177
* From Shinsuke Suzuki: fix a boundary check, and add some additionalguy2004-07-281-2/+4
* From Shinsuke Suzuki <suz@kame.net>: a patch to sync ICMPv6-Type numberguy2004-06-161-2/+152
* Add bounds checking.guy2004-03-241-1/+2
* "icmp6_rrenum_print()" doesn't use its "icmp6len" argument (and, as thatguy2003-11-191-22/+17
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-4/+4
* unsigned/signed mixupitojun2003-10-281-2/+2
* Add a new "ipproto.h" header file, with definitions of IP protocol typeguy2003-06-071-1/+2
* verify/warn icmpv6 checksum. from jinmei@kameitojun2003-05-021-3/+59
* From Kazushi Sugyo: print the sequence number in ICMPv6 echo request andguy2003-03-131-4/+6
* From Kazushi Sugyo: update to draft-ietf-mobileip-ipv6-20.guy2003-02-051-6/+11
* Fix up some errors from the previous checkin.guy2002-12-111-21/+26
* The "__attribute__((packed))" tag on structures causes some files not toguy2002-12-111-32/+33
* From Kazushi Sugyo: patches for draft-ietf-mobile-ipv6-18.guy2002-09-051-2/+8
* Get rid of some unnecessary includes (<time.h>, <netdb.h>, and <ctype.h>guy2002-08-061-3/+1
* Added support for Win32, based on WinPcap.risso2002-08-011-11/+2
* From Kazushi Sugyo <sugyo@pb.jp.nec.com>:guy2002-06-271-17/+32
* whitespace cleanupitojun2002-06-111-3/+3
* typo, from openbsditojun2002-05-301-2/+2
* -Wunuseditojun2002-04-021-2/+1
* Updates from Kazushi Sugyo <sugyo@pb.jp.nec.com> forguy2002-03-281-1/+24
* Support for Home Agent Information in ICMPv6, from Kazushi Sugyoguy2001-12-091-1/+10
* need string.hitojun2001-06-271-1/+2
* Remove #if 0 sectionsfenner2001-06-151-14/+1
* move router preference decls into icmp6.hitojun2001-06-011-5/+1
* sync with 2292bis-02/ND_RA_FLAG_HOME_AGENTitojun2001-06-011-5/+2
* reject nd6 opts with bad lengthitojun2001-06-011-16/+40
* cleanup. do not use recurse for nd option priting.itojun2001-06-011-168/+145
* decode draft-ietf-ipngwg-router-preference, specific route information.itojun2001-06-011-30/+68
* Don't print multiple lines for a single packet unless -vvfenner2001-05-101-7/+7
* support draft-draves-ipngwg-router-selection-01.txt router preference.itojun2001-05-091-2/+19
* Quiet down gcc -Wallfenner2001-05-091-2/+2
* typo in message. from netbsd-currentitojun2001-02-201-2/+2
* meet 2292bis-02 for RA option declsitojun2001-01-281-5/+5
* sync with 2292bis-02: ND_OPT_ADVINTERVALitojun2001-01-281-2/+2
* sync RR flag bit name with draft-ietf-ipngwg-rfc2292bis-02.txt.itojun2001-01-221-2/+2
* add mobile-ip6 option handling. patches@tcpdump.org #113itojun2000-12-131-3/+17
* simplify case statementitojun2000-11-121-3/+1
* always print router renumber sequence number, even without -v.itojun2000-11-081-3/+4
* print sequence number in router renumber message.itojun2000-11-081-1/+2
* rrenum minor tweaks (endian conversion for reserved field printing)itojun2000-11-081-3/+3
* RFC2894 (router renumber) decoding. more to go.itojun2000-11-081-12/+140
* remove #ifdef no longer necessary (due to inclusion of icmp6.h into tcpdump kit)itojun2000-11-081-14/+1