aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-q931.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-2/+2
2021-07-29Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-9/+9
2020-08-17TFS: Add some commonly-defined string pairs to tfs.cMartin Mathieson1-1/+0
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-06-26Q931: do not tap packet if no packet info is presentPascal Quantin1-1/+3
2018-05-14Q.931: fix use-after-free (write) of "q931_pi"Peter Wu1-33/+27
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-28Q931: Fix Q931_ISO_IEC_STANDARDIZED_CODING valueMichael Mann1-1/+1
2017-02-21New/updated reference URLs.Guy Harris1-1/+1
2017-01-29Register reassembly tablesMichael Mann1-13/+3
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-17/+13
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-2/+2
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-4/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-3/+3
2016-02-20Fix various off-by-one in buffer sizesPeter Wu1-1/+1
2016-02-14Register Q.931 in the osinl.incl dissector table.Guy Harris1-0/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-5/+5
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-18create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+4
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-15/+20
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-2/+2
2015-08-24Eliminate proto_tree_add_text from packet-q931.c and packet-q2931.cMichael Mann1-86/+180
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-07-03Call reassembly_table_destroy for some dissectorsPeter Wu1-1/+6
2015-06-23Remove more deprecated tvb_length callsEvan Huus1-2/+2
2015-05-10Q931: separate ett for each information elementMikhail Koreshkov1-10/+23
2015-03-24Q931: Dissect IEC/ISO cause coding standard as ITU-TMikhail Koreshkov1-1/+8
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-1/+1
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-47/+47
2014-10-30Eliminate proto_tree_add_text from packet-q933.cMichael Mann1-3/+0
2014-10-06packet-q931.c: Reformat hf[] entries; Convert apparent "4-space tabs" to spac...Bill Meier1-2721/+3057
2014-07-05convert to proto_tree_add_subtree[_format]Michael Mann1-9/+5
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-6/+5
2014-06-06Fix Dereference of null pointer found by Clang analyzerAlexis La Goutte1-1/+1
2014-06-06Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2014-06-04Fix packet-q931.c:604:25: error: 'ti' may be used uninitialized in this funct...AndersBroman1-2/+1
2014-06-04packet-q931.c: proto_tree_add_text -> something filterable.Michael Mann1-418/+373
2014-05-28Minor: use VALS macro (as per convention); Add editor modelines; Do whitespac...Bill Meier1-35/+48
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-1/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-14/+14
2013-12-12- Forward declaration of register functions.Anders Broman1-0/+4