aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mip6.c
AgeCommit message (Collapse)AuthorFilesLines
2011-05-06 VALS(& -> VALS(etxrab1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37009 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-12Comment out some (currently ?) unused code: Coverity 969-971;wmeier1-1550/+1550
Fix up whitespace & indentation (e.g., "4 space tabs"). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36592 f5534014-38df-0310-8fa8-9805f1628bb7
2011-02-10Declare ett's as gint, not guint.cmaynard1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35902 f5534014-38df-0310-8fa8-9805f1628bb7
2011-02-09Use tvb_bytes_to_str_punct() instead of bytestring_to_str(tvb_get_ptr(), ...)morriss1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35891 f5534014-38df-0310-8fa8-9805f1628bb7
2011-02-08Add NTP times using proto_tree_add_item().morriss1-25/+21
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35876 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-10Add an expert item about not dissected IE'setxrab1-1/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35460 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-09Make comment a real comment, trying to fix the buildbot.jake1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35445 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-09Update value_stringsetxrab1-58/+107
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35442 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-09More field related fixes.etxrab1-22/+22
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35440 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-09Fix:etxrab1-1/+1
20:15:19 Err Field 'Link-local Address' (pmip6.lila_lla) is an FT_IPv6 but is being displayed as BASE_HEX instead of BASE_NONE git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35439 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-09Fix:etxrab1-2/+0
packet-mip6.c:801: warning: 'hf_pmip6_opt_ipack' defined but not used packet-mip6.c:802: warning: 'hf_pmip6_opt_ipack_res' defined but not used git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35438 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-09Add 26 Link-local Address Option.etxrab1-73/+319
Comments and whitespace changes. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35436 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-3/+3
keys to have _uint in their names, to match the routines that handle dissector tables with string keys. (Using _port can confuse people into thinking they're intended solely for use with TCP/UDP/etc. ports when, in fact, they work better for things such as Ethernet types, where the binding of particular values to particular protocols are a lot stronger.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35224 f5534014-38df-0310-8fa8-9805f1628bb7
2010-10-10Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h ↵wmeier1-1/+1
not req'd. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34464 f5534014-38df-0310-8fa8-9805f1628bb7
2010-09-24Replace blurbs that match the name (case insensitive) with NULL.morriss1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34229 f5534014-38df-0310-8fa8-9805f1628bb7
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];wmeier1-1/+1
Also: packet-nhrp.c: #include sminmpec.h not req'd; git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34143 f5534014-38df-0310-8fa8-9805f1628bb7
2010-07-26Move contents of packet-mip6.h to packet-mip6.cwmeier1-147/+744
- 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-11/+116
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-50/+50
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-65/+294
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-0/+43
MIPv6 Heartbeat git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33335 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-23Don't col_clear() followed by col_set_str(). A col_set_str() will clear ↵krj1-1/+0
(replace) any existing string (the fence still needs to be respected though) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30086 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-17Use a value_string for Mobility options, update the value string with values ↵etxrab1-20/+67
from IANA. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29970 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29446 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-09Don't guard col_clear with col_checkkrj1-4/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29344 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj1-27/+13
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29342 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-6/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29340 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-03Do find_dissector_table() in proto_reg_handoff().wmeier1-2/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29272 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
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-47/+47
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28770 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-19Back out r27047 and r27053.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27062 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27053 f5534014-38df-0310-8fa8-9805f1628bb7
2007-07-06From Nicolas Dichtel:etxrab1-736/+823
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-3/+3
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-28From Nicolas DICHTEL:jake1-12/+37
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-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18196 f5534014-38df-0310-8fa8-9805f1628bb7
2006-01-16done:jmayer1-1/+1
packet-ntp.c: Rather confused and incorrect use of g_snprintf return value packet-pim.c: whitespace change packet-icmpv6.c: g_snprintf takes trailing \0 into account, fix off by 1 error packet-clnp.c: Fix incorrect use of g_snprintf return value packet-isakmp.c: g_snprintf takes trailing \0 into account packet-tr.c: Fix incorrect use of g_snprintf return value packet-radius.c: Fix incorrect use of g_snprintf return value packet-radius.h: constify a string variable packet-ldap.c: The return value isn't needed, so don't use it incorrectly packet-tcp.c: Fix incorrect use of g_snprintf return value packet-windows-common.c: Remove unneeded DISSECTOR_ASSERT packet-smb-sidsnooping.c: g_snprintf takes trailing \0 into account packet-pvfs2.c: g_snprintf takes trailing \0 into account packet-ptp.c: Remove #include snprintf packet-ppp.c: Fix incorrect use of g_snprintf return value packet-ospf.c: Fix incorrect use of g_snprintf return value packet-mip6.c: snprintf -> g_snprintf packet-bootp.c: Remove a commented out bad use of g_snprintf packet-ber.c: snprintf -> g_snprintf, g_snprintf takes trailing \0 into account 2do: 52 packet-ieee80211.c: 2DO 2 packet-nfs.c: 2DO - too many side effects 33 packet-bgp.c: 2DO 18 packet-dns.c: 2DO 14 packet-dcm.c: 2DO 13 packet-x11.c: 2DO 11 packet-kerberos.c: 2DO 10 packet-diameter.c: 2DO 9 packet-snmp.c: 2DO 9 packet-pgm.c: 2DO 7 packet-nbns.c: 2DO 6 packet-fcswils.c: 2DO 5 packet-wccp.c: 2DO 5 packet-cops.c: 2DO 4 packet-wtp.c: 2DO git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17038 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-29Give RFC numbers for MIPv6, NEMO, and FMIPv6.guy1-34/+59
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-11/+307
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-4/+88
Handle NEMO (RFC 3963). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16277 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
directory to the epan directory. Some of them should perhaps ultimately be moved to epan/dissectors, if they pertain only to stuff exported by a particular dissector. Fix Gerald's e-mail address in files we're moving. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15844 f5534014-38df-0310-8fa8-9805f1628bb7
2005-03-28Add a tvb_ensure_bytes_exist().gerald1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13963 f5534014-38df-0310-8fa8-9805f1628bb7
2004-09-29Move various tables into the epan directory.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12130 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+692
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