aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rdm.c
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanup:Bill Meier2012-10-181-480/+479
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* From Erwin Rol:Anders Broman2012-05-281-54/+2563
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-3/+3
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier2011-10-061-11/+11
* Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier2011-10-041-5/+5
* Rewrote to avoid "More data arguments than '%' conversions" warning.Stig Bjørlykke2010-05-201-3/+5
* Don't guard col_clear with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-5/+5
* Minor cleanups related to proto_reg_handoffBill Meier2008-09-261-1/+0
* From Shaun JackmanJaap Keuter2006-10-181-0/+277