aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pkix1implicit.h
AgeCommit message (Collapse)AuthorFilesLines
2007-03-21change the signature that asn2wrs generates for functions to marm all ↵Ronnie Sahlberg1-3/+3
parameters as _U_ to reduce the number of compiler warnings. update some template and cnf files to use _U_ as well svn path=/trunk/; revision=21088
2006-05-24- remove some #.MODULE_IMPORT from .cng filesTomas Kukosa1-3/+3
- regenerate BER dissectors so as to change rest of Ethereal->Wireshark and asn2eth -> asn2wrs svn path=/trunk/; revision=18217
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
svn path=/trunk/; revision=18196
2005-12-08Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.Guy Harris1-2/+3
svn path=/trunk/; revision=16736
2005-08-02Some warning fixes for "no previous declaration"Jörg Mayer1-1/+1
Remove svn:executable Add svn:eol-style native Add svn:keywords Id svn path=/trunk/; revision=15179
2005-06-26make dissect_ber_choice take a guint* that will return theRonnie Sahlberg1-1/+1
index of the branch taken or -1 to make prettifications easier to implement. change the signature of dissect_ber_choice and rename it to dissect_ber_CHOICE to catch all occurences of the use of this function update asn2eth to use the new name/signature update all occurences of this function to the new name and new signature. svn path=/trunk/; revision=14758
2004-12-24export ResonFlags from pkix1implicitRonnie Sahlberg1-0/+1
svn path=/trunk/; revision=12827
2004-12-12updates from tomas and andersRonnie Sahlberg1-1/+1
create some missing makefiles for autogenerated dissectors finish the transition to the new ber integer dissetor helper signature and regenerate all ber dissectors svn path=/trunk/; revision=12724
2004-12-05updates to pkix1implicit (we have to think about how to rewrite both ↵Ronnie Sahlberg1-0/+2
pkix1eplicit and pkix1implicit to avoid the crap with duplicate definitions from x509) New protocol : RFC3161 PKIX TimeStamp Protocol svn path=/trunk/; revision=12669
2004-11-29Export AuthorityInfoAccessSyntax from pkix1implicitRonnie Sahlberg1-0/+1
svn path=/trunk/; revision=12616
2004-10-11Re-generate a number of ASN.1-based dissectors with the most recentGuy Harris1-1/+1
version of asn2eth. svn path=/trunk/; revision=12267
2004-09-17get rid of a compiler warning for unused function UserNoticeRonnie Sahlberg1-1/+7
svn path=/trunk/; revision=12033
2004-09-16add new dissectors to build processRonnie Sahlberg1-0/+38
update Kerberos to call PKINIT (and remove the handwritten incomplete one inside packet-kerberos.c) svn path=/trunk/; revision=12014