aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bmc.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-06Use tvb_new_subset_remaining() rather than tvb_new_subset();Bill Meier1-21/+26
2012-01-26From Mike Morrin:Anders Broman1-5/+11
2011-12-14Fix a (sort-of) memory leak: Use ep_alloc'd rather than se_alloc'd memory for...Bill Meier1-3/+1
2011-12-13Use tvb_new_child_real_data() instead of tvb_new_real_data() + tvb_set_child_...Bill Meier1-2/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-4/+4
2011-04-29Remove two unneeded forward declarations.Bill Meier1-2/+0
2011-04-27From Yaniv Kaul:Bill Meier1-24/+25
2011-04-18We don't have any preferences, so remove the prefs.h include. It doesn'tGerald Combs1-9/+0
2011-04-16Fix compilation errors.Gerald Combs1-8/+7
2011-04-16From Neil Piercy:Anders Broman1-0/+350