aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rdt.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-77/+77
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-5/+5
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-18/+0
2011-04-11Don't assign to a proto_item* that is not used before being overwritten.martinm1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-9/+9
2010-09-15Remove a few more calls to check_col()martinm1-24/+9
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-01-22Fixes for gcc -Wshadow warnings; Fix indentation and do other minor cleanup i...wmeier1-30/+30
2009-10-25From Jakub Zawadzki:etxrab1-2/+1
2009-09-24Don't guard col_append_str with check_colkrj1-36/+9
2009-08-09Don't guard col_clear with col_checkkrj1-4/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-4/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-62/+62
2009-01-08Fix for bug 2902:jake1-14/+14
2008-12-17Fix typos and spelling (mostly in text strings) wmeier1-1/+1
2008-09-12Small revisions related to proto_reg_handoff ....wmeier1-12/+9
2008-03-01Rewrote to use g_strlcpy and g_strlcat.stig1-2/+2
2006-08-01Fix some fussy warnings seen on the Ubuntu buildbot logsmartinm1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-10-27get rid of a strcpysahlberg1-1/+2
2005-09-01From Martin Mathiesonetxrab1-26/+44
2005-08-12gmemchunk -> se_alloc() improvementssahlberg1-22/+3
2005-08-05More char -> const char warning fixesjmayer1-1/+1
2005-07-09Squelch various signed vs. unsigned warnings by:guy1-2/+2
2005-05-27From Martin Mathiesonetxrab1-65/+719
2005-05-16From Martin Mathieson:etxrab1-150/+1286
2005-03-06Martin Mathieson: Add information sourcesjmayer1-0/+4
2005-02-20modify eol-style propertylego1-2/+2
2005-02-19From Martin Mathielsonlego1-0/+494