aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mip6.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-1/+1
2021-10-07to_str: scope tvb_ip6_to_strEvan Huus1-4/+4
2021-10-07to_str: scope tvb_ip_to_strEvan Huus1-5/+5
2021-07-21First pass pinfo->pool conversionEvan Huus1-10/+10
2020-08-29Fix more spelling errors in dissector strings.Martin Mathieson1-1/+1
2020-04-27Add string encoding values for various BCD encodings, and use them.Guy Harris1-9/+6
2020-04-13Standardise IETF RFC and Draft URLs in dissectors.Martin Mathieson1-1/+1
2019-08-29Add proto_tree_add_item_ret_time_stringMichael Mann1-4/+3
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-12-09[MIPv6] Fixed IPv4 Home Address OptionMatej Tkac1-1/+0
2017-09-02IPv6: Split p_update_ipv6_pinfo() into partsJoão Valverde1-2/+2
2017-09-02Have a single IPv6 tapJoão Valverde1-3/+3
2017-08-30IPv6: Move duplicate code to update IPv6 dissection state to a functionJoão Valverde1-9/+1
2017-07-27PMIPv6: Fix of valid length of GRE Key OptionMarius Paliga1-1/+1
2017-06-26Parse enterprise-numbers at run timeJoão Valverde1-2/+3
2017-04-24[MIP6] Fix length calculation, APN name and PCO.AndersBroman1-7/+51
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