aboutsummaryrefslogtreecommitdiffstats
path: root/epan/asn1.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-08Convert asn2ws to generate C99 typesAnders Broman1-6/+6
2021-08-29epan: remove a few more uses of wmem_packet_scopeEvan Huus1-2/+2
2021-05-24Add ws_debug() and use itJoão Valverde1-7/+0
2021-01-19Squelch "Clarify calculation precedence" warning from cppcheck.Guy Harris1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-25asn1: replace DISSECTOR_ASSERT_NOT_REACHED with DISSECTOR_ASSERT.Dario Lombardo1-11/+8
2019-06-25asn1: don't increment a buffer beyond its end.Dario Lombardo1-0/+3
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2016-07-25Fix checkAPI.pl warnings about printfMichael Mann1-1/+2
2015-10-09asn1.c: fix printf arguments used with DEBUG flagPascal Quantin1-1/+4
2015-06-25Stop using atof/strtod (fixes column sorting of float types)Peter Wu1-1/+1
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris1-1/+0
2015-01-11Replace some "low hanging fruit" uses of emem.Michael Mann1-3/+4
2014-12-03Support dissecting REAL (BER) data valuesMaarten Bezemer1-4/+69
2014-10-10Add editor modelines; Adjust whitespace as needed.Bill Meier1-0/+13
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-3/+3
2013-09-13Explicitly include emem.h where it is neededJörg Mayer1-0/+1
2013-03-20 From beroset:Bill Meier1-2/+2
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
2009-10-25From Jakub Zawadzki:Anders Broman1-2/+1
2007-12-28support for additionally SIZE constrained TypereferenceTomas Kukosa1-0/+16
2007-08-29ASN.1 parameterization handling (1st raw implementation)Tomas Kukosa1-0/+83
2007-07-18rose_ctx_t structure usage in Q.932 dissectorTomas Kukosa1-1/+47
2007-05-17include string.h to import memcpy and memset functions signaturesSebastien Tandel1-1/+3
2007-05-14- more variants of dissect_per_open_type_*()Tomas Kukosa1-3/+34
2007-05-04missing asn1.c fileTomas Kukosa1-0/+47
2007-01-10move asn1.c/.h files into plugins/asn1 directory as just this plugin uses it nowTomas Kukosa1-1085/+0
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-03-11include emem.hRonnie Sahlberg1-0/+1
2006-03-07ep_strdup stack buffer before returning it.Luis Ontanon1-1/+1
2005-09-20Fix a couple of errors found by valgrind.Gerald Combs1-2/+5
2005-08-08various code cleanup:Ulf Lamping1-5/+1
2005-08-06In packet-frame.c, don't free static memory when we throw aGerald Combs1-1/+1
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer1-3/+3
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-0/+1085