aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x509af.h
AgeCommit message (Collapse)AuthorFilesLines
2009-05-16Regenerate all asn2wrs generated dissectors.stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28379 f5534014-38df-0310-8fa8-9805f1628bb7
2008-11-01Regenerate all asn2wrs generated dissectorsetxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26670 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-01Regenerated to use the new decode function for UTCTime.stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25898 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofetxrab1-1/+1
dissect_ber_boolean() to return a value and update asn2wrs to generate the new signature. Regenerate all BER dissectors. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24015 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-05Update to use the -X and -T asn2wrs flags.etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23366 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-01Change:etxrab1-1/+1
get_oid_str_name() -> oid_resolved_from_string() get_oid_name() -> oid_resolved_from_encoded() git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23331 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.jmayer1-1/+1
Rebuild asn1 dissectors. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22627 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab1-22/+22
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21753 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-03EXTERNAL type is handled in asn2wrs nowkukosa1-1/+1
private implementations were renamed EXTERNAL -> EXTERNALt git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21662 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-21change the signature that asn2wrs generates for functions to marm all ↵sahlberg1-22/+22
parameters as _U_ to reduce the number of compiler warnings. update some template and cnf files to use _U_ as well git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21088 f5534014-38df-0310-8fa8-9805f1628bb7
2007-01-13New "decode as ..." feature for BER-encoded files (WTAP_FILE_BER). gal1-1/+1
A BER-encoded file can be dissected as one of a number of registered syntaxes (registered using register_ber_syntax_dissector()). Syntaxes may also be associated with OIDs (or other strings) using register_ber_oid_syntax(). A default syntax with which to dissect a BER-encoded file is determined from its filename (extension). For example, ".cer" and ".crt" files will be dissected as "Certificate". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20414 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-24- remove some #.MODULE_IMPORT from .cng fileskukosa1-3/+3
- regenerate BER dissectors so as to change rest of Ethereal->Wireshark and asn2eth -> asn2wrs git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18217 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18196 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-06Squelch some compiler const vs. non-const warnings.guy1-2/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16710 f5534014-38df-0310-8fa8-9805f1628bb7
2005-11-17Get rid of some char * vs. const char * warnings, and declare a functionguy1-2/+2
with no arguments as such. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16532 f5534014-38df-0310-8fa8-9805f1628bb7
2005-11-16From Graeme Lunt:etxrab1-1/+3
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-07-09Fix up a bunch of arguments to "dissect_ber_identifier()" to match itsguy1-1/+1
current signature ("class" is a "gint8 *", not a "guint8 *", and "tag" is a "gint32 *", not a "guint32 *"). Re-generate the dissectors from the ASN.1 and the .cnf files in the cases where the arguments were fixed in a .cnf file. Give some dissectors the right svn:keywords and svn:eol-style settings. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14885 f5534014-38df-0310-8fa8-9805f1628bb7
2005-02-23update asn2eth and all generated dissectors to new dissect_ber_boolean that ↵sahlberg1-2/+2
takes a implicit_tag parameter git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13479 f5534014-38df-0310-8fa8-9805f1628bb7
2004-12-12minor updates, get rid of temporary files during dissectionsahlberg1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12725 f5534014-38df-0310-8fa8-9805f1628bb7
2004-11-30Make ethereal dissect application/pkix-crl CertificateRevocationLists over ↵sahlberg1-1/+2
HTTP. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12624 f5534014-38df-0310-8fa8-9805f1628bb7
2004-11-21cleanup for x509afsahlberg1-1/+15
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12558 f5534014-38df-0310-8fa8-9805f1628bb7
2004-10-30change Extension to be implemented inside the conformance file and remove it ↵sahlberg1-1/+1
from the template git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12438 f5534014-38df-0310-8fa8-9805f1628bb7
2004-10-30implement AlgorithmIdentifier using the conformance file and remove it from ↵sahlberg1-2/+1
the template git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12437 f5534014-38df-0310-8fa8-9805f1628bb7
2004-10-11Re-generate a number of ASN.1-based dissectors with the most recentguy1-1/+1
version of asn2eth. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12267 f5534014-38df-0310-8fa8-9805f1628bb7
2004-09-16add new dissectors to build processsahlberg1-0/+1
update Kerberos to call PKINIT (and remove the handwritten incomplete one inside packet-kerberos.c) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12014 f5534014-38df-0310-8fa8-9805f1628bb7
2004-09-13update x509af to use machinegenerated _PDU() dissectorssahlberg1-7/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11989 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-29add some algorithm oid's to x509af(for the time being)sahlberg1-2/+2
(only those that take no parameters for the time being) create a dummy ber oid callback for callbacks that are NULL git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11565 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-24get rid of the remaining compiler warnings.sahlberg1-0/+3
x509af is now virtually complete (the attribute userPassword still needs an attribute dissector but after that, x509af is complete) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11510 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-24Add a lot of missing attribute dissectorssahlberg1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11509 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-20Add the new protocols CMS, X509AF, X509IF, X509CE and X509SATsahlberg1-0/+55
to the ethereal build. The dissections are semi-useful but incomplete. The big problem still remaining is the x509if Name object not being dissected properly thus causing the dissection to get out of sync/fail halfway through the certificate structure. work in progress but already semi-useful. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11440 f5534014-38df-0310-8fa8-9805f1628bb7