aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bmc.c
AgeCommit message (Collapse)AuthorFilesLines
2011-12-14Fix a (sort-of) memory leak: Use ep_alloc'd rather than se_alloc'd memory ↵Bill Meier1-3/+1
for a tvbuff; svn path=/trunk/; revision=40197
2011-12-13Use tvb_new_child_real_data() instead of tvb_new_real_data() + ↵Bill Meier1-2/+1
tvb_set_child_real_data_tvbuff(). svn path=/trunk/; revision=40173
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly ↵Bill Meier1-4/+4
reference an hf item (in hf[] with types: FT_NONE FT_BYTES FT_IPV6 FT_IPXNET FT_OID Note: Encoding field set to ENC_NA only if the field was previously TRUE|FALSE|ENC_LITTLE_ENDIAN|ENC_BIG_ENDIAN svn path=/trunk/; revision=39260
2011-04-29Remove two unneeded forward declarations.Bill Meier1-2/+0
svn path=/trunk/; revision=36951
2011-04-27From Yaniv Kaul:Bill Meier1-24/+25
Some fixes for 'set but not used' errors that GCC 4.6 emits. From me: Do some (minor) whitespace cleanup and re-formatting. svn path=/trunk/; revision=36908
2011-04-18We don't have any preferences, so remove the prefs.h include. It doesn'tGerald Combs1-9/+0
look like we need a reg_handoff routine either so remove it as well. Fixes Coverity CID 1189. svn path=/trunk/; revision=36709
2011-04-16Fix compilation errors.Gerald Combs1-8/+7
svn path=/trunk/; revision=36664
2011-04-16From Neil Piercy:Anders Broman1-0/+350
Adds BMC protocol, including adding support for MAC and RLC CTCH channels to carry it. From me: Removed hf blurbs = def and removed check_col added tp CMakeList. svn path=/trunk/; revision=36662