aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/acse
AgeCommit message (Expand)AuthorFilesLines
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
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-1/+0
2008-07-22Get rid of some unused code warnings.Anders Broman1-0/+4
2007-12-19asn1/*/Makefile.nmake were not part of the source package.Jörg Mayer1-1/+2
2007-12-10ANSI TCAP regenerated and tested with -T -X asn2wrs optionsTomas Kukosa1-1/+1
2007-11-05Update to use the -X and -T asn2wrs flags.Anders Broman2-45/+28
2007-10-31Use oid_add_from_string for adding names.Anders Broman1-1/+1
2007-10-16- Fix svn:ignore for all directoriesJörg Mayer1-1/+1
2007-10-11- Remove -e option if the generated -exp.cnf file isn't used.Jörg Mayer1-0/+3
2007-10-10Add missing dependencies and update syntax of existing ones.Jörg Mayer1-1/+5
2007-10-10- Change Makefiles to include preincJörg Mayer2-1/+3
2007-10-07Convert some more protocols to new Makefile style.Jörg Mayer1-29/+0
2007-09-25Change some additional protocols to the new build systemJörg Mayer5-58/+97
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-1/+1
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-1/+1
2007-07-14Dissection of octet-aligned EXTERNALs.Graeme Lunt1-0/+3
2007-06-12Preparations for updated CMIP dissector:Anders Broman2-0/+3
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-1/+1
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-5/+5
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman2-16/+18
2007-05-04Show BER internal fields in external type in ACSE, update a comment in packet...Anders Broman2-3/+5
2007-05-03EXTERNAL type is handled in asn2wrs nowTomas Kukosa3-12/+12
2006-10-29put every python script name into "" so the call won't fail on Win32 native p...Ulf Lamping1-1/+1
2006-08-27An octet string form of the ASO-qualifier used by some systems from the days...Graeme Lunt2-2/+7
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...Tomas Kukosa1-1/+2
2006-05-24- remove some #.MODULE_IMPORT from .cng filesTomas Kukosa1-3/+0
2006-05-23Ethereal -> WiresharkTomas Kukosa4-19/+28
2006-05-21- asn2eth renamed to asn2wrsTomas Kukosa2-5/+5
2006-05-21name changeRonnie Sahlberg2-4/+4
2006-04-25Add distclean and maintainerclean rules.Guy Harris1-0/+4
2006-02-23Add parsertab.pyc in clean targetAnders Broman1-1/+1
2005-11-16From Graeme Lunt:Anders Broman3-6/+36
2005-11-14 - dissect_ber_object_identifier() returns value as tvbTomas Kukosa2-17/+19
2005-10-24From Graeme Lunt:Anders Broman2-9/+12
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-6/+12
2005-10-15remove some strcpy() callsRonnie Sahlberg1-1/+1