aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x509af.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-28-Wmissing-prototypesAnders Broman1-6/+9
2013-03-02Use explicit casts.Anders Broman1-2/+2
2012-12-07Added deltaRevocationList.Stig Bjørlykke1-5/+6
2012-09-24Regenerate asn.1 dissectors.Jakub Zawadzki1-6/+6
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;Bill Meier1-1/+1
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.Stig Bjørlykke1-18/+18
2010-06-28Moved register_ber_syntax_dissector() and register_ber_oid_syntax() fromStig Bjørlykke1-9/+9
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-8/+8
2010-05-11Regenerate a few more of the ASN.1 dissectorsJeff Morriss1-74/+74
2010-04-21Export Certificate PDU so this can be dissected from non-asn dissectors.Stig Bjørlykke1-14/+14
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier1-8/+6
2010-04-06#include <stdio.h> not needed.Bill Meier1-7/+6
2009-10-09Regenerate asn1 dissectors (no change, only some line offset changes)Kovarththanan Rajaratnam1-3/+3
2009-09-24Remove check_col() guardKovarththanan Rajaratnam1-3/+1
2009-09-23Don't col_clear() followed by col_set_str(). A col_set_str() will clear (repl...Kovarththanan Rajaratnam1-2/+0
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.Stig Bjørlykke1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-10/+10
2009-06-02Correct LDAP certificate attribute nameGraeme Lunt1-1/+1
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-9/+9
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-7/+6
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-9/+9
2008-10-01add 3 new OIDs to the x509af dissectorRonnie Sahlberg1-0/+3
2008-08-01Regenerated to use the new decode function for UTCTime.Stig Bjørlykke1-7/+5
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofAnders Broman1-2/+2
2007-11-05Update to use the -X and -T asn2wrs flags.Anders Broman1-419/+209
2007-11-01Change:Anders Broman1-4/+4
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-1/+1
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-1/+1
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-100/+100
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-9/+9
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-238/+251
2007-05-06Start introducing actx to ber functions.Anders Broman1-69/+69
2007-05-03EXTERNAL type is handled in asn2wrs nowTomas Kukosa1-1/+1
2007-03-21change the signature that asn2wrs generates for functions to marm all paramet...Ronnie Sahlberg1-117/+117
2007-01-13New "decode as ..." feature for BER-encoded files (WTAP_FILE_BER). Graeme Lunt1-1/+8
2006-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbTomas Kukosa1-75/+75
2006-07-01Include <epan/oid_resolv.h> to declare get_oid_str_name().Guy Harris1-7/+8
2006-06-28remove functions register_ber_oid_name() and get_ber_oid_name() from packet-b...Tomas Kukosa1-2/+2
2006-05-24- remove some #.MODULE_IMPORT from .cng filesTomas Kukosa1-8/+8
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-05-08LDAP attribute type dissector framework including support for "netlogon" attr...Graeme Lunt1-8/+23
2006-02-16Paolo Abeni:Jörg Mayer1-2/+4
2005-12-06Squelch some compiler const vs. non-const warnings.Guy Harris1-16/+27
2005-11-17Get rid of some char * vs. const char * warnings, and declare a functionGuy Harris1-2/+2
2005-11-16From Graeme Lunt:Anders Broman1-16/+133
2005-11-14 - dissect_ber_object_identifier() returns value as tvbTomas Kukosa1-12/+8