aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x509if/packet-x509if-template.c
AgeCommit message (Collapse)AuthorFilesLines
2011-04-12Add x509if_frame_end() which is passed to register_frame_end_routine()gerald1-2/+18
and which resets our global variables. Remove a boolean which was used to track a char *; just check if the pointer is NULL instead. Fixes bugs 5754 and 5793, hopefully without breaking anything. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36608 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.wmeier1-2/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32417 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-06#include <stdio.h> not needed.wmeier1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32405 f5534014-38df-0310-8fa8-9805f1628bb7
2009-10-11Make all proto_* values static.stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30516 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-23From Kovarththanan Rajaratnam:stig1-1/+1
Clean up header field info in asn1/*-template.c files. From me: Fixed a few typos in the patch. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28817 f5534014-38df-0310-8fa8-9805f1628bb7
2009-02-07#include <epan/emem.h> not req'd ...wmeier1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27391 f5534014-38df-0310-8fa8-9805f1628bb7
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...wmeier1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27390 f5534014-38df-0310-8fa8-9805f1628bb7
2008-09-01Update to use unchanged asn1 files and X.501:08/2005.etxrab1-0/+1
Hopefullly without breaking to many things. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26108 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-261) Correct attribute name.gal1-0/+1
2) Add subtreespecification attribute. 3) Label each attribute in the tree with the attribute type. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24194 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.clego1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22651 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21753 f5534014-38df-0310-8fa8-9805f1628bb7
2006-07-01Include <epan/oid_resolv.h> to declare get_oid_str_name().guy1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18627 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21name changesahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18197 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-08FT_STRING => FT_OID where applicablegal1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18107 f5534014-38df-0310-8fa8-9805f1628bb7
2006-03-05ACP133 attribute syntaxes and attribute definitions used by the DAP, DSP and ↵gal1-1/+1
DISP dissectors. Also includes X.402 definitions and OID registrations for object classes. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17471 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-14From Grame Lunt:etxrab1-0/+36
Attached is a patch that updates - * DOP - This has now been successfully tested and so is now enabled by default and workaround code removed. Also now uses the correct EXPORTs from the other modules/dissectors. * X509SAT - Most of the selected attributes are now supported in addition to the DirectoryString syntax attributes. This includes restoring the correct DirectoryString syntax and also providing the basic syntaxes (e.g. OBJECT IDENTIFIER, PrintableString). The latter requires a sed line in the Makefile which I assume should be OK? Not all the SAT can be defined in x509sat - so some have been included in x509if and x509af - though x509sat.cnf contains the master list and references the other dissectors where appropriate. (I still prefer a syntax registration approach but I don't think that is going to be agreed in the short term.) * X509IF - a mechanism to register some formating, based upon the hf_index, that is used in the cnf file. * A couple of fixes identified by Stig. Note the patc for dop did not apply don't regenerate dissectors yet. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16799 f5534014-38df-0310-8fa8-9805f1628bb7
2005-11-22Trivial warning fixesjmayer1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16561 f5534014-38df-0310-8fa8-9805f1628bb7
2005-11-17Include <epan/emem.h> to declare ep_alloc().guy1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16524 f5534014-38df-0310-8fa8-9805f1628bb7
2005-11-16 add a simple g_strlcat define in strutil for gtk==1 where this symbol ↵sahlberg1-0/+1
does not exist git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16511 f5534014-38df-0310-8fa8-9805f1628bb7
2005-11-16From Graeme Lunt:etxrab1-0/+21
Here are a number of small patches for asn1 based dissectors: acse: release request/response column information (many X.400/X.500 unbinds are empty) "standardised" PNAME to "ISO 8650-1 OSI Association Control Service" fix for crash when using EXTERNAL dissector rtse: column information when attempting a resume x509if: generation of LDAP-style DNs from RDNSequences new function x509if_get_last_dn() to get the last DN generated. x509af: DSS parameters certificate extension naming subject naming of certificate x509sat: Guide syntax (as SET now supported) PDU exports. cms: verification of message digest attribute (SHA-1 and MD5) ess: enumerated/restrictive/permissive/informative security categories x411: generation of string encoding of X.400 addresses, trace information and message identifiers. s4406: separate types for primary and copy precedence to allow better filtering (e.g. primary precedence = flash) priority-level-qualifier git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16508 f5534014-38df-0310-8fa8-9805f1628bb7
2005-11-14 - dissect_ber_object_identifier() returns value as tvbkukosa1-1/+1
- new dissect_ber_object_identifier_str() function - BER dissectors adapted and regenerated git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16501 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-02Fix more "no previous declaration" warnings - the forgotten filesjmayer1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15170 f5534014-38df-0310-8fa8-9805f1628bb7
2005-04-22Define a maximum OID string length, and use it in a lot of places. Fixes agerald1-1/+1
buffer overflow found while fuzz testing. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14169 f5534014-38df-0310-8fa8-9805f1628bb7
2004-12-13remove some asn2eth warningssahlberg1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12744 f5534014-38df-0310-8fa8-9805f1628bb7
2004-11-22New protocol: RFC2634 ExtendedSecurityServicessahlberg1-1/+2
updates to cms to accomodate the new protocol add author to some files git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12573 f5534014-38df-0310-8fa8-9805f1628bb7
2004-10-29more updates of x509ifsahlberg1-18/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12433 f5534014-38df-0310-8fa8-9805f1628bb7
2004-10-29Update to x509if use a workaround to emulate the type ANY and remove stuff ↵sahlberg1-36/+7
from teh template git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12431 f5534014-38df-0310-8fa8-9805f1628bb7
2004-10-08Make the ber_sequence tables "const".guy1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12245 f5534014-38df-0310-8fa8-9805f1628bb7
2004-10-05Set svn:keywords to Id to expand RCS IDs, and set svn:eol-style toguy1-1/+1
native to canonicalize line endings. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12203 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-22add the countryname attributesahlberg1-0/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11470 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-22start dissecting AttributeTypeAnddistinguishedValuesahlberg1-0/+30
(which must be implemented by hand inside themplate) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11469 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-19Work in progresssahlberg1-0/+96
New protocol X.509 Information framework this new protocol is not yet linked with ethereal and needs extra massage before it can be used. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11430 f5534014-38df-0310-8fa8-9805f1628bb7