aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bmc.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-13register_dissector -> new_register_dissectorMichael Mann1-1/+1
2015-04-15Replcae deprecated API tvb_length with tvb_reported_length or tvb_capturedAndersBroman1-5/+5
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-2/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-5/+5
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-5/+5
2014-05-28Minor: use VALS macro (as per convention); Add editor modelines; Do whitespac...Bill Meier1-2/+15
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-16Fix previous commit + rename to bitswap.Jakub Zawadzki1-2/+2
2013-11-16Exporting/importing variables cause problems, so create function to do bitswa...Jakub Zawadzki1-5/+2
2013-11-16Move bitswap.[ch] from epan to wsutil.Jakub Zawadzki1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-21Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus1-1/+1
2013-08-19Do not use ephemeral memory when adding a new data sourcePascal Quantin1-1/+2
2013-03-15[-Wmissing-prototypes]Anders Broman1-1/+1
2013-03-14[-Wmissing-prototypes]Anders Broman1-0/+2
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-2/+4
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-07-04From Evan Huus via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7433 :Pascal Quantin1-2/+2
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