aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x411.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-15/+13
2010-04-06#include <stdio.h> not needed.Bill Meier1-14/+13
2010-02-23Decode SecurityCategoryValue according to SecurityCategoryIdentifier.Stig Bjørlykke1-73/+80
2010-01-10Return correct offset from function handling ExtensionField/value,Stig Bjørlykke1-35/+35
2009-12-19Regenerate P7 with SIZE constraints checking.Stig Bjørlykke1-149/+8
2009-12-18Regenerated with SIZE constraints checking.Stig Bjørlykke1-306/+583
2009-12-07Build correct oraddress for several Teletex values.Stig Bjørlykke1-66/+226
2009-10-11Make all proto_* values static.Stig Bjørlykke1-2/+2
2009-10-10Regenerate asn1 dissectors (no functionality change)Kovarththanan Rajaratnam1-4/+4
2009-10-09Regenerate asn1 dissectors (no change, only some line offset changes)Kovarththanan Rajaratnam1-7/+7
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+2
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.Stig Bjørlykke1-181/+346
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-114/+114
2009-06-02Update to:Graeme Lunt1-466/+1965
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-39/+39
2009-02-07#include <epan/emem.h> not req'd ...Bill Meier1-7/+6
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-7/+6
2008-11-11Regenerated files for asn1 templates committed in SVN #26750Bill Meier1-18/+17
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-38/+38
2008-09-21Try to fix some "defined but not used" warnings.Anders Broman1-560/+326
2008-09-02Try to fix unused code warnings.Anders Broman1-158/+69
2008-08-01Regenerated to use the new decode function for UTCTime.Stig Bjørlykke1-7/+3
2008-07-21See if this gets rid of some unused code warnings...Anders Broman1-135/+369
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofAnders Broman1-1/+1
2008-01-02Additional EXPORTS (for X.420 dissector) and a message store (P7) attribute.Graeme Lunt1-54/+55
2007-12-21Added type=value to BuiltInDomainDefinedAttributes items.Stig Bjørlykke1-33/+45
2007-12-06fix field attributes handling for tagged typesTomas Kukosa1-6/+6
2007-11-25Changes suggested/provided by Anders so that fewer changes are required to th...Graeme Lunt1-56/+57
2007-11-19Initialize credentials.Stig Bjørlykke1-1/+1
2007-11-17Basic P7 (X.400 Message Store Access Protocol) dissection after request from ...Graeme Lunt1-76/+364
2007-11-15new x411 dissectorRonnie Sahlberg1-15/+20
2007-11-06as2wrs now handles EXTERNAL(direct-reference requires no special handling).Anders Broman1-2/+2
2007-11-01Change:Anders Broman1-2/+2
2007-10-31Use oid_add_from_string for adding names.Anders Broman1-2/+2
2007-10-22Update to use the -X and -T asn2wrs flags.Graeme Lunt1-2302/+1335
2007-10-06- Initialize address_item in MessageIdentifier to avoid a crash in handlingStig Bjørlykke1-22/+29
2007-08-29- Rewrote handling of extensions to get rid of "funky" oid strings.Stig Bjørlykke1-150/+296
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 Mayer1-402/+63
2007-06-27This patch will set correct extension_id for ExtensionAttributeTypeGraeme Lunt1-135/+552
2007-06-21New preference to specify the tcp port to use for P1 and fix to include /OU= ...Graeme Lunt1-38/+87
2007-06-06use ASN.1 type names in #.FN_BODY (instead of Wireshark type names)Tomas Kukosa1-137/+263
2007-06-05not allow #.FN_HDR/FTR for Wireshark types but only for ASN.1 typesTomas Kukosa1-18/+37
2007-05-30- remove unused hf_rnsap_L3_DL_DCCH_Message_PDU from RANAPTomas Kukosa1-3/+0
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-505/+505
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-80/+80
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-1467/+1610