aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcm.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-19Squelch a bunch of compiler warnings.Guy Harris1-55/+57
2010-01-25From Didier Gautheron via bug 4419:Stig Bjørlykke1-100/+34
2010-01-18Fix a number of gcc _Wshadow warningsBill Meier1-5/+5
2009-11-04tvb_format_text() always returns a non NULL pointer so don't check return val...Kovarththanan Rajaratnam1-3/+3
2009-10-25From Jakub Zawadzki:Anders Broman1-45/+29
2009-08-28Fix possible memmove with a NULL poiunter.Bill Meier1-2/+4
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-3/+1
2009-07-10From David Aggeler:Jaap Keuter1-159/+78
2009-05-18From David Aggeler:Jaap Keuter1-59/+178
2009-03-29More size_t casts.Anders Broman1-1/+1
2009-03-15From Jakub Zawadzki:Stig Bjørlykke1-5/+3
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