aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wtp.c
AgeCommit message (Collapse)AuthorFilesLines
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-7/+7
svn path=/trunk/; revision=18196
2006-01-17packet-fcswils.c: Fix incorrect use of g_snprintf returnJörg Mayer1-6/+14
packet-wccp.c: Fix incorrect use of g_snprintf return packet-cops.c: Fix incorrect use of g_snprintf return value packet-wtp.c: Fix incorrect use of g_snprintf return value svn path=/trunk/; revision=17046
2005-08-30replace some (safe) g_string_sprintf with g_snprintf()Ronnie Sahlberg1-11/+12
(so we dont have that many different string handling functions to memorize their usage of and can standardize on a single one ) svn path=/trunk/; revision=15615
2005-08-08various code cleanup:Ulf Lamping1-4/+0
-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-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-1/+1
asn1.[ch] follow.[ch] ptvcursor.[ch] reassemble.[ch] xmlstub.[ch] fix #include statements accordingly. svn path=/trunk/; revision=13366
2004-11-30Replace a few instances of match_strval() with val_to_str().Gerald Combs1-5/+6
svn path=/trunk/; revision=12625
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1095
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410