aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcm.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-19Back out r27047 and r27053.Gerald Combs1-9/+9
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.Gerald Combs1-9/+9
2008-12-18Fix two typosBill Meier1-2/+2
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-15/+15
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-5/+5
2008-10-31From David Aggeler:Jaap Keuter1-88/+156
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-6/+6
2008-10-12From David Aggeler:Anders Broman1-24/+25
2008-10-11Really make it compile. Someone should have a look at this.Stig Bjørlykke1-7/+7
2008-10-11Just try to make it compile.Anders Broman1-8/+8
2008-10-11From David Aggeler: Anders Broman1-797/+4218
2008-08-09From Shinsuke SUZUKI (bug 2789):Stig Bjørlykke1-4/+4
2008-07-25From David Aggeler:Anders Broman1-62/+89
2008-07-25static variable declarations don't belong in header filesJeff Morriss1-8/+281
2008-07-25Remove an unused variable and cast a string constant into a guchar. Also add...Jeff Morriss1-3/+2
2008-07-25Try to fix some of the warnings.Anders Broman1-2/+0
2008-07-25Try to fix some of the warnings.Anders Broman1-11/+7
2008-07-25From David Aggeler:Anders Broman1-498/+1359
2008-07-25From David Aggeler:Anders Broman1-500/+1411
2007-11-09Apply yet another set of the optimization patches:Anders Broman1-1/+1
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-13/+17
2007-03-29Fix some more warningsStephen Fisher1-2/+2
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-3/+3
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors Stephen Fisher1-3/+3
2006-11-14nikai@nikai.net:Jörg Mayer1-1/+0
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-5/+5
2006-01-20packet-bgp.c: Fix incorrect use of g_snprintf return valueJörg Mayer1-9/+18
2005-10-16get rid of some strcpyRonnie Sahlberg1-29/+10
2005-09-17remove some strcpy()Ronnie Sahlberg1-8/+4
2005-08-27sprintf removalRonnie Sahlberg1-10/+12
2005-08-14change a g_malloc() that was never released into ep_alloc()Ronnie Sahlberg1-9/+10
2005-08-12gmemchunk -> se_alloc() improvementsRonnie Sahlberg1-11/+2
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