aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/acse
AgeCommit message (Expand)AuthorFilesLines
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-1/+1
2015-11-26cmake: add asn1 target, avoid unnecessary rebuildsPeter Wu1-1/+1
2015-06-25acse: don't THROW() an exception from a dissectorMartin Kaiser1-2/+3
2015-01-04ACSE: get rid of an evil global variablePascal Quantin2-12/+30
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-4/+0
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann1-5/+13
2014-07-30Add some files under asn1 to the distribution.Guy Harris1-1/+1
2014-06-19batch of manual tvb_length conversionsEvan Huus1-1/+1
2014-06-19Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin1-1/+1
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin1-1/+1
2014-03-15Remove unused const variables errors seen with recent Clang versionPascal Quantin1-0/+3
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier1-5/+5
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss7-18/+0
2013-12-09- Forward declaration of register functions.Anders Broman1-1/+3
2013-12-02If data is NULL, the bug, if any, is not with *this* dissector, but with whic...Chris Maynard1-9/+6
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-05Add missing cast.Evan Huus1-1/+1
2013-11-05In an effort to reduce the use of pinfo->private_data (and some true global v...Michael Mann2-37/+38
2013-10-31Add a data parameter to call_ber_oid_callback to be able to pass data to subd...Michael Mann2-4/+4
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-5/+5
2013-07-06Fix duplicate diplay filter names found by checkfiltername.plMichael Mann1-3/+3
2013-07-03expert_add_info + proto_tree_add_text = proto_tree_add_expert, where applicableMichael Mann1-2/+2
2013-06-19Apparently one of our major global headers must include emem.h, because I justEvan Huus1-1/+1
2013-06-19Convert a batch of asn1 dissectors from emem to wmem.Evan Huus1-4/+4
2013-06-03Convert ASN.1 dissectors to use filterable expert info.Michael Mann1-2/+11
2013-05-07Allow generating some more dissectors with cmake.Jörg Mayer1-0/+35
2013-05-05Just whitespace changesJörg Mayer1-1/+2
2013-04-23Stub cmake support for generating the asn1 dissectors.Jörg Mayer1-0/+23
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki5-5/+5
2012-01-19fix compile errors found by dumpabi targetBalint Reczey1-0/+1
2011-10-14Don't generate the conformance file for exported types when building theJeff Morriss1-1/+1
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss1-7/+3
2011-07-19Use ENC_NA as encoding for FT_PROTOCOL, FT_NONE and FT_BYTES.Stig Bjørlykke1-2/+2
2011-07-19Use correct encoding for proto_tree_add_item().Stig Bjørlykke1-2/+2
2010-10-15Added info column descriptions for AARQ and AARE.Stig Bjørlykke1-0/+10
2010-09-23Show Abort source in info column.Stig Bjørlykke1-0/+12
2010-06-09Print correct RLRE reason in Info column.Stig Bjørlykke1-2/+11
2010-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
2010-01-13Remove redundant calls to check_col() in the .cnf files and regenerate.Anders Broman1-2/+2
2010-01-04From gonzalocas:Anders Broman2-9/+37
2010-01-03Corrected type for ACRP-apdu aSO-context-name,Stig Bjørlykke1-1/+3
2009-12-19Regenerate with SIZE constraints checking.Stig Bjørlykke1-1/+1
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
2009-10-08Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam1-1/+0
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-30Remove more unused variables.Gerald Combs1-1/+0
2009-03-09Corrected oid name.Stig Bjørlykke1-2/+2
2009-03-07Added an expert info when dissector is not available.Stig Bjørlykke1-2/+3