aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis/packet-dcd.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-12DOCSIS: Simplify all MAC Management into a single file.Michael Mann1-1075/+0
2017-05-09Bring DOCSIS Mac Management "dissectors" into modernity.Michael Mann1-358/+553
2017-05-03[DOCSIS] Use expert info instead of THROWing bounds errors for bad lengthsMichael Mann1-65/+77
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-5/+3
2015-12-11new_register_dissector -> register_dissector for remaining uses.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissector for plugins.Michael Mann1-3/+4
2015-04-05docsis: remove tvb_length callsEvan Huus1-2/+2
2014-10-05docsis: Add editor modelines; Adjust whitespace; Remove boilerplate comments.Bill Meier1-557/+562
2014-07-10convert to proto_tree_add_subtree[_format] for plugin dissectorsMichael Mann1-15/+6
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-84/+84
2013-11-18Fix [-Wmissing-prototypes]Anders Broman1-0/+3
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-01-13From Yi Zhang:Anders Broman1-0/+20
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier1-2/+2
2011-10-10Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier1-4/+4
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier1-19/+19
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-3/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2009-09-24Remove check_col() guardKovarththanan Rajaratnam1-4/+1
2009-09-23Don't col_clear() followed by col_set_str(). A col_set_str() will clear (repl...Kovarththanan Rajaratnam1-1/+0
2009-09-22Use col_set_str instead of col_add_fstr when adding constant strings to COL_INFOKovarththanan Rajaratnam1-1/+1
2009-08-21(Minor) Remove unneeded #includes.Bill Meier1-9/+0
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-1/+1
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-45/+45
2007-10-07From Chris Maynard <christopher.maynard@gtech.com>:Richard van der Hoff1-28/+28
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-02-01From Eric Hultin:Anders Broman1-0/+866