aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-c15ch.c
AgeCommit message (Expand)AuthorFilesLines
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