aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/acse/packet-acse-template.c
AgeCommit message (Expand)AuthorFilesLines
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-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-3/+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-05In an effort to reduce the use of pinfo->private_data (and some true global v...Michael Mann1-34/+33
2013-10-31Add a data parameter to call_ber_oid_callback to be able to pass data to subd...Michael Mann1-1/+1
2013-07-03expert_add_info + proto_tree_add_text = proto_tree_add_expert, where applicableMichael Mann1-2/+2
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
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 Zawadzki1-1/+1
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-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
2010-01-04From gonzalocas:Anders Broman1-8/+36
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
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
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-1/+0
2007-10-31Use oid_add_from_string for adding names.Anders Broman1-1/+1
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-1/+1
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-1/+3
2007-05-04Show BER internal fields in external type in ACSE, update a comment in packet...Anders Broman1-0/+1
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...Tomas Kukosa1-1/+2
2006-05-23Ethereal -> WiresharkTomas Kukosa1-2/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-11-16From Graeme Lunt:Anders Broman1-4/+8
2005-11-14 - dissect_ber_object_identifier() returns value as tvbTomas Kukosa1-1/+1
2005-10-18Don't pass a null value to strcmp(). Fixes bug 540.Gerald Combs1-5/+6
2005-10-17When dissecting an ACSE APDU make sure our OID isn't for an ACSE APDUGerald Combs1-6/+12
2005-10-13Show internal errors with REPORT_DISSECTOR_BUG().Guy Harris1-4/+3
2005-10-13fix for bug 529Ronnie Sahlberg1-2/+3
2005-09-04From Graeme Lunt:Anders Broman1-20/+13
2005-08-31Upadte to call Data dissector from PRES based on OID in Presentation Context,Anders Broman1-11/+8
2005-08-29MapDialougePDU.cnfAnders Broman1-0/+5
2005-08-20There's no longer a need to individually remove items fromGuy Harris1-7/+0
2005-08-19some ememificationLuis Ontanon1-8/+1
2005-08-13some more gmemchunk -> se_alloc() updatesRonnie Sahlberg1-12/+2
2005-08-02Fix svn properties where needed:Jörg Mayer1-1/+1
2005-06-22only create the ACSE protocol tree if there is an ACSE layer present.Ronnie Sahlberg1-18/+18
2005-06-22remove a dissector table we no longer use from ACSERonnie Sahlberg1-23/+4
2005-06-21the maximum ASN OID length is 256 bytes and there is a define to control this.Ronnie Sahlberg1-1/+1
2005-06-20add Sids email as the original author of ACSE dissectorRonnie Sahlberg1-1/+3
2005-06-19New autogenerated ACSE dissector.Ronnie Sahlberg1-0/+311