Commit Graph

6 Commits

Author SHA1 Message Date
Jörg Mayer e78aba0a40 warning: ISO C does not allow extra ; outside of a function
svn path=/trunk/; revision=9387
2003-12-21 05:51:34 +00:00
Guy Harris 2e94fc8139 Preserve 62 as an (old) IP protocol type for mobility headers.
svn path=/trunk/; revision=9074
2003-11-24 21:42:13 +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 e62ee5cf8b From Santeri Paavolainen: fix for the following problems:
- BRR packets were incorrectly labeled as BE packets
	- Pad1 options had their length handled incorrectly

svn path=/trunk/; revision=7139
2003-02-13 22:23:20 +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