aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isup.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-06isup: fix typo on cause indicatorAlexis La Goutte1-1/+1
2022-12-03wmem: Remove strbuf max size parameterJoão Valverde1-5/+5
2022-08-25Rename routines that talk about conversation keys to talk about elements.Guy Harris1-3/+3
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-3/+3
2022-08-02ISUP tap with proper messageDavid Perry1-1/+25
2022-06-10tap: Adding flags for tap_packetRoland Knall1-1/+1
2022-05-24epan: Switch some _by_id conversation routines to elements.Gerald Combs1-3/+3
2022-05-17ISUP: avoid parameter summary text duplicationNardi Ivan1-18/+17
2022-01-01ISUP/BICC: Fixes parsing issues in some protocols.easonweii1-36/+183
2021-09-28Fix some spelling errors.Martin Mathieson1-1/+1
2021-09-26USB HID: Parse bit fields with correct bit orderTomasz Moń1-1/+1
2021-07-27Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-19/+19
2021-06-16dissectors: Replace g_log() with ws_log()João Valverde1-1/+1
2021-02-08Make more functions and vars static.Martin Mathieson1-5/+5
2020-10-03Fix more filter field strings.Martin Mathieson1-1/+1
2020-10-03Update URLs pointing to the bug database.Guy Harris1-1/+1
2020-09-07Yet more spelling fixes.Martin Mathieson1-3/+3
2020-08-29Fix more spelling errors in dissector strings.Martin Mathieson1-6/+6
2020-08-05ISUP: Fix typo - increment offset to move past NC digitsMartin Mathieson1-2/+2
2020-08-04ISUP: Decode Bellcore GR-317/GR-394 as ANSIRichard Laager1-2/+5
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-40/+40
2020-05-07Replace instances of wmem_alloc with wmem_newMoshe Kaplan1-2/+2
2020-04-27Add string encoding values for various BCD encodings, and use them.Guy Harris1-9/+4
2020-04-06ISUP: Fix inconsistency within range_string definition.Martin Mathieson1-2/+3
2020-04-05proto: Add a debug check to sanity-check range_stringMartin Mathieson1-1/+1
2019-02-28ISUP(ANSI) Backwards Call Indicators decoded incorrectlyAnders Broman1-4/+59
2019-02-27ANSI ISUP: Dissect Transit Network Selection and Carrier Identification.Anders Broman1-5/+109
2019-02-25GSM MAP: Dissect several LocationInformationEPS's subparametersVasil Velichkov1-1/+1
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-2/+2
2018-12-28Allow floating point values for stats_treeMichael Mann1-2/+2
2018-10-24ISUP: fix offset for Generic nameUli Heilmeier1-1/+1
2018-06-14ISUP: Add an expert entry for wrong optional parameter length.AndersBroman1-1/+10
2018-06-09camel: Add Digits dissectionVasil Velichkov1-1/+1
2018-03-11Add wmem alloc parameter to ws_find_media_type_parameter.Michael Mann1-6/+2
2018-03-07ISUP: plug some memory leaksPascal Quantin1-0/+2
2018-02-25isup fix duplicate entryAlexis La Goutte1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-12-14[ISUP] Update value strings from specification amendment.AndersBroman1-5/+13
2017-11-13Remove circuit APIMichael Mann1-3/+4
2017-04-26ISUP: restore number indicators2 display like what was done in master-1.12Pascal Quantin1-26/+10
2017-04-02Use col_append_sep_str() for fixed stringsStig Bjørlykke1-2/+1
2017-03-31Fix incorrect NSAP AFI values.Guy Harris1-2/+2
2017-03-31Distinguish between the two flavors of ITU-T AFIs.Guy Harris1-34/+34
2017-03-30Add a bunch of #defines for OSI NSAP AFI values, and use them.Guy Harris1-63/+64
2017-03-30Make some routines static.Guy Harris1-1/+1
2017-03-27ISUP: use proto_append_item_textAlexis La Goutte1-181/+103
2017-01-29Register reassembly tablesMichael Mann1-16/+3
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-33/+33
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-8/+5
2016-09-17ISUP: do not display Called Party Number twicePascal Quantin1-3/+0