aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-vcdu.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-09Convert some UDP subdissectors to "new" style.Michael Mann1-3/+5
2015-02-18Make UAT record update callbacks return a success/failure indication.Guy Harris1-2/+3
2015-01-21vcdu: minor cleanupBill Meier1-151/+154
2015-01-13UAT error string pointers should not be const pointers.Guy Harris1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-11-25Eliminate proto_tree_add_text from some dissectors.Michael Mann1-10/+37
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+12
2014-07-06convert to proto_tree_add_subtree[_format]Michael Mann1-8/+5
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-16Convert a bunch of time_to_str functions to wmemEvan Huus1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-1/+1
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-1/+1
2013-12-07- Make local functions static.Anders Broman1-0/+3
2013-10-27Remove iplen and iphdrlen from struct _packet_info.Michael Mann1-1/+1
2013-10-25Add a very small hack to make the UAT update callback error string freeable, andEvan Huus1-1/+1
2013-09-12Add missing includesJörg Mayer1-1/+2
2013-08-29Minor reformatting; Also: remove some boilerplate comments.Bill Meier1-66/+60
2013-08-05Keep result of [new_]register_dissector in some dissectors.Jakub Zawadzki1-2/+3
2013-03-19From beroset:Anders Broman1-2/+2
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-4/+4
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-453/+458
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-07-22Update display filter names per Bug 2794. Part 1 of many.Michael Mann1-19/+19
2012-07-08UATs could be put into "categories". The categories were defined onlyGuy Harris1-1/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-11Fix a commented-out proto_tree_add_uint() call that presumably wasGuy Harris1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-7/+7
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-16/+16
2011-06-04From Michael Mann:Anders Broman1-72/+84
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris1-1/+1
2010-02-27Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris1-13/+5
2009-11-09Removed unused code.Stig Bjørlykke1-5/+0
2009-10-09From Didier Gautheron:Anders Broman1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-03-19- Move register_dissector(...) from proto_reg_handoff() to proto_register();Bill Meier1-3/+4
2009-03-18Don't g_assert() in a dissector, just drive on.Guy Harris1-2/+2
2009-03-18From Patrick A Baldwin:Anders Broman1-0/+648