aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mip6.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-03-02GTP session ID generated tree item for tracking GTPv2 sessionsglores1-3/+3
2016-02-20MIP6: fix mip6.lri.reserved exists multiple times with NOT compatible types: ...Alexis La Goutte1-3/+3
2016-01-13Use result of register_dissectorPeter Wu1-5/+3
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-11MIPv6: Add support for "Home Agent Switch Message" Mobility HeaderJoão Valverde1-12/+75
2015-12-11MIPv6: Fix unknown MH Type message data lengthJoão Valverde1-8/+12
2015-12-11MIPv6: Change name to "Mobile IPv6" (only)João Valverde1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-12-07MIP6: Don't no need to have a another subtree (with wrong lenght for LLAAlexis La Goutte1-6/+3
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-4/+5
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-1/+1
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