aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/unistim
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.wmeier1-1/+1
2011-10-18Do some more conversions of proto_tree_add_item() 'encoding' argwmeier1-2/+2
2011-10-15Convert plugin files proto_tree_add_item() 'encoding' arg for field types FT_...wmeier1-7/+7
2011-10-10Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...wmeier1-240/+240
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...wmeier1-261/+261
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-59/+59
2011-04-17Fix Unused varaiable warnings.etxrab1-2/+1
2011-02-02A bit of Windows makefiles rework and cleanup:wmeier1-2/+3
2011-01-02Fix some cut-and-pasteos and other typoes.guy1-7/+7
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-09-24Plugins are not shared libraries, so:guy1-1/+0
2010-09-23H. Sivank <hsivank@gmail.com>jmayer1-1/+1
2010-08-12(Trivial) Use consistent indentation; Whitespace cleanup.wmeier1-244/+244
2010-08-12Add new expansion.h file left out of the previous commit.wmeier1-0/+41
2010-08-12From Don Newton: Added dissection of Expansion Module (KEM,GEM) messages to U...wmeier2-0/+124
2010-07-27From Don Newton:jake1-3/+3
2010-07-09The only reason to escape "%" in a string is if you are, incorrectly,guy2-71/+23
2010-05-14Synchronize Makefiles even more.jake1-0/+1
2010-05-14Add Cmake stuff to the source distribution so more people can try it out.morriss1-4/+5
2010-04-06Get rid of check_coletxrab1-9/+6
2010-03-18cmake changes:jmayer1-2/+3
2010-03-16Fix some compiler warnings, clean up indentation a bit.guy1-19/+20
2010-02-25Generate asn1/hnbap/Makefile.guy1-4/+2
2010-01-28Fix gcc -Wshadow warning;wmeier1-1349/+1348
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-09Use register_dissector_files in the plugins dissectorskrj1-25/+3
2009-10-06Build plugins with cmake on OSX.stig1-0/+2
2009-09-25Forgot to commit the unistim cmakefilejmayer1-0/+75
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-08-09Don't guard col_clear with col_checkkrj1-3/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-07-07Removed header_field.hstig1-1/+0
2009-07-07From Kovarththanan Rajaratnam:stig1-1/+1
2009-07-07From Kovarththanan Rajaratnam via bug 3548:stig2-1333/+1299
2009-06-24From Kovarththanan Rajaratnam:stig1-9/+9
2009-05-19Get info about media type(Video or not) a first step towards usage in rtp sta...etxrab1-1/+1
2009-04-16Fix Win64 compilation problems in the plugins directory.gerald1-2/+2
2009-03-27Replace some unnecessary use of g_snprintf and g_strdup_printfwmeier1-6/+2
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)wmeier4-12/+12
2008-12-04Unistim still eats the TAPA packets :-(jmayer1-1/+5
2008-12-02From Don Newton:jake1-10/+31
2008-12-02From Don Newton:jake4-2/+64
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-4/+4
2008-10-28Minor cleanup related to proto_register/proto_reg_handoff ...wmeier1-8/+12
2008-07-29Allow checkapis target to work in out-of-tree builds (s#../../#$(top_srcdir)).morriss1-1/+1