aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcm.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-2/+2
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-2/+0
2011-05-27Make TVBs opaque for most users.Jeff Morriss1-1/+1
2011-05-27Treat TVBs as opaque: use the accessor functions instead of accessing the fieldsJeff Morriss1-6/+7
2011-05-04Cleanup: replace sizeof(arr)/sizeof(arr[0]) with shorter array_length(arr)Jakub Zawadzki1-3/+3
2011-04-30Check our PDU length. Fixes the infinite loop found in bug 5876.Gerald Combs1-0/+7
2011-04-16Fix Coverity CIDs 603 & 604.Gerald Combs1-2/+2
2011-03-23Removed "comparing an array to null", with no effect.Stig Bjørlykke1-2/+1
2011-03-22Remove two tests for fail return from g_malloc(); Fixes Coverity #424 "FORWA...Bill Meier1-8/+4
2011-02-10Modify proto_tree_add_bytes_format() and proto_tree_add_bytes_format_value()Jeff Morriss1-13/+11
2011-01-31Fix two cases of 'if (x = y)' which should be 'if (x == y)'.Bill Meier1-1/+1
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+5
2011-01-20Roll some calls to tvb_get_ptr() into proto_tree_add_bytes_format() (insteadJeff Morriss1-30/+12
2011-01-16Use tvb_memeql() and tvb_memcpy().Jeff Morriss1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-12-06Fix various typos and spelling errors.Bill Meier1-1/+1
2010-08-09From David Aggeler:Jaap Keuter1-356/+627
2010-06-09Do some constifying [or other] based upon gcc -Wwrite-strings warnings.Bill Meier1-4/+4
2010-05-14From David Aggeler via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=47...Jeff Morriss1-51/+67
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
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