aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mip6.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+2
2015-09-19MIPv6: Added support for RFC 7148Dhananjay Patki1-9/+141
2015-08-12Eliminate proto_tree_add_text from some dissectors.Michael Mann1-48/+72
2015-04-10MIP6: Remove proto_tree_add_textAlexis La Goutte1-5/+14
2015-03-17MIP6: Add Localized Routing for Proxy Mobile IPv6 (RFC6705)Alexis La Goutte1-4/+170
2015-03-12Add mip6.mnid.identifier as string with filter string instead of simple textmatibens1-2/+8
2015-02-28Convert fixed-point binary to floating-point in a portable fashion.Guy Harris1-24/+21
2015-02-27Remove a couple useless variables.Jeff Morriss1-7/+6
2015-02-19patch for PMIPv6 MAG GPS coordinatesOsman Sakalla1-9/+28
2015-02-18Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs1-2/+2
2015-02-14MIP6: Local Mobility Anchor Address mobility option code is treated incorrectlyAlexis La Goutte1-4/+5
2015-02-14MIP6: AUTH mobility option parses Mobility SPI and Authentication Data incorr...Alexis La Goutte1-1/+1
2015-01-12[E212] Make it possible to use different filters for MCC and MNC in LAIAndersBroman1-1/+1
2015-01-11Rename the FT_BYTES separator types to SEP_ from BASE_.Guy Harris1-1/+1
2015-01-07[MIP6] Update to handling ofAndersBroman1-17/+3
2015-01-04Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t...Michael Mann1-5/+9
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21MIPv6: simplify fixed point degrees conversionLuke Mewburn1-31/+14
2014-12-17Adding fix to convert latitude/longitude degrees to floating point format fro...Ganesh Nawsupe1-10/+36
2014-11-24MIPv6: Enhance ANI dissectionAlexis La Goutte1-3/+18
2014-11-20MIP6: Access network identifier option is not full decodedAlexis La Goutte1-17/+122
2014-11-18MIPv6: display Experimental Mobility Message Data as suchPascal Quantin1-4/+4
2014-11-14Always create a subtree for Mobility options, even if it doesn't have a speci...Michael Mann1-0/+4
2014-11-08simplify the while-loop in dissect_pmip6_opt_cr()Martin Kaiser1-21/+26
2014-11-08simple fix for bug 10676Martin Kaiser1-1/+1
2014-11-08fix a copy&paste mistake: type -> lengthMartin Kaiser1-1/+1
2014-11-07Fix all remaining filter name errors found with checkfiltername.plMichael Mann1-14/+14
2014-11-03MIPv6: Mobility Header Link Layer Address is parsed incorrectlyAlexis La Goutte1-28/+3
2014-10-26Various Mobile IPv6 bugfixesMichael Mann1-28/+42
2014-10-18MIPv6: Mobility Option Mobile Node Link Layer Identifier Link-layer Identifie...Alexis La Goutte1-1/+1
2014-10-18MIPv6: Mobility Option Binding Authorization Data for FMIPv6 Authenticator fi...Alexis La Goutte1-1/+1
2014-10-18MIPv6: Mobility Option IPv6 Address/Prefix marks too many bytes for the addre...Alexis La Goutte1-1/+19
2014-09-23Add decoding of part of access network identifier optionAndersBroman1-2/+226
2014-08-21Add a function to dissect an E.164 (MSISDN) number in UTF8 format and use itJeff Morriss1-1/+1
2014-08-07MIPv6: fix dissection of Service Selection IdentifierPascal Quantin1-17/+11
2014-07-04convert to proto_tree_add_subtree[_format]Michael Mann1-84/+34
2014-06-20Cleanup display filters reported by checkfiltername.plMichael Mann1-1/+1
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-4/+4
2014-05-05Add RFC6463 (Runtime Local Mobility Anchor (LMA) Assignment SupportAlexis La Goutte1-4/+204
2014-05-05Allow IPv6 Mobility Option Service Selection with option length = 1Alexis La Goutte1-1/+1
2014-04-22Add Length for Mobility Header Link-Layer Address Option (Type 7)Alexis La Goutte1-0/+2
2014-04-19IPV6 Mobility Header Binding Revocation Acknowledge Global field is the wrong...Michael Mann1-16/+24
2014-04-19IPv6 Authentication Header not parsed after Mobility HeaderAlexis La Goutte1-0/+11
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-08Fix typo about encoding in MIP6 dissector...Alexis La Goutte1-1/+1
2014-02-08Fix some typo in MIP6 dissectorAlexis La Goutte1-54/+67
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-1/+1
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1