aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x509sat.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-30asn2wrs: disable template line directive by defaultJoakim Karlsson1-45/+0
2022-11-30asn2wrs: disable line directive by defaultJoakim Karlsson1-5/+1
2021-12-19Move wmem string utility functions to wsutilJoão Valverde1-7/+8
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-4/+4
2021-12-02BER: Make GeneralizedTime a FT_ABSOLUTE_TIMEJohn Thacker1-4/+4
2021-07-26asn1: convert most dissectors to pinfo->poolEvan Huus1-1/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-4/+4
2020-01-11ber: display x509af.utcTime year in 4 digitsAndre Luyer1-2/+13
2019-04-04asn2wrs: Improve filtername of named bits.Anders Broman1-31/+31
2019-04-03ASN.1: Use proto_tree_add_bitmask... () for named bits.Anders Broman1-45/+45
2018-02-18ASN.1: update auto generated dissectorsPascal Quantin1-7/+7
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-10-22Add T.61 character set supportPascal Quantin1-4/+4
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-17/+17
2016-02-04Fix asn2wrs warnings [-Wredundant-decls]João Valverde1-1/+1
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-217/+217
2015-04-10Remove depricated API tvb_length -> tvb_reported_lengthAndersBroman1-1/+1
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-8/+7
2014-10-13ASN1: Register BER syntaxes as NEWStig Bjørlykke1-290/+364
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke1-3/+5
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-04-07Handle string types with somewhat appropriate encodings.Guy Harris1-14/+2
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier1-1/+1
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-12/+10
2013-12-19Use proto_tree_add_item() or tvb_get_string_enc() instead ofGuy Harris1-1/+1
2013-12-07- Make local functions static.Anders Broman1-7/+10
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-17Regenerate all files where the .cnf files had whitespace changes.Jörg Mayer1-1/+1
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of incompatibl...Pascal Quantin1-18/+18
2013-04-11Update the ASN.1 based dissectors following the changes done in r48812Pascal Quantin1-2/+2
2013-03-02Use explicit casts.Anders Broman1-2/+2
2012-12-07Added deltaRevocationList.Stig Bjørlykke1-0/+1
2012-11-12Added attributes from RFC 2798.Stig Bjørlykke1-3/+11
2012-11-12Fixed some typosStig Bjørlykke1-2/+2
2012-11-12Update ACP133 to edition D.Stig Bjørlykke1-3/+22
2012-09-24Regenerate asn.1 dissectors.Jakub Zawadzki1-7/+7
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-03Fix off by one shift error introduced in r39531.Jakub Zawadzki1-1/+1
2011-10-23Replace use of tvb_get_ephemeral_faked_unicode() by use of tvb_get_ephemeral_...Bill Meier1-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
2011-02-20Renamed x411 to p1, x420 to p22 and s4406 to p772 to be consistentStig Bjørlykke1-2/+2
2010-08-03Added some missing elements from MS Certificate:Stig Bjørlykke1-3/+6
2010-06-29New "#.SYNTAX" section for the asn2wrs conformance file. Graeme Lunt1-27/+26
2010-06-28Remove the -R flag (used to generate syntax registrations) and replace with a Graeme Lunt1-42/+48
2010-06-23Update to register basic ASN.1 syntaxes.Graeme Lunt1-12/+199
2010-06-02CA Version certificate extensionGraeme Lunt1-3/+4
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-24/+24