summaryrefslogtreecommitdiff
path: root/print-icmp6.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* no need to check struct defs in netinet/icmp6.hitojun2000-10-071-73/+1
* put stripped-down version of ip6.h and icmp6.h into tcpdump tree.itojun2000-10-071-3/+3
* move ah/esp struct declratiaon into separate header (ah.h and esp.h).itojun2000-10-061-3/+2
* unused variableitojun2000-10-061-2/+2
* typo. from jinmei@kame.netitojun2000-10-031-2/+2
* typo in comment. from jinmei@kame.netitojun2000-10-031-5/+5
* grab upper layer protocol by chasing extension header chain.itojun2000-10-031-6/+83
* Get "udp.h" from the tcpdump source tree, not from a system header file.guy2000-09-291-2/+3
* Get rid of includes of <netinet/in_systm.h>, and replace "n_short",guy2000-09-291-2/+1
* need udp.h for handling port unreachitojun2000-09-281-1/+2
* Get rid of unneeded includes of <net/if.h>.guy2000-09-281-2/+1
* Add an "ip.h" header, to declare the IP stuff needed by dissectors, andguy2000-09-231-4/+1
* Add "tcp.h" and "udp.h" headers, to declare the TCP and UDP stuff neededguy2000-09-231-4/+1
* Add definitions of Ethernet types fromguy2000-09-231-2/+1
* typo. query/reply mixup. from jinmei@kame.netitojun2000-08-301-2/+2
* icmp6 nodeinfo printing; "node addresses" have TTL field with addresses.itojun2000-08-291-4/+8
* typo in ni query/reply. ICMP6_NI_SUCESS -> SUCCESSitojun2000-08-031-4/+8
* beautify node information query printingitojun2000-07-161-3/+21
* handle the case of not having any mld6 struct at all. From Juergenassar2000-06-261-5/+3
* avoid possible infinite loop in relts_print().itojun2000-06-031-9/+4
* do not attempt to telnet option chars directly - they usually includeitojun2000-05-281-2/+4
* improve DNS name decoder (termination)itojun2000-05-171-49/+45
* correct NI6 subject name printing (DNS).itojun2000-05-151-2/+2
* more correction to NI6 FQDN printing.itojun2000-05-151-15/+29
* correct termination processing for DNS payload decoding (NI6 FQDN).itojun2000-05-151-3/+5
* icmp6 nodeinfo; DNS decoder will emit "???" for malformed/compressed formitojun2000-05-101-1/+5
* remove unused variable.itojun2000-05-101-2/+1
* revise ICMPv6 nodeinfo decoding. based on 03-05 draftsitojun2000-05-101-113/+312
* random cleanups. add some parens for clarity.itojun2000-04-281-2/+2