aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-13Run checkapi on the dissector header filesJeff Morriss2-2/+2
2009-09-09We no longer support the old plugin API so remove it completely from the buil...Kovarththanan Rajaratnam1-1/+1
2009-08-21Remove unneeded #includes.Jaap Keuter1-2/+0
2009-08-21Remove unneeded #includes.Jaap Keuter2-92/+0
2009-08-21(Minor) Remove unneeded #includes.Bill Meier35-268/+1
2009-08-20From Geoffrey Kimball:Jaap Keuter4-0/+181
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam15-15/+15
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+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 Rajaratnam2-4/+2
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke4-4/+4
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke5-9/+9
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke34-305/+305
2009-06-09Added missing $Id$ and convert to correct eol-style.Stig Bjørlykke1-162/+163
2009-05-08FT_BOOLEAN fields w/o bitmasks really should use BASE_NONE (not BASE_DEC,...).Bill Meier1-11/+11
2009-03-02Disable manifest building for our DLLs. This attempts to fix bug 3272.Gerald Combs1-3/+0
2009-02-02add missing mt.exe calls, to include manifest files into exe / dll filesUlf Lamping1-0/+3
2008-07-30From Bruno Verstuyft:Anders Broman5-0/+1217
2008-07-29Allow checkapis target to work in out-of-tree builds (s#../../#$(top_srcdir)).Jeff Morriss1-1/+1
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.Guy Harris1-0/+3
2008-07-01Put printf into a separate "termoutput" API group. For most files,Guy Harris1-1/+1
2008-06-26Add support for "API groups" in checkAPIs.pl. Make the "prohibited"Gerald Combs1-1/+1
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-4/+4
2008-05-05Dount use proto_tree_add_item_hidden().Anders Broman2-8/+13
2008-05-05Make it possible to run checkapi on all plugins trough makefile.nmakeAnders Broman1-0/+3
2008-03-29Remove the pre-release flag from FILEFLAGS in the resource file.Jaap Keuter1-2/+2
2008-03-01Create proper dependancies for plugin.cJaap Keuter1-1/+2
2008-02-27Quote argument to test in plugins Makefiles, as proposed by Greg A. Woods.Stig Bjørlykke1-1/+1
2008-02-18If we have an SVN revision number, use it as the build number under WindowsGerald Combs1-1/+1
2007-10-07From Chris Maynard <christopher.maynard@gtech.com>:Richard van der Hoff29-387/+387
2007-08-27Add .c.obj:: inference rule (to cause "batch compile") Bill Meier1-0/+3
2007-05-27Use $(PLUGIN_LDFLAGS) for LDFLAGS.Guy Harris1-1/+1