summaryrefslogtreecommitdiff
path: root/plugins/sercosiii
AgeCommit message (Expand)AuthorFilesLines
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-06Build plugins with cmake on OSX.Stig Bjørlykke1-0/+2
2009-09-23Build more plugins with cmake.Jörg Mayer1-0/+86
2009-09-15Save some memory: Don't statically allocate ett[] arrays used "dynamically".Bill Meier2-2/+2
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-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam2-2/+2
2009-08-09(Trivial): Remove uneeded #includes; make a few fcns static;Bill Meier8-38/+6
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam3-6/+3
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2-4/+4
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-12-22Fixes for issues reported by Chris Maynard in bug #2813;Bill Meier3-7/+11
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-3/+3
2008-10-25proto_register/proto_reg_handoff; Various small cleanup and bug-fixingBill Meier1-14/+3
2008-08-29#include <prefs.h> not requiredBill Meier8-8/+0
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-3/+3
2008-05-10From Hans-Peter Bock:Jaap Keuter17-0/+2733