aboutsummaryrefslogtreecommitdiffstats
path: root/packet-mip6.h
AgeCommit message (Collapse)AuthorFilesLines
2003-12-16From Martti Kuparinen: fixes, and more values, for Mobile IPv6 BindingGuy Harris1-3/+5
Acknowledgment status. svn path=/trunk/; revision=9297
2003-07-11Put relevant field offset and lengths back in packet-mip6.h, along withGuy Harris1-1/+18
option lengths, and use them in packet-mip6.c. svn path=/trunk/; revision=8016
2003-07-11Add a routine "dissect_ipv6_options()" that works likeGuy Harris1-26/+1
"dissect_ip_tcp_options()" but for options that are like IPv6 options (i.e., the length byte has a value that doesn't include the option code or length byte). Add an "ip_opts.h" header to declare it, and move the declaration of stuff used by it and "dissect_ip_tcp_options()", and the declaration of "dissect_ip_tcp_options()", to that header. Use "dissect_ipv6_options()" for Mobile IPv6 options. Get rid of the unused "mip6_opt_types[]" array in "packet-mip6.h". svn path=/trunk/; revision=8015
2003-02-04From Teemu Rinta-aho: draft 20 MIPv6 support (now in a file of its own).Guy Harris1-0/+217
svn path=/trunk/; revision=7071