aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-qsig.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-02asn2wrs: Update to not initialize static proto valuesStig Bjørlykke1-1171/+1171
2023-08-08Convert asn2ws to generate C99 typesAnders Broman1-501/+501
2023-05-18epan: Add STRING_CASE_[IN]SENSITIVE for dissector tablesJohn Thacker1-1/+1
2023-05-09Use `register_dissector()` in ASN.1 dissectorsDavid Perry1-11/+15
2023-02-20Check that value_string values fit into field widthMartin Mathieson1-1/+1
2022-11-30asn2wrs: disable template line directive by defaultJoakim Karlsson1-57/+0
2022-11-30asn2wrs: disable line directive by defaultJoakim Karlsson1-9/+1
2021-12-02BER: Make GeneralizedTime a FT_ABSOLUTE_TIMEJohn Thacker1-7/+7
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-5/+5
2019-04-04asn2wrs: Improve filtername of named bits.Anders Broman1-59/+59
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-2/+2
2019-04-03ASN.1: Use proto_tree_add_bitmask... () for named bits.Anders Broman1-46/+88
2018-02-18ASN.1: update auto generated dissectorsPascal Quantin1-9/+9
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-12-19Avoid ASN.1 frame.protocols duplication.Gerald Combs1-1/+1
2017-05-16More exports from Q.932 and QSIGTomas Kukosa1-6/+6
2017-05-08qsig: fix conflicting entry in its value_stringAlexis La Goutte1-2/+0
2017-01-28qsig: Remove unnecessary hash table functionalityMichael Mann1-52/+26
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-06-05Fix expert_info errors found by new and improved checkhfs.pl.Michael Mann1-1/+3
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-2/+2
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-24/+24
2016-01-14Rename new_dissector_t to dissector_t.Guy Harris1-3/+3
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-5/+5
2015-11-25create_dissector_handle -> new_create_dissector_handle for ASN.1 dissectorsMichael Mann1-8/+10
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-04-08Replace deprecated tvb_length with tvb_reported_length.AndersBroman1-2/+2
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann1-12/+27
2014-06-22convert to proto_tree_add_subtree[_format] for ASN.1 dissectorsMichael Mann1-11/+9
2014-06-21batch of tvb-length conversionsEvan Huus1-10/+10
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-13/+13
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-13/+13
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier1-1/+1
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-15/+13
2013-12-12Reject the packet if data is NULL. For now, leave the DISSECTOR_ASSERT's sin...Chris Maynard1-14/+23
2013-11-03Have rose_ctx_t passed into subdissectors instead of using pinfo->private_data.Michael Mann1-9/+9
2013-11-02Require dissector_try_string to pass a data parameter to its subdissectors. ...Michael Mann1-1/+1
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of incompatibl...Pascal Quantin1-300/+300
2013-04-11Update the ASN.1 based dissectors following the changes done in r48812Pascal Quantin1-2/+2
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-5/+5
2013-03-28-Wmissing-prototypesAnders Broman1-9/+12
2013-03-19From beroset:Anders Broman1-3/+3
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-2/+2
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris1-1/+1
2012-09-24Regenerate asn.1 dissectors.Jakub Zawadzki1-9/+9
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Regenerate all asn.1 dissectors.Jakub Zawadzki1-178/+178
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-09Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-1/+1