Commit Graph

4 Commits

Author SHA1 Message Date
Guy Harris 337ea44dd8 From Martti Kuparinen: fixes, and more values, for Mobile IPv6 Binding
Acknowledgment status.

svn path=/trunk/; revision=9297
2003-12-16 19:31:40 +00:00
Guy Harris aa9cd7b7d7 Put relevant field offset and lengths back in packet-mip6.h, along with
option lengths, and use them in packet-mip6.c.

svn path=/trunk/; revision=8016
2003-07-11 21:03:13 +00:00
Guy Harris 0c88f96ca0 Add a routine "dissect_ipv6_options()" that works like
"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-07-11 09:30:49 +00:00
Guy Harris 625d0088d4 From Teemu Rinta-aho: draft 20 MIPv6 support (now in a file of its own).
svn path=/trunk/; revision=7071
2003-02-04 20:17:01 +00:00