aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-camel.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-27tools/check_static.py: make script more readableMartin Mathieson1-2/+2
2023-12-06Remove init of tap variablesStig Bjørlykke1-1/+1
2023-11-02asn2wrs: Update to not initialize static proto valuesStig Bjørlykke1-745/+745
2023-09-29tvbuff: support endianness setting for packed BCDMartin Kaiser1-1/+1
2023-08-26CAMEL: Separate time and timezone, check for truncationJohn Thacker1-16/+32
2023-08-23Camel: Fix TimeAndTimezone presentationAnders Broman1-27/+25
2023-08-08Convert asn2ws to generate C99 typesAnders Broman1-326/+326
2022-11-30asn2wrs: disable template line directive by defaultJoakim Karlsson1-57/+0
2022-10-21Camel: Dissect TimeAndTimezoneAndersBroman1-11/+69
2022-06-24Regenerate ASN.1 dissectorsJoão Valverde1-3/+3
2022-06-10tap: Adding flags for tap_packetRoland Knall1-2/+2
2022-04-19dissectors: init memory before use.Dario Lombardo1-0/+1
2022-02-17Some spelling fixesMartin Mathieson1-1/+1
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-2/+2
2021-11-16TCAP,CAMEL: Always enable SRT and Counter statsJohn Thacker1-17/+12
2021-02-07camel: create and populate the stats table only onceMartin Kaiser1-4/+14
2021-01-14camel: remove a variable that is always 0Martin Kaiser1-5/+4
2020-12-16Fix duplicated filter namesAnders Broman1-3/+3
2020-12-15Fix duplicated filter names.Anders Broman1-6/+6
2020-09-05Fix some detected spelling errors in ASN1 dissectors.Martin Mathieson1-1/+1
2020-08-17TFS: Add some commonly-defined string pairs to tfs.cMartin Mathieson1-13/+7
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-10/+10
2019-03-29camel: Fix dissection of SpecializedResourceReportArgVasil Velichkov1-87/+65
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-5/+5
2018-06-09camel: Add Digits dissectionVasil Velichkov1-21/+88
2018-05-13Get rid of some GTK+-only stuff.Guy Harris1-2/+2
2018-05-13Get rid of some GTK+-only stuff.Guy Harris1-2/+2
2018-04-23Camel/Inap: add missing sub-treesIvan Nardi1-9/+13
2018-04-21Camel: add sub-tree for OriginalCalledPartyID i.e.Ivan Nardi1-9/+13
2018-02-19Get rid of more new_ prefixes for statistics functions and types.Guy Harris1-9/+9
2018-02-18ASN.1: update auto generated dissectorsPascal Quantin1-9/+9
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-08-08We really only need one range_foreach routine.Guy Harris1-4/+4
2017-01-30Convert GHashTable -> wmem_map_t for ASN.1 disseectorsMichael Mann1-18/+12
2017-01-07Convert range API to always use wmem memory.Michael Mann1-3/+3
2016-09-20camel: use ws_strtoi in template.Dario Lombardo1-10/+11
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-3/+3
2016-07-01ASN.1 dissectors - don't try to find yourself.Michael Mann1-10/+6
2016-06-16qt: move free_stat_tables from SimpleStatisticsDialog::fillTree to ~SimpleSta...Dario Lombardo1-1/+2
2016-05-13Add filterable fields for each ISUP number.Jeff Morriss1-4/+4
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-3/+3
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-20/+20
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-25/+25
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-3/+3
2015-12-29Rename new_stat_tap_ui to stat_tap_table_ui.Guy Harris1-3/+3
2015-12-29There's no "old" stat_tap_table, so remove "new_" from the name.Guy Harris1-5/+5
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-2/+2
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-3/+3
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-3/+3
2015-09-13Make other_decode_bitfield_value private to proto.c.Michael Mann1-14/+7