aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/pkix1explicit
AgeCommit message (Collapse)AuthorFilesLines
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingmorriss1-4/+0
them and then copying them over). The "all" target to builds these dissectors now (instead of "generate_files" and/or "copy_files"). asn2wrs's "-O" option now means "the dissector goes in this directory" (rather than "all output goes in this directory"); it also means that the "-s" (single output file) option is now required. Fix things up so that it's possible to build all of the ASN.1 dissectors in one shot. Fix building of conformance files when doing out-of-source-tree builds. Unfortunately "make all" in the asn1 directory always builds something--I think because of circular depedencies. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39333 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-08Remove unused NEED_PACKET_PROTO_H variablekrj1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30409 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-06-20From Kovarththanan Rajaratnam via bug 3548:stig1-1/+1
More header_field_info cleanup in the asn1 cnf files. Dissectors will be regenerated later. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28782 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-03-17Fix a typo.gerald1-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24677 f5534014-38df-0310-8fa8-9805f1628bb7
2008-02-27Dissect IPAddressFamilyetxrab2-0/+30
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24487 f5534014-38df-0310-8fa8-9805f1628bb7
2008-02-26Add some extensions to pkix1explicit - forgotten files.etxrab2-1/+74
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24473 f5534014-38df-0310-8fa8-9805f1628bb7
2008-02-25Dissect Name and Certificate and add some extensions pkix1explicit.etxrab2-2/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24464 f5534014-38df-0310-8fa8-9805f1628bb7
2007-12-19asn1/*/Makefile.nmake were not part of the source package.jmayer1-1/+2
Spotted by Tomas Kukosa. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23921 f5534014-38df-0310-8fa8-9805f1628bb7
2007-12-10ANSI TCAP regenerated and tested with -T -X asn2wrs optionskukosa1-1/+1
asn2wrs has -T (tagged types support) and -X (new BER sttructures) default behavior remove all -T and -X usage git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23823 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-04Update do use the -X and -T asn2wrs flags.etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23362 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-11- Remove -e option if the generated -exp.cnf file isn't used.jmayer1-1/+1
- Add EXPORT_FILES to all files that still contain -e. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23145 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-10- Change Makefiles to include preincjmayer2-39/+24
- Add missing new directories to asn1/Makefile.nmake git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23141 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-09Don't keep -exp.cnf files in the tree.jmayer1-41/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23120 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-09Last set of changes to convert Makefiles for todayjmayer4-17/+75
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23119 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-07From Martin Peylo:etxrab6-7/+38
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1888 There are new versions of CMP (v2) in RFC4210 and CRMF (v2) in RFC4211. The right to exist of CRMF is bound to CMP so I don't split that into two bug reports. I'll upload the new (slightly handmassaged) ASN.1 files for both protocols, along with patches for the respective cnf files, where I also added new #.REGISTER statements. Additionally I had to export some definitions from pkix1explicit (Attribute, Time, UniqueIdentifier and Version) and from pkix1implicit (KeyIdentifier). I'll also upload a patch for that. I uploaded a CMPv2 sample (with errors in the protocol!) to the wiki. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23082 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-15actx in the rest of dissect_ber..()letxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21773 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab3-24/+25
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-1/+1
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
2006-10-29put every python script name into "" so the call won't fail on Win32 native ↵ulfl1-1/+1
python. The problem is the slash in e.g.: @$(PYTHON) ../../tools/make-dissector-reg.py is interpreted as an option instead of being part of the path. I didn't wanted to use backslashes as this might introduce new problems with cygwin's python port. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19730 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-23Ethereal -> Wiresharkkukosa3-2/+11
asn2eth -> asn2wrs git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18214 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21- asn2eth renamed to asn2wrskukosa2-5/+5
- remove obsolete -X option from makefiles - not generate enumerated map table for BER dissector will be regenerated later git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18199 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21name changesahlberg2-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18197 f5534014-38df-0310-8fa8-9805f1628bb7
2006-04-25Add distclean and maintainerclean rules.guy1-0/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17999 f5534014-38df-0310-8fa8-9805f1628bb7
2006-04-06Add two missing *-exp.cnf filesetxrab1-0/+24
tcap.asn - whitespace changes git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17828 f5534014-38df-0310-8fa8-9805f1628bb7
2006-02-23Add parsertab.pyc in clean targetetxrab1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17387 f5534014-38df-0310-8fa8-9805f1628bb7
2005-11-14 - dissect_ber_object_identifier() returns value as tvbkukosa2-7/+5
- 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-09-07Set "COPYCMD=/Y" and remove the "/Y" from each XCOPY command in ordergerald1-2/+2
to fix compilation under Windows NT. This should fix bug 403. The changes were made using "find . -name Makefile.nmake | xargs perl -pi.bak -e 's: /y::i'". They appear to work under XP, but if anything broke I blame Larry Wall. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15710 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-09Fix up a bunch of arguments to "dissect_ber_identifier()" to match itsguy1-2/+2
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-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
2005-01-16When using Cygwin's python asn2eth.pylroland1-5/+23
generates dissectors with mixed EOL! SVN doesn't allow you to commit such files. Add a target to all nmake makefiles in asn1 subdirectory which will fix these files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13077 f5534014-38df-0310-8fa8-9805f1628bb7
2005-01-16Supply Makefile.nmake files.guy1-0/+23
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13072 f5534014-38df-0310-8fa8-9805f1628bb7
2005-01-16Make the Makefile look like the h235 Makefiles, with the new rules.guy1-2/+13
Get rid of their "executable" property, and set svn:keywords to Id and svn:eol-style to native if they're not already set. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13071 f5534014-38df-0310-8fa8-9805f1628bb7
2004-12-24export Certificate and CertificateList from pkix1explicitsahlberg3-0/+18
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12826 f5534014-38df-0310-8fa8-9805f1628bb7
2004-12-12updates from tomas and anderssahlberg1-0/+5
create some missing makefiles for autogenerated dissectors finish the transition to the new ber integer dissetor helper signature and regenerate all ber dissectors git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12724 f5534014-38df-0310-8fa8-9805f1628bb7
2004-11-29export some more sympols from PKIX1EXPLICITsahlberg5-28/+71
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12617 f5534014-38df-0310-8fa8-9805f1628bb7
2004-11-21add a new oid sahlberg1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12560 f5534014-38df-0310-8fa8-9805f1628bb7
2004-11-21add dissection of AuthorityInfoAccessSyntaxsahlberg3-1/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12552 f5534014-38df-0310-8fa8-9805f1628bb7
2004-11-01Add support for the dhpublicnumber OID.gerald3-14/+18
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12465 f5534014-38df-0310-8fa8-9805f1628bb7
2004-10-05Set svn:keywords to Id to expand RCS IDs, and set svn:eol-style toguy4-45/+45
native to canonicalize line endings. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12203 f5534014-38df-0310-8fa8-9805f1628bb7
2004-09-17get rid of some more compiler warningssahlberg4-2/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12034 f5534014-38df-0310-8fa8-9805f1628bb7
2004-09-16new protocol PKIX1EXPLICITsahlberg5-0/+1040
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12013 f5534014-38df-0310-8fa8-9805f1628bb7