aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rdm.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-18Minor cleanup:Bill Meier1-480/+479
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-05-28From Erwin Rol:Anders Broman1-54/+2563
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-3/+3
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-11/+11
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-5/+5
2010-05-20Rewrote to avoid "More data arguments than '%' conversions" warning.Stig Bjørlykke1-3/+5
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-5/+5
2008-09-26Minor cleanups related to proto_reg_handoffBill Meier1-1/+0
2006-10-18From Shaun JackmanJaap Keuter1-0/+277