aboutsummaryrefslogtreecommitdiffstats
path: root/packet-mip6.h
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-211/+0
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
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