aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcm.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-09Fix a number of proto_tree_add_item() encoding args.wmeier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-2/+2
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-2/+0
2011-05-27Make TVBs opaque for most users.morriss1-1/+1
2011-05-27Treat TVBs as opaque: use the accessor functions instead of accessing the fieldsmorriss1-6/+7
2011-05-04Cleanup: replace sizeof(arr)/sizeof(arr[0]) with shorter array_length(arr)darkjames1-3/+3
2011-04-30Check our PDU length. Fixes the infinite loop found in bug 5876.gerald1-0/+7
2011-04-16Fix Coverity CIDs 603 & 604.gerald1-2/+2
2011-03-23Removed "comparing an array to null", with no effect.stig1-2/+1
2011-03-22Remove two tests for fail return from g_malloc(); Fixes Coverity #424 "FORWA...wmeier1-8/+4
2011-02-10Modify proto_tree_add_bytes_format() and proto_tree_add_bytes_format_value()morriss1-13/+11
2011-01-31Fix two cases of 'if (x = y)' which should be 'if (x == y)'.wmeier1-1/+1
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.stig1-0/+5
2011-01-20Roll some calls to tvb_get_ptr() into proto_tree_add_bytes_format() (insteadmorriss1-30/+12
2011-01-16Use tvb_memeql() and tvb_memcpy().morriss1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-12-06Fix various typos and spelling errors.wmeier1-1/+1
2010-08-09From David Aggeler:jake1-356/+627
2010-06-09Do some constifying [or other] based upon gcc -Wwrite-strings warnings.wmeier1-4/+4
2010-05-14From David Aggeler via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=47...morriss1-51/+67
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-03-19Squelch a bunch of compiler warnings.guy1-55/+57
2010-01-25From Didier Gautheron via bug 4419:stig1-100/+34
2010-01-18Fix a number of gcc _Wshadow warningswmeier1-5/+5
2009-11-04tvb_format_text() always returns a non NULL pointer so don't check return val...krj1-3/+3
2009-10-25From Jakub Zawadzki:etxrab1-45/+29
2009-08-28Fix possible memmove with a NULL poiunter.wmeier1-2/+4
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-3/+1
2009-07-10From David Aggeler:jake1-159/+78
2009-05-18From David Aggeler:jake1-59/+178
2009-03-29More size_t casts.etxrab1-1/+1
2009-03-15From Jakub Zawadzki:stig1-5/+3
2008-12-19Back out r27047 and r27053.gerald1-9/+9
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.gerald1-9/+9
2008-12-18Fix two typoswmeier1-2/+2
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-15/+15
2008-12-17Fix typos and spelling (mostly in text strings) wmeier1-5/+5
2008-10-31From David Aggeler:jake1-88/+156
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-6/+6
2008-10-12From David Aggeler:etxrab1-24/+25
2008-10-11Really make it compile. Someone should have a look at this.stig1-7/+7
2008-10-11Just try to make it compile.etxrab1-8/+8
2008-10-11From David Aggeler: etxrab1-797/+4218
2008-08-09From Shinsuke SUZUKI (bug 2789):stig1-4/+4
2008-07-25From David Aggeler:etxrab1-62/+89
2008-07-25static variable declarations don't belong in header filesmorriss1-8/+281
2008-07-25Remove an unused variable and cast a string constant into a guchar. Also add...morriss1-3/+2
2008-07-25Try to fix some of the warnings.etxrab1-2/+0
2008-07-25Try to fix some of the warnings.etxrab1-11/+7