| Commit message (Expand) | Author | Age | Files | Lines |
* | rework the ICMP6 decoder: | hannes | 2005-01-14 | 1 | -174/+177 |
* | From Shinsuke Suzuki: fix a boundary check, and add some additional | guy | 2004-07-28 | 1 | -2/+4 |
* | From Shinsuke Suzuki <suz@kame.net>: a patch to sync ICMPv6-Type number | guy | 2004-06-16 | 1 | -2/+152 |
* | Add bounds checking. | guy | 2004-03-24 | 1 | -1/+2 |
* | "icmp6_rrenum_print()" doesn't use its "icmp6len" argument (and, as that | guy | 2003-11-19 | 1 | -22/+17 |
* | 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 |
* | unsigned/signed mixup | itojun | 2003-10-28 | 1 | -2/+2 |
* | Add a new "ipproto.h" header file, with definitions of IP protocol type | guy | 2003-06-07 | 1 | -1/+2 |
* | verify/warn icmpv6 checksum. from jinmei@kame | itojun | 2003-05-02 | 1 | -3/+59 |
* | From Kazushi Sugyo: print the sequence number in ICMPv6 echo request and | guy | 2003-03-13 | 1 | -4/+6 |
* | From Kazushi Sugyo: update to draft-ietf-mobileip-ipv6-20. | guy | 2003-02-05 | 1 | -6/+11 |
* | Fix up some errors from the previous checkin. | guy | 2002-12-11 | 1 | -21/+26 |
* | The "__attribute__((packed))" tag on structures causes some files not to | guy | 2002-12-11 | 1 | -32/+33 |
* | From Kazushi Sugyo: patches for draft-ietf-mobile-ipv6-18. | guy | 2002-09-05 | 1 | -2/+8 |
* | Get rid of some unnecessary includes (<time.h>, <netdb.h>, and <ctype.h> | guy | 2002-08-06 | 1 | -3/+1 |
* | Added support for Win32, based on WinPcap. | risso | 2002-08-01 | 1 | -11/+2 |
* | From Kazushi Sugyo <sugyo@pb.jp.nec.com>: | guy | 2002-06-27 | 1 | -17/+32 |
* | whitespace cleanup | itojun | 2002-06-11 | 1 | -3/+3 |
* | typo, from openbsd | itojun | 2002-05-30 | 1 | -2/+2 |
* | -Wunused | itojun | 2002-04-02 | 1 | -2/+1 |
* | Updates from Kazushi Sugyo <sugyo@pb.jp.nec.com> for | guy | 2002-03-28 | 1 | -1/+24 |
* | Support for Home Agent Information in ICMPv6, from Kazushi Sugyo | guy | 2001-12-09 | 1 | -1/+10 |
* | need string.h | itojun | 2001-06-27 | 1 | -1/+2 |
* | Remove #if 0 sections | fenner | 2001-06-15 | 1 | -14/+1 |
* | move router preference decls into icmp6.h | itojun | 2001-06-01 | 1 | -5/+1 |
* | sync with 2292bis-02/ND_RA_FLAG_HOME_AGENT | itojun | 2001-06-01 | 1 | -5/+2 |
* | reject nd6 opts with bad length | itojun | 2001-06-01 | 1 | -16/+40 |
* | cleanup. do not use recurse for nd option priting. | itojun | 2001-06-01 | 1 | -168/+145 |
* | decode draft-ietf-ipngwg-router-preference, specific route information. | itojun | 2001-06-01 | 1 | -30/+68 |
* | Don't print multiple lines for a single packet unless -vv | fenner | 2001-05-10 | 1 | -7/+7 |
* | support draft-draves-ipngwg-router-selection-01.txt router preference. | itojun | 2001-05-09 | 1 | -2/+19 |
* | Quiet down gcc -Wall | fenner | 2001-05-09 | 1 | -2/+2 |
* | typo in message. from netbsd-current | itojun | 2001-02-20 | 1 | -2/+2 |
* | meet 2292bis-02 for RA option decls | itojun | 2001-01-28 | 1 | -5/+5 |
* | sync with 2292bis-02: ND_OPT_ADVINTERVAL | itojun | 2001-01-28 | 1 | -2/+2 |
* | sync RR flag bit name with draft-ietf-ipngwg-rfc2292bis-02.txt. | itojun | 2001-01-22 | 1 | -2/+2 |
* | add mobile-ip6 option handling. patches@tcpdump.org #113 | itojun | 2000-12-13 | 1 | -3/+17 |
* | simplify case statement | itojun | 2000-11-12 | 1 | -3/+1 |
* | always print router renumber sequence number, even without -v. | itojun | 2000-11-08 | 1 | -3/+4 |
* | print sequence number in router renumber message. | itojun | 2000-11-08 | 1 | -1/+2 |
* | rrenum minor tweaks (endian conversion for reserved field printing) | itojun | 2000-11-08 | 1 | -3/+3 |
* | RFC2894 (router renumber) decoding. more to go. | itojun | 2000-11-08 | 1 | -12/+140 |
* | remove #ifdef no longer necessary (due to inclusion of icmp6.h into tcpdump kit) | itojun | 2000-11-08 | 1 | -14/+1 |
* | no need to check struct defs in netinet/icmp6.h | itojun | 2000-10-07 | 1 | -73/+1 |
* | put stripped-down version of ip6.h and icmp6.h into tcpdump tree. | itojun | 2000-10-07 | 1 | -3/+3 |
* | move ah/esp struct declratiaon into separate header (ah.h and esp.h). | itojun | 2000-10-06 | 1 | -3/+2 |
* | unused variable | itojun | 2000-10-06 | 1 | -2/+2 |
* | typo. from jinmei@kame.net | itojun | 2000-10-03 | 1 | -2/+2 |
* | typo in comment. from jinmei@kame.net | itojun | 2000-10-03 | 1 | -5/+5 |