aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2012-08-24Fix a trivial typo.wmeier1-2/+2
2012-08-23Remove commented out rulesjmayer1-1/+0
2012-07-30Fix Coverity CID's 712344-712345: Unused pointer value.cmaynard1-2/+2
2012-07-27Fix two "set but unused variable" warnings turning errors:jmayer1-1/+2
2012-07-27Remove unused variable, use the created subtree. Found by buildbot.etxrab1-4/+3
2012-07-26You can't (well, shouldn't) reference and modify a given variable multiplemorriss1-27/+22
2012-07-26Converted many proto_tree_add_text -> proto_tree_add_item (or at least someth...mmann1-833/+1355
2012-07-25- Call dissector_add-handle() so protocol iswmeier1-0/+16
2012-07-23Cleanup:wmeier1-432/+434
2012-07-20Fix a bit too much copy pastejmayer1-4/+0
2012-07-20Add missing CMakeLists.txtjmayer1-0/+69
2012-07-20Add SVN eol-style and keywords propertiespascal6-6032/+6032
2012-07-20Fix some misplaced tree items, as caught by cppcheck (as unused variables).eapache1-10/+10
2012-07-20WiMAX OFDMA PHY SAP dissector plugin (https://bugs.wireshark.org/bugzilla/sho...mmann13-2/+6228
2012-07-16Fix compilation error seen with gcc on Unix:sfisher1-1/+1
2012-07-15From Wonil Kim: Enable statistics menu register for the tap plug-in. Fixes ht...etxrab1-5/+4
2012-07-09From Evan Huus:etxrab1-6/+0
2012-07-08UATs could be put into "categories". The categories were defined onlyguy1-1/+1
2012-07-07From Michael Mann:guy1-2/+99
2012-07-05From Guy Martin via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7439 :pascal1-4/+5
2012-06-28Update FSF address - part II.darkjames75-87/+87
2012-06-28Update Free Software Foundation address.darkjames131-131/+131
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss84-113847/+2988
2012-02-24CVARSDLL hasn't been used (is undefined) for a while....wmeier2-2/+2
2012-02-09From Wido Kelling via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6819 :morriss1-75/+75
2012-01-29Add *.sbr files to the clean target.etxrab16-16/+16
2012-01-16Use GSlice API instead of GMemChunk API for some memory allocation.wmeier4-97/+47
2012-01-16Fix a typo in an error message.wmeier1-1/+1
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-5/+5
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-1/+1
2012-01-13From Yi Zhang:etxrab1-3/+3
2012-01-13From Yi Zhang:etxrab1-0/+20
2011-12-28Fix memory leaks involving tvb_get_string[z]().cmaynard1-1/+1
2011-12-14(Trivial) remove commented out calls to tvb_free().wmeier1-5/+0
2011-12-14tvb_free() can (now) be called from plugins on Windowswmeier1-5/+7
2011-12-01Fix:jmayer1-5/+0
2011-12-01packet-dcerpc-pn-io.c:8735: warning: unused variable 'iSubFrameLen'etxrab1-2/+2
2011-12-01From Wido Kelling:etxrab3-148/+214
2011-11-29From c.David via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6527alagoutte4-16/+1016
2011-11-29From c.David via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6527alagoutte3-337/+337
2011-11-18Regenerate GIOP dissector plugins (after change in generator !) for fix Warni...alagoutte4-9493/+4689
2011-11-18Regenerate GIOP dissector plugins (after change in generator !) with followin...alagoutte2-1074/+958
2011-11-18Append a path-separator to the plugins directory so xcopy doesn't get confuse...cmaynard1-1/+1
2011-11-15OK, *that's* what Clang Cat was going on about:guy1-1/+2
2011-11-12Fix some additional [-Wunused-but-set-variable]wmeier1-22/+14
2011-11-12fix [-Wunused-but-set-variable]etxrab1-6/+0
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier17-120/+120
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.wmeier13-25/+25
2011-10-18Do some more conversions of proto_tree_add_item() 'encoding' argwmeier22-395/+395
2011-10-15Convert plugin files proto_tree_add_item() 'encoding' arg for field types FT_...wmeier9-35/+35