aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcm.c
Commit message (Expand)AuthorAgeFilesLines
* Apply yet another set of the optimization patches:Anders Broman2007-11-091-1/+1
* Add some GCC warnings to the standard set, and add some others to theGuy Harris2007-04-231-13/+17
* Fix some more warningsStephen Fisher2007-03-291-2/+2
* Remove almost all of the casts I committed recently and in place ofStephen Fisher2007-03-281-3/+3
* Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors Stephen Fisher2007-03-271-3/+3
* nikai@nikai.net:Jörg Mayer2006-11-141-1/+0
* change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg2006-10-311-1/+1
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-5/+5
* packet-bgp.c: Fix incorrect use of g_snprintf return valueJörg Mayer2006-01-201-9/+18
* get rid of some strcpyRonnie Sahlberg2005-10-161-29/+10
* remove some strcpy()Ronnie Sahlberg2005-09-171-8/+4
* sprintf removalRonnie Sahlberg2005-08-271-10/+12
* change a g_malloc() that was never released into ep_alloc()Ronnie Sahlberg2005-08-141-9/+10
* gmemchunk -> se_alloc() improvementsRonnie Sahlberg2005-08-121-11/+2
* rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg2005-08-101-1/+1
* various code cleanup:Ulf Lamping2005-08-081-9/+5
* Use a NULL value for di->xfer as an indication that we don't know theGuy Harris2005-08-061-5/+16
* replace malloc and alike calls by their GLib pendants -> g_mallocUlf Lamping2005-08-051-1/+1
* Make some funtions static. More char -> const char warning fixesJörg Mayer2005-07-301-14/+14
* some more memification of tvb_get_string() no obvious memleaks fixed this ...Ronnie Sahlberg2005-07-281-3/+2
* char -> const char warning fixesJörg Mayer2005-07-281-22/+22
* just to get things straight: a dissector should *never* do any g_assert() calls!Ulf Lamping2005-06-101-1/+1
* More bug fixes from Steve Grubb. See bug 217 for details.Gerald Combs2005-05-301-1/+4
* Change some data types, and add initializations, to squelch compilerGuy Harris2005-05-051-15/+15
* From Rich Coe:Gerald Combs2005-05-021-62/+130
* Change a bunch of instances where we manually fetch a string and callGerald Combs2005-04-171-24/+10
* fix a typo: lenght -> lengthUlf Lamping2005-02-201-1/+1
* From Jon Ringle:Anders Broman2005-02-021-3/+3
* use GLib's pointer to int conversion macros to prevent compiler warningsUlf Lamping2004-12-241-2/+2
* From Rich Coe:Guy Harris2004-11-101-60/+92
* Fix a typo.Guy Harris2004-10-161-1/+1
* Trivial warning fixes:Jörg Mayer2004-07-231-1/+1
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+1234