aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x509sat.c
AgeCommit message (Collapse)AuthorFilesLines
2013-12-07- Make local functions static.Anders Broman1-7/+10
- Forward declaration of register functions. svn path=/trunk/; revision=53821
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
- ep_tvb_get_bits() -> wmem_packet_tvb_get_bits() - tvb_g_memdup()/ep_tvb_memdup() -> tvb_memdup() - tvb_fake_unicode()/tvb_get_ephemeral_faked_unicode() -> tvb_get_faked_unicode() - tvb_get_g_string()/tvb_get_ephemeral_string()/tvb_get_seasonal_string() -> tvb_get_string() - tvb_get_g_unicode_string()/tvb_get_ephemeral_unicode_string() -> tvb_get_unicode_string() - tvb_get_ephemeral_string_enc() -> tvb_get_string_enc() - update docs accordingly svn path=/trunk/; revision=52172
2013-09-17Regenerate all files where the .cnf files had whitespace changes.Jörg Mayer1-1/+1
svn path=/trunk/; revision=52125
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of ↵Pascal Quantin1-18/+18
incompatible filters in ASN.1 dissectors https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2402 svn path=/trunk/; revision=49599
2013-04-11Update the ASN.1 based dissectors following the changes done in r48812Pascal Quantin1-2/+2
svn path=/trunk/; revision=48820
2013-03-02Use explicit casts.Anders Broman1-2/+2
svn path=/trunk/; revision=48008
2012-12-07Added deltaRevocationList.Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=46438
2012-11-12Added attributes from RFC 2798.Stig Bjørlykke1-3/+11
svn path=/trunk/; revision=46013
2012-11-12Fixed some typosStig Bjørlykke1-2/+2
svn path=/trunk/; revision=46009
2012-11-12Update ACP133 to edition D.Stig Bjørlykke1-3/+22
svn path=/trunk/; revision=46008
2012-09-24Regenerate asn.1 dissectors.Jakub Zawadzki1-7/+7
svn path=/trunk/; revision=45110
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=45017
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-04-03Fix off by one shift error introduced in r39531.Jakub Zawadzki1-1/+1
In tvb_get_ephemeral_unicode_string() length is number of bytes (not characters). svn path=/trunk/; revision=41903
2011-10-23Replace use of tvb_get_ephemeral_faked_unicode() by use of ↵Bill Meier1-1/+1
tvb_get_ephemeral_unicode_string(); Fix encoding arg. svn path=/trunk/; revision=39531
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;Bill Meier1-1/+1
The only change in each file is in a comment showing the asn2wrs cmd used to build that file. svn path=/trunk/; revision=39427
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.Stig Bjørlykke1-18/+18
svn path=/trunk/; revision=37118
2011-02-20Renamed x411 to p1, x420 to p22 and s4406 to p772 to be consistentStig Bjørlykke1-2/+2
on the naming policy for X.400 protocols. svn path=/trunk/; revision=36013
2010-08-03Added some missing elements from MS Certificate:Stig Bjørlykke1-3/+6
- Previous Cert Hash - Virtual Base - Next Publisher svn path=/trunk/; revision=33695
2010-06-29New "#.SYNTAX" section for the asn2wrs conformance file. Graeme Lunt1-27/+26
This allows syntaxes to be registered separately from PDUs. Within the new section, the ASN.1 types to be used as syntaxes should be iterated. An optional second parameter on each line may be provided to provide an alternative name for the syntax (that the user will see). This name must be in double quotes. svn path=/trunk/; revision=33370
2010-06-28Remove the -R flag (used to generate syntax registrations) and replace with a Graeme Lunt1-42/+48
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-06-23Update to register basic ASN.1 syntaxes.Graeme Lunt1-12/+199
svn path=/trunk/; revision=33299
2010-06-02CA Version certificate extensionGraeme Lunt1-3/+4
svn path=/trunk/; revision=33049
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-24/+24
- Change spaces in the name to underscores before comparing it to the blurb. - Check if the type simply as T_ prepended to the name. - Don't put in a blurb of "NULL". and regenerate the dissectors. svn path=/trunk/; revision=32748
2010-05-11Regenerate a few more of the ASN.1 dissectorsJeff Morriss1-126/+126
svn path=/trunk/; revision=32747
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-8/+6
svn path=/trunk/; revision=32417
2010-04-06#include <stdio.h> not needed.Bill Meier1-7/+6
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-06-26Re-generate asn1 dissectors after hf_register_info cleanup.Stig Bjørlykke1-4/+4
svn path=/trunk/; revision=28848
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-51/+51
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero svn path=/trunk/; revision=28770
2009-06-15Bug 2833: Graeme Lunt1-3/+6
Naming attributes in subject DNs defined for Extended Validation Certificates http://www.cabforum.org/EV_Certificate_Guidelines_draft11.pdf svn path=/trunk/; revision=28746
2009-06-05Microsoft PKCS#12 local machine keyset bag attributeGraeme Lunt1-4/+5
svn path=/trunk/; revision=28641
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-18/+18
svn path=/trunk/; revision=28379
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-7/+6
svn path=/trunk/; revision=27390
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-20/+20
svn path=/trunk/; revision=26670
2008-09-02Try to fix unused code warnings.Anders Broman1-13/+3
svn path=/trunk/; revision=26111
2008-09-02Try to fix unused code warnings.Anders Broman1-87/+39
svn path=/trunk/; revision=26110
2008-08-01Regenerated to use the new decode function for UTCTime.Stig Bjørlykke1-4/+2
svn path=/trunk/; revision=25898
2008-07-23Get rid of some unused code warnings.Anders Broman1-94/+4
svn path=/trunk/; revision=25804
2008-07-01Get rid of some unused code warnings. Hopefully without breaking anything.Anders Broman1-25/+7
svn path=/trunk/; revision=25651
2008-04-13Support for RFC 4530 - LDAP entryUUID attribute.Graeme Lunt1-2/+40
svn path=/trunk/; revision=24984
2008-03-03Make sure we initialize a TVB. Fixes bug 2329.Gerald Combs1-7/+10
svn path=/trunk/; revision=24543
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofAnders Broman1-2/+2
dissect_ber_boolean() to return a value and update asn2wrs to generate the new signature. Regenerate all BER dissectors. svn path=/trunk/; revision=24015
2008-01-04Get rid of ber_last_created_item().Anders Broman1-4/+2
svn path=/trunk/; revision=24008
2008-01-02An X.420 message store attribute and an X.420 heading extension.Graeme Lunt1-3/+5
svn path=/trunk/; revision=23982
2007-11-05Update to use the -X and -T asn2wrs flags.Anders Broman1-553/+267
svn path=/trunk/; revision=23366
2007-10-31Use oid_add_from_string for adding names.Anders Broman1-59/+59
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-31/+31
svn path=/trunk/; revision=22651
2007-08-17Faked BMP string display.Graeme Lunt1-2/+13
svn path=/trunk/; revision=22536