aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate
Commit message (Expand)AuthorAgeFilesLines
* plugins: Add editor modelines; Adjust whitespace as needed.Bill Meier2014-10-064-4/+51
* Don't show the echo/python command lines when making plugin.cРоман Донченко2014-08-311-3/+4
* Remove obsolete comments regarding the shell version of make-dissector-regРоман Донченко2014-08-241-5/+0
* Remove make-dissector-reg and require python for autotool builds as wellJoerg Mayer2014-08-121-12/+4
* Now that Python is mandatory on Windows, remove checks for it from nmakefilesРоман Донченко2014-08-091-12/+1
* Add more files to the release tarball.Guy Harris2014-07-311-1/+14
* Use forward slashes in paths to runlex.shРоман Донченко2014-07-201-1/+1
* convert to proto_tree_add_subtree[_format] for plugin dissectorsMichael Mann2014-07-101-15/+5
* Revert "More needed to get rid of "lib" in "libwsutil" on Windows."Guy Harris2014-07-101-1/+1
* More needed to get rid of "lib" in "libwsutil" on Windows.Guy Harris2014-07-091-1/+1
* Add printf-format annotations, fix garbagePeter Wu2014-07-062-3/+5
* make-dissectors-reg: optimize by factoring out the loopsРоман Донченко2014-07-062-10/+10
* Add .rc files to the sources to have them included in the buildJoerg Mayer2014-06-201-0/+1
* Support out-of-source checkapiStig Bjørlykke2014-04-251-1/+2
* Continue to remove $Id$ from top of fileAlexis La Goutte2014-03-3118-24/+2
* Continue to remove $Id$ from top of fileAlexis La Goutte2014-03-316-12/+0
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Fix (-W)documentation found by ClangAlexis La Goutte2014-02-031-64/+64
* Fix [-Wmissing-prototypes]Anders Broman2014-01-011-0/+3
* Use "(void) <variable/>" to avoid unused variable warnings similar toGerald Combs2013-12-141-1/+4
* Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris2013-11-171-1/+1
* Now that fvalue_to_string_repr() returns NULL if the fvalue's ftype hasGuy Harris2013-11-121-6/+2
* Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki2013-11-101-0/+1
* Move struct _ftype_t + callback typedefs + free macro to ftypes-int.hJakub Zawadzki2013-11-101-0/+2
* Add CMake properties to targets so that they are logically organised when usi...Graham Bloice2013-10-131-0/+1
* Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2013-09-021-2/+0
* Replace hfinfo pointer to same_name_prev, with same_name_prev_id.Jakub Zawadzki2013-08-061-1/+1
* Update plugins/ with recent change.Jakub Zawadzki2013-07-211-1/+1
* Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss2013-07-151-1/+2
* Add our license header to plugin moduleinfo.h files. Cleans up a batch ofEvan Huus2013-07-061-0/+23
* makefile.nmake -> Makefile.nmake and minor whitespace (spaces -> tabs) changes.Chris Maynard2013-06-251-1/+1
* From beroset:Bill Meier2013-03-211-28/+28
* From beroset:Bill Meier2013-03-216-88/+88
* From David Arnold:Jaap Keuter2013-03-121-1/+1
* Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2013-03-011-1/+1
* it's ==> its & its == > it's as needed.Bill Meier2013-02-261-2/+2
* Get rid of an extra blank line.Guy Harris2013-02-151-1/+0
* Fix the grammar.h/grammar.c/grammar.lemon dependency so thatGilbert Ramirez2013-02-121-2/+2
* Add %option noinput to a bunch of Flex files, as we aren't using theGuy Harris2013-02-101-0/+5
* Pull the definition of NODIST_HEADER_FILES up intoGuy Harris2013-02-091-3/+0
* Get rid of trailing tabs, make comments more similar.Guy Harris2013-02-091-1/+1
* Define GENERATED_HEADER_FILES in plugins/Makefile.common.inc.Guy Harris2013-02-091-4/+0
* plugins/Makefile.common.inc defines NODIST_SRC_FILES, andGuy Harris2013-02-091-4/+0
* Define FLEX_GENERATED_SRC_FILES and LEMON_GENERATED_SRC_FILES inGuy Harris2013-02-091-1/+1
* plugins/Makefile.common.inc should already be definingGuy Harris2013-02-091-4/+0
* Try to fix the makefiles to be able to build mate after distclean.Anders Broman2013-02-092-3/+15
* Stick NONGENERATED_ in the front of the macros listing non-generatedGuy Harris2013-02-081-3/+3
* We don't care what source files are "dissector" source files, we onlyGuy Harris2013-02-083-21/+18
* -Werror needs to be applied only to clean files, not to, for example,Guy Harris2013-02-061-3/+6
* Add -Werror if enabled.Guy Harris2013-02-061-1/+5