aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-c15ch.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-20Fix some issues seen by tools/check_typed_item_calls.pyMartin Mathieson1-3/+3
2022-12-16C15 CH: Fix UTF-8 string truncationJoão Valverde1-111/+29
2022-10-20C15H: Fix string truncation.João Valverde1-1/+2
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-16/+16
2021-07-26Move epan/wmem/wmem_scopes.h to epan/João Valverde1-1/+1
2021-02-15Set a few more dissector vars/funs to static.Martin Mathieson1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-12Fix Wpointer-sign warnings.Anders Broman1-4/+4
2019-07-11Fix Wpointer-sign warnings.Anders Broman1-2/+2
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-04-03Use col_append_str() for fixed stringsStig Bjørlykke1-16/+15
2017-03-29c15ch: fix value_string terminationPeter Wu1-1/+1
2017-01-10Use tvb_new_subset_remaining() rather than tvb_new_subset_length_caplen().Guy Harris1-3/+3
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-8/+8
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-4/+4
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-3/+3
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-4/+4
2016-02-22Resolve hf_ field name conflicts with protocol strings.Michael Mann1-10/+0
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-85/+85
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-4/+4
2015-06-18[c15ch] Trivial: Remove unneeded #includeBill Meier1-1/+1
2015-06-08Add editor-modelines; Don't use tabwidth=4; Adjust whitespace.Bill Meier1-0/+13
2015-04-26C15ch: fix o previous prototype for function [-Wmissing-prototypes]Alexis La Goutte1-4/+9
2015-04-26C15CH: fix unused (const) variable found by ClangAlexis La Goutte1-3/+3
2015-04-25c15ch: check packet sanity before allocatingEvan Huus1-24/+23
2015-04-23Use BASE_EXT_STRING for *all* value_string_exts.Guy Harris1-6/+6
2015-04-23C15ch: try to make buildbot HappyAlexis La Goutte1-5/+5
2015-04-23Add C15 Call History Protocol dissection (C15ch) dissectorMichael Mann1-0/+12294