aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-diameter.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-16dissectors: Replace g_log() with ws_log()João Valverde1-1/+1
2021-06-09Remove unnecessary null check in diameter dissectorNicolás Alvarez1-3/+2
2021-04-01DIAMETER: Process BCD encoded IMEISV in User-Equipment-InfoJohn Thacker1-7/+15
2020-10-12Diameter: Handle (IP)address type E164 as stringAnders Broman1-3/+21
2020-09-16Diameter:Define a new type-name type-name="OctetStringOrUTF8"Anders Broman1-16/+17
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-5/+5
2020-05-07Replace instances of wmem_alloc with wmem_newMoshe Kaplan1-9/+9
2020-04-13Standardise IETF RFC and Draft URLs in dissectors.Martin Mathieson1-1/+1
2020-04-12Fix up some broken links to specs from dissectors.Martin Mathieson1-1/+1
2020-03-15WSUG: Update the Service Response Time section.Gerald Combs1-1/+1
2019-11-07DIAMETER: Add User-Equipment-Info dissectorMichail Koreshkov1-9/+112
2019-08-15Diameter: Add MS-CHAP/MS-CHAPv2 AVP support for EAP-TLSPeter Wu1-0/+12
2019-08-15EAP, Diameter: add EAP-TTLS and EAP-Message dissection supportPeter Wu1-3/+39
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-19DIAMETER: Add MIP6-Feature-Vector flag decodeMichail Koreshkov1-2/+104
2019-04-17Diameter: Prettify subdissection of bitfields.Anders Broman1-2/+2
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-9/+9
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-3/+3
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-11-25diameter: remove message length limiterJoakim Karlsson1-10/+1
2018-11-09Diameter-3gpp: Dissect the SMS inside AVP 3301 SM-RP-UI.Anders Broman1-0/+2
2018-09-29Add a mechanism to register aliases for preference modules.Guy Harris1-0/+2
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