aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x509sat/packet-x509sat-template.c
AgeCommit message (Collapse)AuthorFilesLines
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-120/+0
Change-Id: I1208fe3c2ba428995526f561e8f792b8d871e9a9 Reviewed-on: https://code.wireshark.org/review/14388 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: João Valverde <j@v6e.pt>
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-1/+0
Change-Id: I36b2731d67f9345d2fd0c23800bba7d2be94c387 Reviewed-on: https://code.wireshark.org/review/6008 Reviewed-by: Bill Meier <wmeier@newsguy.com>
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate ↵Bill Meier1-1/+1
dissectors. Change-Id: I0e779b2ac2f608356649c5bbfca438141070dea4 Reviewed-on: https://code.wireshark.org/review/412 Reviewed-by: Bill Meier <wmeier@newsguy.com> Tested-by: Bill Meier <wmeier@newsguy.com>
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-2/+0
Change-Id: Ie476c6f82f318188b41ed922b92c6fec119ea954 Reviewed-on: https://code.wireshark.org/review/244 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2013-12-07- Make local functions static.Anders Broman1-0/+3
- Forward declaration of register functions. svn path=/trunk/; revision=53821
2012-11-12Added attributes from RFC 2798.Stig Bjørlykke1-0/+2
svn path=/trunk/; revision=46013
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45015
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2011-02-20Renamed x411 to p1, x420 to p22 and s4406 to p772 to be consistentStig Bjørlykke1-1/+1
on the naming policy for X.400 protocols. svn path=/trunk/; revision=36013
2010-06-28Remove the -R flag (used to generate syntax registrations) and replace with a Graeme Lunt1-0/+2
packet-<proto>-syn-reg.c output file. This is more generic and allows the syntax registrations to the directed from the template file. svn path=/trunk/; revision=33342
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-2/+0
svn path=/trunk/; revision=32417
2010-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
svn path=/trunk/; revision=32405
2009-11-27Corrected OID for organizationalUnit.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=31096
2009-10-11Make all proto_* values static.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=30516
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-1/+0
svn path=/trunk/; revision=27390
2008-09-02Try to fix unused code warnings.Anders Broman1-0/+1
svn path=/trunk/; revision=26110
2007-10-31Use oid_add_from_string for adding names.Anders Broman1-28/+28
fix compil of gsmmap and inap. Note xcopy of gsmmap does not work(rename packet-gsm_map -> packet-gsmmap ?) svn path=/trunk/; revision=23325
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-1/+1
svn path=/trunk/; revision=22651
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-0/+1
svn path=/trunk/; revision=21753
2007-03-23Support for:Graeme Lunt1-0/+5
RFC2247 objectclasses and attributes (specifically "dc") Microsoft-defined User Principal Name subjectAltName extension (used in certificates) svn path=/trunk/; revision=21150
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from ↵Tomas Kukosa1-26/+27
packet-ber.c, they were only OID but not BER related use add_oid_str_name() and get_oid_str_name() instead of them svn path=/trunk/; revision=18595
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2006-03-05ACP133 attribute syntaxes and attribute definitions used by the DAP, DSP and ↵Graeme Lunt1-0/+30
DISP dissectors. Also includes X.402 definitions and OID registrations for object classes. svn path=/trunk/; revision=17471
2004-12-13change the incorrect BER_UNI_TAG_TeletextString into BER_UNI_TAG_TeletexStringRonnie Sahlberg1-1/+0
svn path=/trunk/; revision=12743
2004-11-22New protocol: RFC2634 ExtendedSecurityServicesRonnie Sahlberg1-0/+1
updates to cms to accomodate the new protocol add author to some files svn path=/trunk/; revision=12573
2004-11-21SelectedAttributeTypes are now almost completely implemented also here i ↵Ronnie Sahlberg1-5/+0
added a small makefile to reduce boring typing on the commandline svn path=/trunk/; revision=12556
2004-11-20updates to sat to make the template smaller.Ronnie Sahlberg1-408/+1
svn path=/trunk/; revision=12546
2004-11-20ean up SAT a bit remove the unneccesary implementation of ↵Ronnie Sahlberg1-63/+1
DirectoryStr4ing in the template and make the export of it correct. svn path=/trunk/; revision=12545
2004-10-05Set svn:keywords to Id to expand RCS IDs, and set svn:eol-style toGuy Harris1-1/+1
native to canonicalize line endings. svn path=/trunk/; revision=12203
2004-09-06Update x509SAT to export DirectoryString.Ronnie Sahlberg1-1/+1
Update X509CE to dissect EDIPartyName now that DirectoryString can be dissected svn path=/trunk/; revision=11910
2004-08-16From Ronnie Sahlberg: add dissection of the Teletext string type to theGuy Harris1-9/+15
DirectoryString choice in SelectedAttributeTypes. svn path=/trunk/; revision=11751
2004-07-23telex and telephone number attributesRonnie Sahlberg1-0/+49
svn path=/trunk/; revision=11484
2004-07-23Remove a compiler warning for a parameter that is not usedRonnie Sahlberg1-1/+1
in the DirectoryString dissector svn path=/trunk/; revision=11483
2004-07-23add all the other (quite a lot of them) attributes that were of the type ↵Ronnie Sahlberg1-0/+339
DirectoryString (see how good it is to put markers for emacs macros in the files, it was pretty quick, wasnt it? i even tested the resulting code.) svn path=/trunk/; revision=11481
2004-07-23add dissection of DirectoryString, this unfortunately had to be done ↵Ronnie Sahlberg1-0/+72
manually inside the template. Also implement the attribute organizationName which is of this type. (Add magic comments so emacs-macros will be happy.) svn path=/trunk/; revision=11479
2004-07-23register ber oid functions through a special function in packet-ber.c which ↵Ronnie Sahlberg1-4/+1
also takes (still unused) the name of the oid so that sometime later it will be easy to add code to add the name of the oid to the dissection. svn path=/trunk/; revision=11478
2004-07-22add the countryname attributeRonnie Sahlberg1-0/+15
svn path=/trunk/; revision=11470
2004-07-19Work in progressRonnie Sahlberg1-0/+80
New protocol X.509 Selected Attribute Types This new protocol is not linked with ethereal yet svn path=/trunk/; revision=11431