aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tetra.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-31More fussing with items and calls.Martin Mathieson1-1/+1
2022-11-30asn2wrs: disable template line directive by defaultJoakim Karlsson1-33/+0
2022-11-30asn2wrs: disable line directive by defaultJoakim Karlsson1-69/+1
2019-04-04PER: Use proto_tree_add_bitmask... () for named bits.Anders Broman1-12/+12
2018-02-18ASN.1: update auto generated dissectorsPascal Quantin1-5/+5
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-08tetra: Capitalize protocol short nameStig Bjørlykke1-1/+1
2017-10-25asn2wrs.py: use 64 bits variant for constrained integers using MIN or MAX key...Pavel Strnad1-2/+2
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-10/+5
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-9/+5
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-46/+46
2016-02-04ASN1: fix misspelling (found by Lintian)Alexis La Goutte1-10/+10
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-25/+25
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-2/+2
2015-11-22register_dissector -> new_register_dissector for ASN.1 dissectors.Michael Mann1-11/+10
2015-01-27Comment out various 'if(tree)'Bill Meier1-1/+1
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-11/+7
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke1-48/+90
2014-06-21batch of tvb-length conversionsEvan Huus1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-2/+2
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-41/+39
2013-12-10- Forward declaration of register functions.Anders Broman1-9/+13
2013-12-09- Forward declaration of register functions.Anders Broman1-1/+1
2013-12-08- Forward declaration of register functions.Anders Broman1-5/+8
2013-11-17Add a way to retrieve a PER variable bit string lengthPascal Quantin1-12/+12
2013-06-12Batch of filterable expert infos with some minor cleanup I noticed while doin...Michael Mann1-13/+16
2013-06-05Quick fix for bug 8768. For now assume that only three logical channelsGerald Combs1-5/+17
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of incompatibl...Pascal Quantin1-198/+198
2013-05-24From LI Hai via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8708 :Pascal Quantin1-101/+263
2013-04-11Update the ASN.1 based dissectors following the changes done in r48812Pascal Quantin1-2/+2
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-1/+1
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-1/+1
2012-11-01From LI Hai:Anders Broman1-9/+38
2012-09-24Regenerate asn.1 dissectors.Jakub Zawadzki1-5/+5
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-19From LI Hai via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7736 :Pascal Quantin1-37/+28
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-03-16FT_BOOLEAN hf[] entry with a 0 'bitmask' should have 'display' = BASE_NONE;Bill Meier1-1/+1
2011-11-21Get rid of Warnings.Anders Broman1-7/+6
2011-11-20Remove export.Anders Broman1-37/+37
2011-11-20See if this fixes it, why it worked on my system is anybodys guess.Anders Broman1-5/+6
2011-11-15At least as I read the code, there can be up to 3 receive channels (theGuy Harris1-6/+14
2011-10-10Fix unused function warningsAnders Broman1-316/+42
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1 d...Bill Meier1-1/+1
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2011-09-27Get rid of check_col, while at it set ENC.Anders Broman1-145/+72
2011-08-16Based on patch from Denis Ovsienko viaJeff Morriss1-2/+2
2011-04-12Removed some unused variables.Stig Bjørlykke1-8/+7