aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2012-07-23Cleanup:Bill Meier1-432/+434
2012-07-20Fix a bit too much copy pasteJörg Mayer1-4/+0
2012-07-20Add missing CMakeLists.txtJörg Mayer1-0/+69
2012-07-20Add SVN eol-style and keywords propertiesPascal Quantin6-6032/+6032
2012-07-20Fix some misplaced tree items, as caught by cppcheck (as unused variables).Evan Huus1-10/+10
2012-07-20WiMAX OFDMA PHY SAP dissector plugin (https://bugs.wireshark.org/bugzilla/sho...Michael Mann13-2/+6228
2012-07-16Fix compilation error seen with gcc on Unix:Stephen Fisher1-1/+1
2012-07-15From Wonil Kim: Enable statistics menu register for the tap plug-in. Fixes ht...Anders Broman1-5/+4
2012-07-09From Evan Huus:Anders Broman1-6/+0
2012-07-08UATs could be put into "categories". The categories were defined onlyGuy Harris1-1/+1
2012-07-07From Michael Mann:Guy Harris1-2/+99
2012-07-05From Guy Martin via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7439 :Pascal Quantin1-4/+5
2012-06-28Update FSF address - part II.Jakub Zawadzki75-87/+87
2012-06-28Update Free Software Foundation address.Jakub Zawadzki131-131/+131
2012-06-13Create, and start using, file name preferences.Jeff Morriss2-8/+8
2012-06-07Attempt to fix display of "eoe macfilter header".Bill Meier1-7/+19
2012-06-05Fix Coverity 702421: Handle the possibility that fvalue_to_string_repr()Jeff Morriss1-1/+6
2012-06-04Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+59
2012-06-02From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=73...Pascal Quantin1-0/+1
2012-06-01No more GIOP plugins, so get rid of the directory for the former plugins.Guy Harris13-789/+0
2012-06-01Make packet-coseventcomm.c a bultin dissectorAnders Broman1-768/+0
2012-06-01Make packet-coseventcomm.c a bultin dissectorAnders Broman2-2/+0
2012-06-01Set Makefile.common as a plugin.c dependency so plugin.c is rebuilt if Makefi...Bill Meier13-13/+13
2012-06-01Windows: Set Makefile.common as a plugin.c dependency so plugin.c is rebuilt ...Bill Meier13-26/+26
2012-06-01Make the cosnaming dissector a builtin dissector.Anders Broman3-1578/+1
2012-06-01Make the tango dissector a builtin dissector.Anders Broman3-4414/+1
2012-06-01parlay changes to CmakeAnders Broman1-18/+0
2012-06-01Make the parlay dissector a buil tin dissector.Anders Broman2-105136/+0
2012-05-30Dissable -WerrorAnders Broman1-3/+3
2012-05-30Forgot to change the name to giopAnders Broman1-8/+6
2012-05-30Add files to use 'new plugin build style'Anders Broman9-125/+267
2012-05-21Cleanup whitespace;Bill Meier1-545/+1913
2012-05-21Init some variables to prevent scan-build "Function call argument is an unini...Bill Meier1-4/+4
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-11/+11
2012-05-11Show m2m.fch_burst_tlv_value in decimal.Guy Harris1-1/+1
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-4/+18
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-1/+1
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris2-22/+22
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-5/+21
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-9/+9
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-2/+2
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-36/+304
2012-05-10Better fixes for the last commit.Gerald Combs2-6/+4
2012-05-09Fix a few scan-build warnings.Gerald Combs5-17/+12
2012-05-05AFAICT '#include sys/types.h' is not needed for these files.Bill Meier8-38/+0
2012-05-05From Nhi Nguyen:pascal1-2/+2
2012-05-02From Gabor Somlai:Anders Broman1-0/+1
2012-04-30The message length isn't needed in cmd_sched_rep() - it's just theGuy Harris1-8/+0
2012-04-30Fix a couple of clang warnings and adjust capitalization.Gerald Combs1-3/+3
2012-04-28Initialize u32RecDataLen to 0 to avoid a clang warning and in the event it ne...Chris Maynard1-1/+1