aboutsummaryrefslogtreecommitdiffstats
path: root/epan/asn1.c
AgeCommit message (Collapse)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-02-25Remove trailing whitespaceBill Meier1-3/+3
Change-Id: I8116f63ff88687c8db3fd6e8e23b22ab2f759af0 Reviewed-on: https://code.wireshark.org/review/385 Reviewed-by: Bill Meier <wmeier@newsguy.com> Tested-by: Bill Meier <wmeier@newsguy.com>
2013-09-13Explicitly include emem.h where it is neededJörg Mayer1-0/+1
svn path=/trunk/; revision=51997
2013-03-20 From beroset:Bill Meier1-2/+2
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 attachment #10397 svn path=/trunk/; revision=48438
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=45016
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2009-10-25From Jakub Zawadzki:Anders Broman1-2/+1
Cleanup dissector code - use proper memory functions. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4164 svn path=/trunk/; revision=30691
2007-12-28support for additionally SIZE constrained TypereferenceTomas Kukosa1-0/+16
the support is only semiautomated as this feature does not occur very often use this feature for the TBCD-STRING in the H.225 dissector svn path=/trunk/; revision=23958
2007-08-29ASN.1 parameterization handling (1st raw implementation)Tomas Kukosa1-0/+83
it is not supported in asn2wrs now, code has to be written manually svn path=/trunk/; revision=22724
2007-07-18rose_ctx_t structure usage in Q.932 dissectorTomas Kukosa1-1/+47
svn path=/trunk/; revision=22349
2007-05-17include string.h to import memcpy and memset functions signaturesSebastien Tandel1-1/+3
svn path=/trunk/; revision=21812
2007-05-14- more variants of dissect_per_open_type_*()Tomas Kukosa1-3/+34
- move asn1_get_real() to asn1.c/.h svn path=/trunk/; revision=21757
2007-05-04missing asn1.c fileTomas Kukosa1-0/+47
svn path=/trunk/; revision=21678
2007-01-10move asn1.c/.h files into plugins/asn1 directory as just this plugin uses it nowTomas Kukosa1-1085/+0
svn path=/trunk/; revision=20372
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2006-03-11include emem.hRonnie Sahlberg1-0/+1
otherwise ep_strdup() defaults to int which will break if pointers are bigger than integers. this should fix bugs 797 802 805 806 svn path=/trunk/; revision=17578
2006-03-07ep_strdup stack buffer before returning it.Luis Ontanon1-1/+1
fixes coverity error 109. svn path=/trunk/; revision=17489
2005-09-20Fix a couple of errors found by valgrind.Gerald Combs1-2/+5
svn path=/trunk/; revision=15900
2005-08-08various code cleanup:Ulf Lamping1-5/+1
-use g_snprintf instead of sprintf and snprintf -use g_strdup_printf where appropriate -remove #include "snprintf.h" (as only g_snprintf should be used) -replace some more alloc/realloc/calloc/free with their glib pendants svn path=/trunk/; revision=15264
2005-08-06In packet-frame.c, don't free static memory when we throw aGerald Combs1-1/+1
DissectorError. In packet-kerberos.c, restore pinfo->private_data if we throw an exception, which keeps the SMB dissector from throwing a DissectorError. Initialize variables in other places to squelch valgrind warnings. svn path=/trunk/; revision=15235
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer1-3/+3
svn path=/trunk/; revision=15015
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-0/+1085
asn1.[ch] follow.[ch] ptvcursor.[ch] reassemble.[ch] xmlstub.[ch] fix #include statements accordingly. svn path=/trunk/; revision=13366