aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis/packet-mdd.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-14register_dissector -> new_register_dissector for plugins.Michael Mann1-3/+4
2015-02-10Remove unneeded includes from plugins folderMartin Mathieson1-1/+0
2014-10-05docsis: Add editor modelines; Adjust whitespace; Remove boilerplate comments.Bill Meier1-514/+506
2014-07-10convert to proto_tree_add_subtree[_format] for plugin dissectorsMichael Mann1-13/+6
2014-06-09Windows does not allow data copy between dlls,AndersBroman1-1/+4
2014-06-09Added TLV 16 for MDD messageAdrian Simionov1-9/+19
2014-03-05Fix some code remove by 296591399f90a9d89be958d91047aa724a77ee6dAlexis La Goutte1-0/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-1/+1
2013-11-19Fix [-Wmissing-prototypes]Anders Broman1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-01-13From Yi Zhang:Anders Broman1-3/+3
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier1-37/+37
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-12-16From Guido Reismueller:Jaap Keuter1-3/+8
2010-10-17Remove some unused hf entries.Stig Bjørlykke1-6/+0
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-11/+11
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-4/+0
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-1/+1
2008-07-30From Bruno Verstuyft:Anders Broman1-0/+775