]> The Tcpdump Group git mirrors - tcpdump/history - print-icmp6.c
Avoid collison with error(), clean up code a bit.
[tcpdump] / print-icmp6.c
2002-12-11  guyThe "__attribute__((packed))" tag on structures causes...
2002-09-05  guyFrom Kazushi Sugyo: patches for draft-ietf-mobile-ipv6-18.
2002-08-06  guyGet rid of some unnecessary includes (<time.h>, <netdb...
2002-08-01  rissoAdded support for Win32, based on WinPcap.
2002-06-27  guyFrom Kazushi Sugyo <[email protected]>:
2002-06-11  itojunwhitespace cleanup
2002-05-30  itojuntypo, from openbsd
2002-04-02  itojun-Wunused
2002-03-28  guyUpdates from Kazushi Sugyo <[email protected]> for
2001-12-09  guySupport for Home Agent Information in ICMPv6, from...
2001-06-27  itojunneed string.h
2001-06-15  fennerRemove #if 0 sections
2001-06-01  itojunmove router preference decls into icmp6.h
2001-06-01  itojunsync with 2292bis-02/ND_RA_FLAG_HOME_AGENT
2001-06-01  itojunreject nd6 opts with bad length
2001-06-01  itojuncleanup. do not use recurse for nd option priting.
2001-06-01  itojundecode draft-ietf-ipngwg-router-preference, specific...
2001-05-10  fennerDon't print multiple lines for a single packet unless -vv
2001-05-09  itojunsupport draft-draves-ipngwg-router-selection-01.txt...
2001-05-09  fennerQuiet down gcc -Wall
2001-02-20  itojuntypo in message. from netbsd-current
2001-01-28  itojunmeet 2292bis-02 for RA option decls
2001-01-28  itojunsync with 2292bis-02: ND_OPT_ADVINTERVAL
2001-01-22  itojunsync RR flag bit name with draft-ietf-ipngwg-rfc2292bis...
2000-12-13  itojunadd mobile-ip6 option handling. [email protected]...
2000-11-12  itojunsimplify case statement
2000-11-08  itojunalways print router renumber sequence number, even...
2000-11-08  itojunprint sequence number in router renumber message.
2000-11-08  itojunrrenum minor tweaks (endian conversion for reserved...
2000-11-08  itojunRFC2894 (router renumber) decoding. more to go.
2000-11-08  itojunremove #ifdef no longer necessary (due to inclusion...
2000-10-07  itojunno need to check struct defs in netinet/icmp6.h
2000-10-07  itojunput stripped-down version of ip6.h and icmp6.h into...
2000-10-06  itojunmove ah/esp struct declratiaon into separate header...
2000-10-06  itojununused variable
2000-10-03  itojuntypo. from [email protected]
2000-10-03  itojuntypo in comment. from [email protected]
2000-10-03  itojungrab upper layer protocol by chasing extension header...
2000-09-29  guyGet "udp.h" from the tcpdump source tree, not from...
2000-09-29  guyGet rid of includes of <netinet/in_systm.h>, and replac...
2000-09-28  itojunneed udp.h for handling port unreach
2000-09-28  guyGet rid of unneeded includes of <net/if.h>.
2000-09-23  guyAdd an "ip.h" header, to declare the IP stuff needed...
2000-09-23  guyAdd "tcp.h" and "udp.h" headers, to declare the TCP...
2000-09-23  guyAdd definitions of Ethernet types from
2000-08-30  itojuntypo. query/reply mixup. from [email protected]
2000-08-29  itojunicmp6 nodeinfo printing; "node addresses" have TTL...
2000-08-03  itojuntypo in ni query/reply. ICMP6_NI_SUCESS -> SUCCESS
2000-07-16  itojunbeautify node information query printing
2000-06-26  assarhandle the case of not having any mld6 struct at all...
2000-06-03  itojunavoid possible infinite loop in relts_print().
2000-05-28  itojundo not attempt to telnet option chars directly - they...
2000-05-17  itojunimprove DNS name decoder (termination)
2000-05-15  itojuncorrect NI6 subject name printing (DNS).
2000-05-15  itojunmore correction to NI6 FQDN printing.
2000-05-15  itojuncorrect termination processing for DNS payload decoding...
2000-05-10  itojunicmp6 nodeinfo; DNS decoder will emit "???" for malform...
2000-05-10  itojunremove unused variable.
2000-05-10  itojunrevise ICMPv6 nodeinfo decoding. based on 03-05 drafts
2000-04-28  itojunrandom cleanups. add some parens for clarity.
2000-04-24  itojunstyle. s/switch(/switch (/.
2000-04-09  assarhandle both struct icmp6_mld and struct mld6_hdr we...
2000-03-13  itojundon't overrun packet buffer when decoding ICMPv6 FQDN...
2000-01-09  fennerUnify rcsid[]'s.
1999-11-21  fennerSwitch to config.h instead of passing defines in DEFS.
1999-10-30  itojunBring in KAME IPv6 tcpdump. replaces esp/ah/isakmp...