aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-diameter.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-29Use `register_dissector()` for more protocolsDavid Perry1-1/+1
2022-09-20diameter: Fix Clang WarningAlexis La Goutte1-1/+1
2022-09-10Dissector names are not protocol names.Guy Harris1-1/+1
2022-08-06prefs: More port prefs to auto prefs with rangesJohn Thacker1-67/+43
2022-07-20Diameter: Allow diameter command code text to be added to custom columnJohn Thacker1-11/+5
2022-07-18Diameter: Remove dead code for pre Internet Draft 16 protocolJohn Thacker1-95/+40
2022-07-03diameter: Strengthen heuristic slightlyJohn Thacker1-1/+7
2022-07-03Diameter: Add a heuristic dissector over TCPJohn Thacker1-0/+17
2022-07-02diameter: Register the [D]TLS portJohn Thacker1-3/+9
2022-06-10tap: Adding flags for tap_packetRoland Knall1-1/+1
2022-03-22Diameter: improve IMEI/IMEISV dissection in User-Equipment-Info AVPNardi Ivan1-2/+9
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-1/+1
2021-12-31Fix more repeated words throughoutMoshe Kaplan1-1/+1
2021-12-19Move wmem string utility functions to wsutilJoão Valverde1-0/+1
2021-12-05Dissectors should not include stdio.h, unless neededJaap Keuter1-2/+0
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