Fix Unused varaiable warnings.
[obnox/wireshark/wip.git] / plugins / unistim /
2011-04-17 etxrabFix Unused varaiable warnings.
2011-02-02 wmeierA bit of Windows makefiles rework and cleanup:
2011-01-02 guyFix some cut-and-pasteos and other typoes.
2010-12-20 guyRename the routines that handle dissector tables with...
2010-09-24 guyPlugins are not shared libraries, so:
2010-09-23 jmayerH. Sivank <hsivank@gmail.com>
2010-08-12 wmeier(Trivial) Use consistent indentation; Whitespace cleanup.
2010-08-12 wmeierAdd new expansion.h file left out of the previous commit.
2010-08-12 wmeierFrom Don Newton: Added dissection of Expansion Module...
2010-07-27 jakeFrom Don Newton:
2010-07-09 guyThe only reason to escape "%" in a string is if you...
2010-05-14 jakeSynchronize Makefiles even more.
2010-05-14 morrissAdd Cmake stuff to the source distribution so more...
2010-04-06 etxrabGet rid of check_col
2010-03-18 jmayercmake changes:
2010-03-16 guyFix some compiler warnings, clean up indentation a...
2010-02-25 guyGenerate asn1/hnbap/Makefile.
2010-01-28 wmeierFix gcc -Wshadow warning;
2009-11-17 jmayerBeginnings of enabling static builds. Still to do:
2009-11-07 jmayercmake will now honor -Werror if configured (default...
2009-10-09 krjUse register_dissector_files in the plugins dissectors
2009-10-06 stigBuild plugins with cmake on OSX.
2009-09-25 jmayerForgot to commit the unistim cmakefile
2009-09-13 morrissRun checkapi on the dissector header files
2009-09-09 krjWe no longer support the old plugin API so remove it...
2009-08-09 krjDon't guard col_clear with col_check
2009-08-09 krjDon't guard col_set_str (COL_PROTOCOL) with col_check
2009-07-07 stigRemoved header_field.h
2009-07-07 stigFrom Kovarththanan Rajaratnam:
2009-07-07 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-06-24 stigFrom Kovarththanan Rajaratnam:
2009-05-19 etxrabGet info about media type(Video or not) a first step...
2009-04-16 geraldFix Win64 compilation problems in the plugins directory.
2009-03-27 wmeierReplace some unnecessary use of g_snprintf and g_strdup...
2009-03-02 geraldDisable manifest building for our DLLs. This attempts...
2009-02-02 ulfladd missing mt.exe calls, to include manifest files...
2008-12-22 wmeierFix some typos and spelling (mostly in text strings)
2008-12-04 jmayerUnistim still eats the TAPA packets :-(
2008-12-02 jakeFrom Don Newton:
2008-12-02 jakeFrom Don Newton:
2008-10-31 stigFix some "format not a string literal and no format...
2008-10-28 wmeierMinor cleanup related to proto_register/proto_reg_hando...
2008-07-29 morrissAllow checkapis target to work in out-of-tree builds...
2008-07-02 guyAdd Makefile.common files for epan/dfilter and epan...
2008-07-01 guyPut printf into a separate "termoutput" API group....
2008-06-26 geraldAdd support for "API groups" in checkAPIs.pl. Make...
2008-05-22 morrissMove the file utility functions from wiretap to libwsut...
2008-05-05 etxrabMake it possible to run checkapi on all plugins trough...
2008-04-19 jakeFix for bug 2475:
2008-03-29 jakeRemove the pre-release flag from FILEFLAGS in the resou...
2008-03-06 jmayerSet default port of Unistim from 5000 to 0: It grabs...
2008-03-01 jakeCreate proper dependancies for plugin.c
2008-02-27 stigQuote argument to test in plugins Makefiles, as propose...
2008-02-18 geraldIf we have an SVN revision number, use it as the build...
2007-12-13 jakeFix for bug 2098:
2007-09-24 stigFrom Don Newton:
2007-09-24 jakeFrom Chad Singer:
2007-09-19 jakeFrom Don Newton:
2007-09-13 jakeAdd RT(C)P conversation setup.
2007-09-12 jakeImplement dissect_message loop i.s.o. recursive calls.
2007-09-10 jakeFrom Chad Singer:
2007-08-28 jmayerDisable unistim for now: it used port 5000 unconditionally
2007-08-27 wmeierAdd .c.obj:: inference rule (to cause "batch compile")
2007-08-23 jakeList additional request for command presentation
2007-08-20 jakeAdd the UNISTIM plugin to Wireshark.