aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-acse.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-7/+7
2009-03-09Corrected oid name.Stig Bjørlykke1-2/+2
2009-03-07Added an expert info when dissector is not available.Stig Bjørlykke1-8/+9
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-6/+5
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-6/+6
2008-07-22Get rid of some unused code warnings.Anders Broman1-33/+24
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofAnders Broman1-1/+1
2007-11-05Update to use the -X and -T asn2wrs flags.Anders Broman1-619/+381
2007-10-31Use oid_add_from_string for adding names.Anders Broman1-2/+2
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-1/+1
2007-07-14Dissection of octet-aligned EXTERNALs.Graeme Lunt1-10/+30
2007-06-12Preparations for updated CMIP dissector:Anders Broman1-13/+13
2007-05-30- remove unused hf_rnsap_L3_DL_DCCH_Message_PDU from RANAPTomas Kukosa1-18/+0
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-105/+105
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-39/+39
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-375/+377
2007-05-06Start introducing actx to ber functions.Anders Broman1-103/+103
2007-05-04Show BER internal fields in external type in ACSE, update a comment in packet...Anders Broman1-10/+9
2007-05-03EXTERNAL type is handled in asn2wrs nowTomas Kukosa1-12/+12
2007-03-21change the signature that asn2wrs generates for functions to marm all paramet...Ronnie Sahlberg1-183/+183
2006-08-27An octet string form of the ASO-qualifier used by some systems from the days...Graeme Lunt1-3/+26
2006-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbTomas Kukosa1-99/+99
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...Tomas Kukosa1-6/+7
2006-05-24- remove some #.MODULE_IMPORT from .cng filesTomas Kukosa1-17/+17
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2005-12-08Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.Guy Harris1-25/+48
2005-11-16From Graeme Lunt:Anders Broman1-8/+30
2005-11-14 - dissect_ber_object_identifier() returns value as tvbTomas Kukosa1-17/+12
2005-10-24From Graeme Lunt:Anders Broman1-4/+4
2005-10-18Don't pass a null value to strcmp(). Fixes bug 540.Gerald Combs1-5/+6
2005-10-18.FN_BODY text gets printf-style expansion done on it, so format stringsGuy Harris1-1/+1
2005-10-17When dissecting an ACSE APDU make sure our OID isn't for an ACSE APDUGerald Combs1-7/+13
2005-10-15remove some strcpy() callsRonnie Sahlberg1-1/+1
2005-10-13Show internal errors with REPORT_DISSECTOR_BUG().Guy Harris1-4/+3
2005-10-13fix for bug 529Ronnie Sahlberg1-3/+4
2005-10-03From Graeme LuntAnders Broman1-25/+23
2005-09-05Squelch a compiler warning.Guy Harris1-2/+2
2005-09-04From Graeme Lunt:Anders Broman1-21/+23
2005-09-02Regenerate dissectors with the current asn2eth.Guy Harris1-3/+3
2005-08-31Upadte to call Data dissector from PRES based on OID in Presentation Context,Anders Broman1-87/+84
2005-08-29MapDialougePDU.cnfAnders Broman1-1/+6
2005-08-20There's no longer a need to individually remove items fromGuy Harris1-7/+0
2005-08-19some ememificationLuis Ontanon1-28/+30
2005-08-13some more gmemchunk -> se_alloc() updatesRonnie Sahlberg1-36/+62
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choiceRonnie Sahlberg1-32/+39
2005-07-09Fix up a bunch of arguments to "dissect_ber_identifier()" to match itsGuy Harris1-4/+7
2005-07-03export a few more symbols from acseRonnie Sahlberg1-6/+6
2005-06-26make dissect_ber_choice take a guint* that will return theRonnie Sahlberg1-20/+20
2005-06-25Make ACSE export the EXTERNAL construct since both CMIP and FTAM rely on it.Ronnie Sahlberg1-1/+1
2005-06-22only create the ACSE protocol tree if there is an ACSE layer present.Ronnie Sahlberg1-18/+18