aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x509if
AgeCommit message (Collapse)AuthorFilesLines
2011-04-12Add x509if_frame_end() which is passed to register_frame_end_routine()gerald2-13/+35
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-10-08Remove unused NEED_PACKET_PROTO_H variablekrj3-3/+2
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-02Restore the generation and display of LDAP DNs from RDN componentsgal1-5/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28589 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-01Try to fix unused code warnings.etxrab1-2/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26109 f5534014-38df-0310-8fa8-9805f1628bb7
2008-09-01Update to use unchanged asn1 files and X.501:08/2005.etxrab5-787/+925
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.gal2-2/+14
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-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-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-2/+2
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-10-16- Fix svn:ignore for all directoriesjmayer1-1/+1
- gsmmap: uncomment -s option in gsmmap.cnf - Fix cyclic dependencies: + Remove EXPORT_CNF from dependencies for cnf files + Replace all INCLUDE ...-exp.cnf with IMPORT ...-exp.cnf git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23202 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-11- Remove -e option if the generated -exp.cnf file isn't used.jmayer1-0/+3
- 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-10Add missing dependencies and update syntax of existing ones.jmayer1-0/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23143 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-10- Change Makefiles to include preincjmayer2-1/+3
- 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-10Finish conversion (well, almost, need to add thejmayer5-148/+97
generation stuff to the x.../Makefile.common. I love circular dependencies. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23138 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-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.etxrab2-9/+10
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
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-07-01Include <epan/oid_resolv.h> to declare get_oid_str_name().guy2-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18627 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from ↵kukosa1-2/+2
packet-ber.c, they were only OID but not BER related use add_oid_str_name() and get_oid_str_name() instead of them git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18595 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-24- remove some #.MODULE_IMPORT from .cng fileskukosa1-3/+0
- 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-23Ethereal -> Wiresharkkukosa1-0/+9
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-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-04-30Operational Attributes and Syntaxesgal1-1/+15
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18048 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-03-05ACP133 attribute syntaxes and attribute definitions used by the DAP, DSP and ↵gal3-5/+21
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
2006-02-23Add parsertab.pyc in clean targetetxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17387 f5534014-38df-0310-8fa8-9805f1628bb7
2006-02-17Don't try to fill in last_dn if it doesn't exist. Fixes the current Buildbotgerald1-7/+10
failure. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17337 f5534014-38df-0310-8fa8-9805f1628bb7
2006-01-10Make sure last_dn is big enough, and set it to NULL when we'regerald1-2/+4
finished with it. This should fix the current menagerie failure in Buildbot. Fix up whitespace. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16995 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-14From Grame Lunt:etxrab3-2/+93
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-12-08Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16736 f5534014-38df-0310-8fa8-9805f1628bb7
2005-11-22Trivial warning fixesjmayer2-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16561 f5534014-38df-0310-8fa8-9805f1628bb7
2005-11-17Squelch some const vs. non-const warnings.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16525 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:etxrab5-2/+134
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 tvbkukosa2-10/+7
- 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-09-02Regenerate dissectors with the current asn2eth.guy1-5/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15664 f5534014-38df-0310-8fa8-9805f1628bb7