aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mip6.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+2
2013-09-25From Masayuki Takemura:Anders Broman1-1/+1
2013-09-22More emem -> wmem conversion:Pascal Quantin1-3/+3
2013-09-21Make it more obvious that the function is using wmem memoryPascal Quantin1-1/+1
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-12/+12
2013-08-30Convert a few dissectors from EMEM to WMEM APIPascal Quantin1-1/+1
2013-07-22Mark a parameter unused.Gerald Combs1-1/+1
2013-07-22Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8958 :Pascal Quantin1-2/+7
2013-07-22Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8957 :Pascal Quantin1-6/+1
2013-07-15Fix warnings: comma at end of enumerator list.Chris Maynard1-1/+1
2013-06-30ip_proto.h now requires expert.h.Jeff Morriss1-6/+7
2013-05-27Batch of filterable expert infosMichael Mann1-4/+11
2013-04-16Introduce a dissector table for vendor extensions.Anders Broman1-47/+52
2013-03-11Dissect GRE Key and Service Selection.Anders Broman1-4/+35
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-2/+2
2013-01-26Fix various instances of unused hf[] entries foundBill Meier1-1/+3
2013-01-18Dissect 3GPP PCO option.Anders Broman1-1/+8
2012-10-30Dissect Handover Initiate/Handover Acknowledge messages.Anders Broman1-14/+161
2012-10-29Add IE/Options dissection.Anders Broman1-22/+217