aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcm.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-1/+1
2005-08-08various code cleanup:Ulf Lamping1-9/+5
2005-08-06Use a NULL value for di->xfer as an indication that we don't know theGuy Harris1-5/+16
2005-08-05replace malloc and alike calls by their GLib pendants -> g_mallocUlf Lamping1-1/+1
2005-07-30Make some funtions static. More char -> const char warning fixesJörg Mayer1-14/+14
2005-07-28some more memification of tvb_get_string() no obvious memleaks fixed this ...Ronnie Sahlberg1-3/+2
2005-07-28char -> const char warning fixesJörg Mayer1-22/+22
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!Ulf Lamping1-1/+1
2005-05-30More bug fixes from Steve Grubb. See bug 217 for details.Gerald Combs1-1/+4
2005-05-05Change some data types, and add initializations, to squelch compilerGuy Harris1-15/+15
2005-05-02From Rich Coe:Gerald Combs1-62/+130
2005-04-17Change a bunch of instances where we manually fetch a string and callGerald Combs1-24/+10
2005-02-20fix a typo: lenght -> lengthUlf Lamping1-1/+1
2005-02-02From Jon Ringle:Anders Broman1-3/+3
2004-12-24use GLib's pointer to int conversion macros to prevent compiler warningsUlf Lamping1-2/+2
2004-11-10From Rich Coe:Guy Harris1-60/+92
2004-10-16Fix a typo.Guy Harris1-1/+1
2004-07-23Trivial warning fixes:Jörg Mayer1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1234