aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x411.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.stig1-181/+346
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-114/+114
2009-06-02Update to:gal1-466/+1965
2009-05-16Regenerate all asn2wrs generated dissectors.stig1-39/+39
2009-02-07#include <epan/emem.h> not req'd ...wmeier1-7/+6
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...wmeier1-7/+6
2008-11-11Regenerated files for asn1 templates committed in SVN #26750wmeier1-18/+17
2008-11-01Regenerate all asn2wrs generated dissectorsetxrab1-38/+38
2008-09-21Try to fix some "defined but not used" warnings.etxrab1-560/+326
2008-09-02Try to fix unused code warnings.etxrab1-158/+69
2008-08-01Regenerated to use the new decode function for UTCTime.stig1-7/+3
2008-07-21See if this gets rid of some unused code warnings...etxrab1-135/+369
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofetxrab1-1/+1
2008-01-02Additional EXPORTS (for X.420 dissector) and a message store (P7) attribute.gal1-54/+55
2007-12-21Added type=value to BuiltInDomainDefinedAttributes items.stig1-33/+45
2007-12-06fix field attributes handling for tagged typeskukosa1-6/+6
2007-11-25Changes suggested/provided by Anders so that fewer changes are required to th...gal1-56/+57
2007-11-19Initialize credentials.stig1-1/+1
2007-11-17Basic P7 (X.400 Message Store Access Protocol) dissection after request from ...gal1-76/+364
2007-11-15new x411 dissectorsahlberg1-15/+20
2007-11-06as2wrs now handles EXTERNAL(direct-reference requires no special handling).etxrab1-2/+2
2007-11-01Change:etxrab1-2/+2
2007-10-31Use oid_add_from_string for adding names.etxrab1-2/+2
2007-10-22Update to use the -X and -T asn2wrs flags.gal1-2302/+1335
2007-10-06- Initialize address_item in MessageIdentifier to avoid a crash in handlingstig1-22/+29
2007-08-29- Rewrote handling of extensions to get rid of "funky" oid strings.stig1-150/+296
2007-08-25there's nothing like a MAX_OID_STR_LEN... get rid of a potential stack BOlego1-2/+2
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.clego1-1/+1
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.jmayer1-402/+63
2007-06-27This patch will set correct extension_id for ExtensionAttributeTypegal1-135/+552
2007-06-21New preference to specify the tcp port to use for P1 and fix to include /OU= ...gal1-38/+87
2007-06-06use ASN.1 type names in #.FN_BODY (instead of Wireshark type names)kukosa1-137/+263
2007-06-05not allow #.FN_HDR/FTR for Wireshark types but only for ASN.1 typeskukosa1-18/+37
2007-05-30- remove unused hf_rnsap_L3_DL_DCCH_Message_PDU from RANAPkukosa1-3/+0
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.etxrab1-505/+505
2007-05-15actx in the rest of dissect_ber..()letxrab1-80/+80
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab1-1467/+1610
2007-05-06Start introducing actx to ber functions.etxrab1-335/+335
2007-05-06Better column information display for delivery reports.gal1-140/+178
2007-05-03EXTERNAL type is handled in asn2wrs nowkukosa1-4/+4
2007-03-23Support for X.411 "additional information" field.gal1-46/+60
2007-03-21change the signature that asn2wrs generates for functions to marm all paramet...sahlberg1-754/+754
2007-02-19dissect_x411_mts_apdu() is an old-style dissector, so it shouldn'tguy1-2/+2
2007-02-08This patch adds support for decoding BER-encoded files as "X.411 Message". gal1-0/+1
2007-01-28Fix for per-domain-bilateral-information (bilateral-information field wasn't ...gal1-6/+40
2006-12-14From Stig Bjorlykke:sfisher1-45/+45
2006-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbkukosa1-391/+391
2006-06-28Support for the message-token, proof-of-delivery and recipient-certificate p1...gal1-63/+304
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...kukosa1-35/+36
2006-06-15- BER_MAX_OID_STR_LEN removed and replaced with MAX_OID_STR_LENkukosa1-30/+30