aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-diameter.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-14Free g_array_free-related memory leaksPeter Wu1-2/+1
2018-05-13Get rid of some GTK+-only stuff.Guy Harris1-2/+2
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-05Diameter: fix retrieval of message flagsPascal Quantin1-1/+0
2018-01-04[Diameter] Use proto_tree_add_item_ret..() and proto_tree_add_bitmask_with_fl...Anders1-55/+56
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-1/+1
2017-08-15Update RFC and I-D references.Guy Harris1-7/+12
2017-06-26Parse enterprise-numbers at run timeJoão Valverde1-7/+6
2017-05-29Fix up dissector tables' UI names.Jeff Morriss1-4/+4
2017-04-27[Diameter] Add a table for subdissectiong AVPs for VENDOR_VERIZONAndersBroman1-0/+5
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-1/+1
2017-03-28Fix up time encodings.Guy Harris1-1/+1
2017-01-07Convert range API to always use wmem memory.Michael Mann1-3/+3
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-2/+1
2016-12-01Check preference titles and descriptions.Gerald Combs1-1/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-15/+4
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-13/+1
2016-10-03[Diameter] Use ...array_sized_new() for hf:s and ett:sAndersBroman1-2/+3
2016-08-31Revert "Revert "diameter: fix 400kb leaked memory on exit""Guy Harris1-2/+10
2016-08-31Revert "diameter: fix 400kb leaked memory on exit"Guy Harris1-10/+2
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-4/+4
2016-08-30[Diameter] Improve dissection of malformed packets by continnuingAndersBroman1-1/+11
2016-08-29diameter: fix 400kb leaked memory on exitPeter Wu1-2/+10
2016-06-29Provide new interface for Export PDU.Michael Mann1-7/+1
2016-06-15Allow control of individual columns to be (un)writable.Michael Mann1-4/+5
2016-06-15Change how dissectors do late-field-registration to avoid a double-registrationJeff Morriss1-3/+1
2016-06-13Diameter: free the diameter directory variable.Jeff Morriss1-1/+2
2016-05-03Export packets before dissecting themPascal Quantin1-4/+4
2016-04-24Delay registration of Diameter fields until they're needed.Jeff Morriss1-20/+35
2016-04-18diameter: fix 'pinfo/vs' was marked unused but was used [-Werror,-Wused-but-m...Alexis La Goutte1-2/+2
2016-04-15diameter: change g_malloc to wmem_alloc.Dario Lombardo1-7/+5
2016-04-07Use faster string functions at startup.Gerald Combs1-10/+11
2016-04-02Use faster wmem_str* functions in a few places.Gerald Combs1-2/+2
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-4/+4
2016-03-11Rename a variable for clarity.Jeff Morriss1-4/+4
2016-02-25diameter: change GArray into wmem_array.Dario Lombardo1-14/+26
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-5/+5
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-3/+3
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-5/+5
2015-12-12Remove -Wwrite-strings compiler flagJoão Valverde1-2/+2
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-12/+12
2015-11-28Diameter: check IPv6 prefix length before copying it in e_in6_addr structurePascal Quantin1-2/+8
2015-11-13Diameter: Expand an error message.Gerald Combs1-2/+2
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-4/+4
2015-10-27Show the Experimental-Result-Code if we don't know have a subdissector for thatJeff Morriss1-5/+26
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-1/+1
2015-10-14Change proto_tree_add_ipv6() to take a struct e_in6_addr pointerJoão Valverde1-1/+1
2015-08-21Generate Diameter's expert info's even when there's no tree so that they showJeff Morriss1-88/+122