aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isup.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-23Handle quoted-pairs in quoted-strings correctly.Guy Harris1-8/+9
2016-08-22Rename find_parameter() to ws_find_media_type_parameter()Balint Reczey1-2/+2
2016-08-22Pass an HTTP message type to all HTTP subdissectors.Guy Harris1-20/+39
2016-08-22ISUP: Enhance display of unknown (opt) parameterAlexis La Goutte1-10/+19
2016-05-30ISUP: make number string filterable againPascal Quantin1-17/+41
2016-05-30ISUP: change back code to gc04ee3e and replace proto_item_append_string by pr...Pascal Quantin1-30/+30
2016-05-30Fix a compile error:Joerg Mayer1-1/+1
2016-05-30Remove the last usage of proto_item_append_stringMichael Mann1-43/+30
2016-05-16ISUP: fix buffer overrun when a number contains too many digits (CID 1361601)Pascal Quantin1-61/+113