aboutsummaryrefslogtreecommitdiffstats
path: root/epan/asn1.c
AgeCommit message (Collapse)AuthorFilesLines
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