aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mip6.c
AgeCommit message (Collapse)AuthorFilesLines
2011-01-10Add an expert item about not dissected IE'sAnders Broman1-1/+5
svn path=/trunk/; revision=35460
2011-01-09Make comment a real comment, trying to fix the buildbot.Jaap Keuter1-3/+3
svn path=/trunk/; revision=35445
2011-01-09Update value_stringsAnders Broman1-58/+107
svn path=/trunk/; revision=35442
2011-01-09More field related fixes.Anders Broman1-22/+22
svn path=/trunk/; revision=35440
2011-01-09Fix:Anders Broman1-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 svn path=/trunk/; revision=35439
2011-01-09Fix:Anders Broman1-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 svn path=/trunk/; revision=35438
2011-01-09Add 26 Link-local Address Option.Anders Broman1-73/+319
Comments and whitespace changes. svn path=/trunk/; revision=35436
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-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.) svn path=/trunk/; revision=35224
2010-10-10Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h ↵Bill Meier1-1/+1
not req'd. svn path=/trunk/; revision=34464
2010-09-24Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-1/+1
svn path=/trunk/; revision=34229
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];Bill Meier1-1/+1
Also: packet-nhrp.c: #include sminmpec.h not req'd; svn path=/trunk/; revision=34143
2010-07-26Move contents of packet-mip6.h to packet-mip6.cBill Meier1-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. svn path=/trunk/; revision=33632
2010-07-25From KATAOKA Toshihiro:Anders Broman1-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 svn path=/trunk/; revision=33629
2010-07-17From KATAOKA Toshihiro:Jaap Keuter1-50/+50
Additional patch reparing proto.avvrb. svn path=/trunk/; revision=33560
2010-07-17From KATAOKA Toshihiro:Jaap Keuter1-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 svn path=/trunk/; revision=33558
2010-06-27From KATAOKA Toshihiro:Anders Broman1-0/+43
MIPv6 Heartbeat svn path=/trunk/; revision=33335
2009-09-23Don't col_clear() followed by col_set_str(). A col_set_str() will clear ↵Kovarththanan Rajaratnam1-1/+0
(replace) any existing string (the fence still needs to be respected though) svn path=/trunk/; revision=30086
2009-09-17Use a value_string for Mobility options, update the value string with values ↵Anders Broman1-20/+67
from IANA. svn path=/trunk/; revision=29970
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=29446
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-4/+2
svn path=/trunk/; revision=29344
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-27/+13
svn path=/trunk/; revision=29342
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-6/+3
svn path=/trunk/; revision=29340
2009-08-03Do find_dissector_table() in proto_reg_handoff().Bill Meier1-2/+3
svn path=/trunk/; revision=29272
2009-07-02From Albert Chin:Stig Bjørlykke1-1/+1
Small patch to make it compile on AIX. svn path=/trunk/; revision=28917
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-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 svn path=/trunk/; revision=28770
2008-12-19Back out r27047 and r27053.Gerald Combs1-1/+1
svn path=/trunk/; revision=27062
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.Gerald Combs1-1/+1
svn path=/trunk/; revision=27053
2007-07-06From Nicolas Dichtel:Anders Broman1-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). svn path=/trunk/; revision=22258
2006-10-04From Nicolas DICHTEL:Anders Broman1-3/+3
M flag isn't for MCOA, but for HMIP (RFC4140 Section 4.1). svn path=/trunk/; revision=19429
2006-09-28From Nicolas DICHTEL:Jaap Keuter1-12/+37
I've two patchs for FMIPv6: - FBU encapsulated in FNA are not correctly parsed; - there is an error when parsing LLA Option. svn path=/trunk/; revision=19351
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
svn path=/trunk/; revision=18196
2006-01-16done:Jörg Mayer1-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 svn path=/trunk/; revision=17038
2005-10-29Give RFC numbers for MIPv6, NEMO, and FMIPv6.Guy Harris1-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. svn path=/trunk/; revision=16361
2005-10-25From Martin AndréAnders Broman1-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 svn path=/trunk/; revision=16302
2005-10-20From Bruno Deniaud:Anders Broman1-4/+88
Handle NEMO (RFC 3963). svn path=/trunk/; revision=16277
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-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. svn path=/trunk/; revision=15844
2005-03-28Add a tvb_ensure_bytes_exist().Gerald Combs1-0/+1
svn path=/trunk/; revision=13963
2004-09-29Move various tables into the epan directory.Guy Harris1-1/+1
svn path=/trunk/; revision=12130
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-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. svn path=/trunk/; revision=11410