aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mip6.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-20MIPv6: Bugfix proto_tree_add_item_ret_uint usage.Michael Mann1-6/+8
2017-02-24Make MIPv6 options into a dissector table.Michael Mann1-1009/+796
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-07-29Register IPv6 extension header dissectors to "ip.proto" tableJoão Valverde1-1/+0
2016-07-25IPv6: Use ipv6_pinfo_t instead of ws_ip to keep some stateJoão Valverde1-18/+3
2016-07-24Pass the next header value to ipv6_dissect_next() as an argument.Guy Harris1-2/+2
2016-07-24More null pointer checks.Guy Harris1-2/+4
2016-07-24Don't assume we've been passed a non-null data pointer.Guy Harris1-1/+10
2016-07-22Decouple extension headers from the IPv6 dissector loopJoão Valverde1-17/+27
2016-07-21Add proto_tree_add_checksum.Michael Mann1-2/+2
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-12/+12
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