| Commit message (Expand) | Author | Age | Files | Lines |
* | plugins: Add editor modelines; Adjust whitespace as needed. | Bill Meier | 2014-10-06 | 4 | -4/+51 |
* | Don't show the echo/python command lines when making plugin.c | Роман Донченко | 2014-08-31 | 1 | -3/+4 |
* | Remove obsolete comments regarding the shell version of make-dissector-reg | Роман Донченко | 2014-08-24 | 1 | -5/+0 |
* | Remove make-dissector-reg and require python for autotool builds as well | Joerg Mayer | 2014-08-12 | 1 | -12/+4 |
* | Now that Python is mandatory on Windows, remove checks for it from nmakefiles | Роман Донченко | 2014-08-09 | 1 | -12/+1 |
* | Add more files to the release tarball. | Guy Harris | 2014-07-31 | 1 | -1/+14 |
* | Use forward slashes in paths to runlex.sh | Роман Донченко | 2014-07-20 | 1 | -1/+1 |
* | convert to proto_tree_add_subtree[_format] for plugin dissectors | Michael Mann | 2014-07-10 | 1 | -15/+5 |
* | Revert "More needed to get rid of "lib" in "libwsutil" on Windows." | Guy Harris | 2014-07-10 | 1 | -1/+1 |
* | More needed to get rid of "lib" in "libwsutil" on Windows. | Guy Harris | 2014-07-09 | 1 | -1/+1 |
* | Add printf-format annotations, fix garbage | Peter Wu | 2014-07-06 | 2 | -3/+5 |
* | make-dissectors-reg: optimize by factoring out the loops | Роман Донченко | 2014-07-06 | 2 | -10/+10 |
* | Add .rc files to the sources to have them included in the build | Joerg Mayer | 2014-06-20 | 1 | -0/+1 |
* | Support out-of-source checkapi | Stig Bjørlykke | 2014-04-25 | 1 | -1/+2 |
* | Continue to remove $Id$ from top of file | Alexis La Goutte | 2014-03-31 | 18 | -24/+2 |
* | Continue to remove $Id$ from top of file | Alexis La Goutte | 2014-03-31 | 6 | -12/+0 |
* | Remove all $Id$ from top of file | Alexis La Goutte | 2014-03-04 | 1 | -2/+0 |
* | Fix (-W)documentation found by Clang | Alexis La Goutte | 2014-02-03 | 1 | -64/+64 |
* | Fix [-Wmissing-prototypes] | Anders Broman | 2014-01-01 | 1 | -0/+3 |
* | Use "(void) <variable/>" to avoid unused variable warnings similar to | Gerald Combs | 2013-12-14 | 1 | -1/+4 |
* | Move the epan/filesystem.c routines to wsutil; they're not specific to | Guy Harris | 2013-11-17 | 1 | -1/+1 |
* | Now that fvalue_to_string_repr() returns NULL if the fvalue's ftype has | Guy Harris | 2013-11-12 | 1 | -6/+2 |
* | Add missing includes in order to remove exceptions.h from proto.h (next commit). | Jakub Zawadzki | 2013-11-10 | 1 | -0/+1 |
* | Move struct _ftype_t + callback typedefs + free macro to ftypes-int.h | Jakub Zawadzki | 2013-11-10 | 1 | -0/+2 |
* | Add CMake properties to targets so that they are logically organised when usi... | Graham Bloice | 2013-10-13 | 1 | -0/+1 |
* | Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang | Alexis La Goutte | 2013-09-02 | 1 | -2/+0 |
* | Replace hfinfo pointer to same_name_prev, with same_name_prev_id. | Jakub Zawadzki | 2013-08-06 | 1 | -1/+1 |
* | Update plugins/ with recent change. | Jakub Zawadzki | 2013-07-21 | 1 | -1/+1 |
* | Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th... | Jeff Morriss | 2013-07-15 | 1 | -1/+2 |
* | Add our license header to plugin moduleinfo.h files. Cleans up a batch of | Evan Huus | 2013-07-06 | 1 | -0/+23 |
* | makefile.nmake -> Makefile.nmake and minor whitespace (spaces -> tabs) changes. | Chris Maynard | 2013-06-25 | 1 | -1/+1 |
* | From beroset: | Bill Meier | 2013-03-21 | 1 | -28/+28 |
* | From beroset: | Bill Meier | 2013-03-21 | 6 | -88/+88 |
* | From David Arnold: | Jaap Keuter | 2013-03-12 | 1 | -1/+1 |
* | Export libwireshark symbols using WS_DLL_PUBLIC define | Balint Reczey | 2013-03-01 | 1 | -1/+1 |
* | it's ==> its & its == > it's as needed. | Bill Meier | 2013-02-26 | 1 | -2/+2 |
* | Get rid of an extra blank line. | Guy Harris | 2013-02-15 | 1 | -1/+0 |
* | Fix the grammar.h/grammar.c/grammar.lemon dependency so that | Gilbert Ramirez | 2013-02-12 | 1 | -2/+2 |
* | Add %option noinput to a bunch of Flex files, as we aren't using the | Guy Harris | 2013-02-10 | 1 | -0/+5 |
* | Pull the definition of NODIST_HEADER_FILES up into | Guy Harris | 2013-02-09 | 1 | -3/+0 |
* | Get rid of trailing tabs, make comments more similar. | Guy Harris | 2013-02-09 | 1 | -1/+1 |
* | Define GENERATED_HEADER_FILES in plugins/Makefile.common.inc. | Guy Harris | 2013-02-09 | 1 | -4/+0 |
* | plugins/Makefile.common.inc defines NODIST_SRC_FILES, and | Guy Harris | 2013-02-09 | 1 | -4/+0 |
* | Define FLEX_GENERATED_SRC_FILES and LEMON_GENERATED_SRC_FILES in | Guy Harris | 2013-02-09 | 1 | -1/+1 |
* | plugins/Makefile.common.inc should already be defining | Guy Harris | 2013-02-09 | 1 | -4/+0 |
* | Try to fix the makefiles to be able to build mate after distclean. | Anders Broman | 2013-02-09 | 2 | -3/+15 |
* | Stick NONGENERATED_ in the front of the macros listing non-generated | Guy Harris | 2013-02-08 | 1 | -3/+3 |
* | We don't care what source files are "dissector" source files, we only | Guy Harris | 2013-02-08 | 3 | -21/+18 |
* | -Werror needs to be applied only to clean files, not to, for example, | Guy Harris | 2013-02-06 | 1 | -3/+6 |
* | Add -Werror if enabled. | Guy Harris | 2013-02-06 | 1 | -1/+5 |