aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mip6.h
AgeCommit message (Collapse)AuthorFilesLines
2010-07-26Move contents of packet-mip6.h to packet-mip6.cwmeier1-635/+0
- packet-mip6.h is not used elsewhere; - packet-mip6.h includes value string definitions. Rename enum variables to be more distinct: ... ==> MIP6_... Whitespace cleanup. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33632 f5534014-38df-0310-8fa8-9805f1628bb7
2010-07-25From KATAOKA Toshihiro:etxrab1-3/+27
I've made next updates for MIPv6 Mobility Options. - Restart Counter - IPv4 Default Router Address I've made some minor change re-using same type of header fields. - IPv4 Home Address field in several IPv4 related mobility options. - Status field in several IPv4 related mobility options. - Prefix Len field in several IPv4 related mobility options. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5042 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33629 f5534014-38df-0310-8fa8-9805f1628bb7
2010-07-17From KATAOKA Toshihiro:jake1-8/+8
Additional patch reparing proto.avvrb. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33560 f5534014-38df-0310-8fa8-9805f1628bb7
2010-07-17From KATAOKA Toshihiro:jake1-35/+200
I've made some update for MIPv6 Mobility Options according to the IETF RFCs. See also: http://www.iana.org/assignments/mobility-parameters/mobility-parameters.xhtml#mobility-parameters-2 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33558 f5534014-38df-0310-8fa8-9805f1628bb7
2010-06-27From KATAOKA Toshihiro:etxrab1-1/+75
MIPv6 Heartbeat git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33335 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-18Add coments.etxrab1-12/+41
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29982 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-17Change ENUM:setxrab1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29971 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-02From Albert Chin:stig1-1/+1
Small patch to make it compile on AIX. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28917 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-14From Nicolas Dichtel:jake1-1/+5
Please find enclosed a patch to update BA status code for PMIPv6 according to draft-ietf-netlmm-proxymip6-01 Section 8.5 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22499 f5534014-38df-0310-8fa8-9805f1628bb7
2007-07-06From Nicolas Dichtel:etxrab1-82/+103
First patch is only to reindent the packet-mip6 files. Second patch adds PMIPv6 options (draft-ietf-netlmm-proxymip6-01.txt) and Mobile Node Identifier Option (RFC4283). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22258 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-04From Nicolas DICHTEL:etxrab1-2/+2
M flag isn't for MCOA, but for HMIP (RFC4140 Section 4.1). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19429 f5534014-38df-0310-8fa8-9805f1628bb7
2006-09-29From Nicolas DICHTEL:jake1-1/+1
Please find enclosed a patch about Mobile Network Prefix option in NEMO. Following RFC3963 Section 4.3, lenght of this option is 18, not 16. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19363 f5534014-38df-0310-8fa8-9805f1628bb7
2006-09-28From Nicolas DICHTEL:jake1-1/+2
I've two patchs for FMIPv6: - FBU encapsulated in FNA are not correctly parsed; - there is an error when parsing LLA Option. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19351 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18196 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-29Give RFC numbers for MIPv6, NEMO, and FMIPv6.guy1-14/+20
Fix up NEMO #defines for field offsets, and field and option lengths, to match #defines for other options. Handle the padding in the FMIPv6 LLA option internally to the option parser, and don't include the link-layer address unless it's present. Don't handle the length of the LLA option specially in the generic option parser. Clean up white space. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16361 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-25From Martin Andréetxrab1-2/+80
the attached patch implements a dissector for the Fast Handovers for Mobile IPv6 protocol (RFC4068). This patch was produced against version 0.10.13 and extends the following files: - packet-icmpv6.c - packet-ipv6.h - packet-mip6.c - packet-mip6.h git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16302 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-20From Bruno Deniaud:etxrab1-2/+24
Handle NEMO (RFC 3963). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16277 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+211
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11410 f5534014-38df-0310-8fa8-9805f1628bb7