aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x411
AgeCommit message (Expand)AuthorFilesLines
2009-02-07#include <epan/emem.h> not req'd ...Bill Meier1-1/+0
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-1/+0
2008-11-11Small cleanups mostly related to proto_reg_handoffBill Meier1-12/+11
2008-11-10fix problem with X.411 asn2wrs compilation, all dissectors regeneratedTomas Kukosa1-4/+4
2008-09-21Try to fix some "defined but not used" warnings.Anders Broman1-0/+13
2008-09-03Split the asn1 file in two.Anders Broman3-2532/+2535
2008-09-03Rename the asn1 file(next step is to split it) to it's "proper" name.Anders Broman2-1/+1
2008-09-02Try to fix unused code warnings.Anders Broman2-5/+28
2008-07-21See if this gets rid of some unused code warnings...Anders Broman1-49/+86
2008-01-02Additional EXPORTS (for X.420 dissector) and a message store (P7) attribute.Graeme Lunt1-0/+4
2007-12-21Added type=value to BuiltInDomainDefinedAttributes items.Stig Bjørlykke2-2/+13
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-25Changes suggested/provided by Anders so that fewer changes are required to th...Graeme Lunt2-12/+23
2007-11-19Initialize credentials.Stig Bjørlykke1-1/+1
2007-11-17Basic P7 (X.400 Message Store Access Protocol) dissection after request from ...Graeme Lunt3-6/+73
2007-11-15dissect_ber_choice returns a gint that is the index of the choice taken, Ronnie Sahlberg1-10/+15
2007-11-06as2wrs now handles EXTERNAL(direct-reference requires no special handling).Anders Broman3-86/+79
2007-11-01Change:Anders Broman1-2/+2
2007-10-31Use oid_add_from_string for adding names.Anders Broman1-1/+1
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-10-22Update to use the -X and -T asn2wrs flags.Graeme Lunt3-63/+11
2007-10-16- Fix svn:ignore for all directoriesJörg Mayer1-5/+5
2007-10-11Remove the remaining autogenereated -exp.cnf filesJörg Mayer1-59/+0
2007-10-11- Remove -e option if the generated -exp.cnf file isn't used.Jörg Mayer1-0/+2
2007-10-10Add missing dependencies and update syntax of existing ones.Jörg Mayer1-2/+16
2007-10-10- Change Makefiles to include preincJörg Mayer2-1/+3
2007-10-10Finish conversion (well, almost, need to add theJörg Mayer4-57/+102
2007-10-06- Initialize address_item in MessageIdentifier to avoid a crash in handlingStig Bjørlykke2-3/+9
2007-08-29- Rewrote handling of extensions to get rid of "funky" oid strings.Stig Bjørlykke3-95/+230
2007-08-25there's nothing like a MAX_OID_STR_LEN... get rid of a potential stack BOLuis Ontanon1-2/+2
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 Mayer2-4/+4
2007-06-27This patch will set correct extension_id for ExtensionAttributeTypeGraeme Lunt1-1/+24
2007-06-21New preference to specify the tcp port to use for P1 and fix to include /OU= ...Graeme Lunt2-0/+51
2007-06-06use ASN.1 type names in #.FN_BODY (instead of Wireshark type names)Tomas Kukosa1-20/+51
2007-06-05not allow #.FN_HDR/FTR for Wireshark types but only for ASN.1 typesTomas Kukosa1-8/+8
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-2/+2
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-2/+2
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman2-41/+46
2007-05-06Better column information display for delivery reports.Graeme Lunt3-5/+47
2007-05-03EXTERNAL type is handled in asn2wrs nowTomas Kukosa2-3/+3
2007-03-23Support for X.411 "additional information" field.Graeme Lunt2-1/+15
2007-02-19dissect_x411_mts_apdu() is an old-style dissector, so it shouldn'tGuy Harris2-3/+3
2007-02-08This patch adds support for decoding BER-encoded files as "X.411 Message". Graeme Lunt1-0/+1
2007-01-28Fix for per-domain-bilateral-information (bilateral-information field wasn't ...Graeme Lunt3-1/+18
2006-12-14From Stig Bjorlykke:Stephen Fisher2-0/+6
2006-10-29put every python script name into "" so the call won't fail on Win32 native p...Ulf Lamping1-1/+1
2006-06-28Support for the message-token, proof-of-delivery and recipient-certificate p1...Graeme Lunt4-34/+66
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...Tomas Kukosa2-4/+5