aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-atn-cpdlc.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-12/+12
2016-02-11atn cm/cpdlc : fix variable ‘atn_cv’ might be clobbered by ‘longjmp’ ...Alexis La Goutte1-1/+1
2016-02-11atn ulcs/cpdlc: fix ia5alpha’ defined but not used [-Werror=unused-const-va...Alexis La Goutte1-5/+18
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-1/+1
2015-12-07Spelling fixes for errors found by lintianBalint Reczey1-1/+1
2015-08-09Trivial: Convert 'tabs' indentation to '4 space' indentationBill Meier1-283/+277
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-0/+2
2015-02-25ATN-CPDLC: never put a break in a TRY blockPascal Quantin1-10/+12
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-12/+7
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke1-29/+45
2014-06-22Get rid of some unused variables.Guy Harris1-3/+2
2014-06-22convert to proto_tree_add_subtree[_format] for ASN.1 dissectorsMichael Mann1-11/+4
2014-05-25Grab-bag of dead initializers and two actual bugs.Evan Huus1-3/+3
2014-04-16Fix "might be clobbered by 'longjmp' or 'vfork' [-Werror=clobbered]" warning ...Bill Meier1-2/+2
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier1-13/+13
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-7/+5
2013-12-10- Forward declaration of register functions.Anders Broman1-5/+8
2013-11-17Add a way to retrieve a PER variable bit string lengthPascal Quantin1-3/+3
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-5/+6
2013-10-31Add a data parameter to call_ber_oid_callback to be able to pass data to subd...Michael Mann1-1/+1
2013-10-06The recent update to asn2wrs affected one additional dissector.Jörg Mayer1-1/+1
2013-09-17Regenerate all files where the .cnf files had whitespace changes.Jörg Mayer1-2/+2
2013-09-12Give various files RCS IDs.Guy Harris1-5/+7
2013-09-08Slightly different fix for https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Pascal Quantin1-9/+11
2013-09-07Fix the FSF address in the license header for the new ASN.1 dissectors.Evan Huus1-2/+2
2013-09-05Convert atn-* dissectors to wmem. No emem in new code please!Evan Huus1-7/+6
2013-09-05From Mathias Guettler:Anders Broman1-0/+8113