aboutsummaryrefslogtreecommitdiffstats
path: root/epan/follow.c
AgeCommit message (Collapse)AuthorFilesLines
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2005-08-08various code cleanup:Ulf Lamping1-4/+3
-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-05replace malloc and alike calls by their GLib pendants -> g_mallocUlf Lamping1-6/+6
svn path=/trunk/; revision=15232
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-0/+336
asn1.[ch] follow.[ch] ptvcursor.[ch] reassemble.[ch] xmlstub.[ch] fix #include statements accordingly. svn path=/trunk/; revision=13366