aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/opcua
AgeCommit message (Expand)AuthorFilesLines
2010-04-07Remove some uneeded #includeswmeier2-3/+0
2010-04-05Get rid of a bunch of check_col().etxrab1-4/+1
2010-03-18cmake changes:jmayer1-2/+3
2010-02-25Generate asn1/hnbap/Makefile.guy1-4/+2
2010-01-28Fix some gcc -Wshadow warnings.wmeier1-3/+3
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofguy2-21/+21
2009-12-17From Martin Lutz: Patch tvb_memeql return check;wmeier1-6/+6
2009-11-17Beginnings of enabling static builds. Still to do:jmayer1-1/+1
2009-11-07cmake will now honor -Werror if configured (default: on)jmayer1-3/+15
2009-10-20Don't call PROTO_ITEM_SET_GENERATED(proto_tree_add[...]): that will end up ad...morriss1-9/+17
2009-10-09Use register_dissector_files in the plugins dissectorskrj1-25/+3
2009-10-07Don't include config.h in header files.stig5-20/+0
2009-10-06Build plugins with cmake on OSX.stig1-0/+2
2009-09-21CMake:jmayer1-0/+88
2009-09-13Run checkapi on the dissector header filesmorriss2-2/+2
2009-09-09We no longer support the old plugin API so remove it completely from the buil...krj1-1/+1
2009-09-09Check our array lengths and refuse to process them if they're too large.gerald3-72/+67
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-4/+1
2009-06-22From Kovarththanan Rajaratnam:stig6-463/+463
2009-06-22From Kovarththanan Rajaratnam:stig6-614/+612
2009-06-15Trivial warning fixes:jmayer2-2/+2
2009-04-06Add missing header file of OpcUa plugin update.jake2-1/+187
2009-04-06From Gerhard Gappmeier:jake19-2486/+2868
2009-03-02Disable manifest building for our DLLs. This attempts to fix bug 3272.gerald1-3/+0
2009-02-02add missing mt.exe calls, to include manifest files into exe / dll filesulfl1-0/+3
2008-12-22Fix some typos and spelling (mostly in text strings)wmeier1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-2/+2
2008-10-25proto_register/proto_reg_handoff; Various small cleanup and bug-fixingwmeier1-25/+9
2008-07-29Allow checkapis target to work in out-of-tree builds (s#../../#$(top_srcdir)).morriss1-1/+1
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.guy1-0/+3
2008-07-01Put printf into a separate "termoutput" API group. For most files,guy1-1/+1
2008-06-26Add support for "API groups" in checkAPIs.pl. Make the "prohibited"gerald1-1/+1
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss1-4/+4
2008-05-05Make it possible to run checkapi on all plugins trough makefile.nmakeetxrab1-0/+3
2008-03-29Remove the pre-release flag from FILEFLAGS in the resource file.jake1-2/+2
2008-03-01Create proper dependancies for plugin.cjake1-1/+2
2008-02-27Quote argument to test in plugins Makefiles, as proposed by Greg A. Woods.stig1-1/+1
2008-02-18If we have an SVN revision number, use it as the build number under Windowsgerald1-1/+1
2007-08-27Add .c.obj:: inference rule (to cause "batch compile") wmeier1-0/+3
2007-05-27Clean up white space.guy1-2/+3
2007-05-22Trivial warning fixes:jmayer4-4/+4
2007-05-21Make files more generic.jake16-18/+18
2007-05-16from Gerhard Gappmeier (ULFL: only slightly changed the unused prevention):ulfl9-33/+123
2007-05-15from Gerhard Gappmeier:ulfl9-29/+14
2007-05-15remove generated fileulfl1-26/+0
2007-05-15add the list of DISSECTOR_INCLUDESulfl1-0/+12
2007-05-15add svn properties for dir and filesulfl25-4682/+4682
2007-05-14Quote the path to make-dissector-reg.py.gerald1-1/+1
2007-05-14from Gerhard Gappmeier (ascolab):ulfl29-0/+7248