aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.Jakub Zawadzki3-3/+3
2012-06-02From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=73...Pascal Quantin1-0/+1
2012-06-01Set Makefile.common as a plugin.c dependency so plugin.c is rebuilt if Makefi...Bill Meier1-1/+1
2012-06-01Windows: Set Makefile.common as a plugin.c dependency so plugin.c is rebuilt ...Bill Meier1-2/+2
2012-05-02From Gabor Somlai:Anders Broman1-0/+1
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2-2/+2
2012-03-18From Reinhard Speyerer: Fix several misspellings/typos in WiresharkBill Meier1-1/+1
2012-01-29Add *.sbr files to the clean target.Anders Broman1-1/+1
2012-01-13From Yi Zhang:Anders Broman1-3/+3
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 Meier5-10/+10
2011-10-18Do some more conversions of proto_tree_add_item() 'encoding' argBill Meier7-19/+19
2011-10-15Convert plugin files proto_tree_add_item() 'encoding' arg for field types FT_...Bill Meier3-10/+10
2011-10-10Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier4-42/+42
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier44-465/+465
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier13-91/+91
2011-07-04From Guido Reismueller:Anders Broman2-0/+593
2011-02-08Rename some hf_... vars so name starts with hf_docsis_cmstatusBill Meier1-77/+77
2011-02-08#if 0 code related to unused "docsis" dissector table;Bill Meier6-3369/+3307
2011-02-07From Hendrik Robbel:Jaap Keuter3-0/+294
2011-02-02A bit of Windows makefiles rework and cleanup:Bill Meier1-2/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris43-44/+44
2010-12-16There is no exceptions.h file here, remove it from DISSECTOR_INCLUDES.Jeff Morriss1-2/+1
2010-12-16From Guido Reismueller:Jaap Keuter14-7/+4192
2010-10-17Remove some unused hf entries.Stig Bjørlykke28-168/+0
2010-09-24Plugins are not shared libraries, so:Guy Harris1-1/+0
2010-09-24Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-1/+1
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss3-13/+13
2010-09-23H. Sivank <hsivank@gmail.com>Jörg Mayer1-1/+1
2010-09-21As suggested by Kovarththanan Rajaratnam in https://bugs.wireshark.org/bugzil...Jeff Morriss1-5/+5
2010-05-14Synchronize Makefiles even more.Jaap Keuter1-0/+1
2010-05-14Add Cmake stuff to the source distribution so more people can try it out.Jeff Morriss1-4/+5
2010-04-06Don't use %s as the format string in val_to_str().Jeff Morriss8-9/+9
2010-04-06Don't use %s as the format string in val_to_str(). This fixes the fuzz failu...Jeff Morriss1-1/+1
2010-04-06The third argument to val_to_str() is a format string that gets passedGuy Harris1-4/+1
2010-04-05Get rid of a bunch of check_col().Anders Broman23-132/+63
2010-03-18cmake changes:Jörg Mayer1-3/+3
2010-02-24- Remove the lib prefix for plugin names.Jörg Mayer1-4/+3
2010-01-13From Didier Gautheron:Anders Broman9-9/+0
2009-11-17Beginnings of enabling static builds. Still to do:Jörg Mayer1-1/+1
2009-11-07cmake will now honor -Werror if configured (default: on)Jörg Mayer1-3/+15
2009-10-09Use register_dissector_files in the plugins dissectorsKovarththanan Rajaratnam1-25/+3
2009-10-09From Didier Gautheron:Anders Broman14-54/+53
2009-10-06Build plugins with cmake on OSX.Stig Bjørlykke1-0/+2
2009-09-24Remove check_col() guardKovarththanan Rajaratnam8-31/+7
2009-09-23Use col_set_str instead of col_add_fstr/col_add_str when adding constant stri...Kovarththanan Rajaratnam1-2/+1
2009-09-23Don't col_clear() followed by col_set_str(). A col_set_str() will clear (repl...Kovarththanan Rajaratnam8-8/+0
2009-09-22Use col_set_str instead of col_add_fstr when adding constant strings to COL_INFOKovarththanan Rajaratnam8-11/+8
2009-09-21CMake:Jörg Mayer1-0/+6
2009-09-16Build a few more pluginsJörg Mayer1-0/+103