| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove almost all of the casts I committed recently and in place of | Stephen Fisher | 2007-03-28 | 1 | -12/+12 |
* | Fix about 150 warnings new to gcc 4.0 in the error on warning directories. | Stephen Fisher | 2007-03-23 | 1 | -12/+12 |
* | From Sebastien Tandel: | Stephen Fisher | 2007-03-23 | 1 | -1/+1 |
* | Add -Werror when using GCC only to the Makefile.am of the base | Stephen Fisher | 2007-03-22 | 1 | -0/+4 |
* | set CFLAGS to block new warnings for all plugins (except for giop and h223, w... | Ulf Lamping | 2007-03-21 | 1 | -1/+1 |
* | -Add the compiler version to the plugin resource | Jaap Keuter | 2007-02-26 | 2 | -4/+8 |
* | clean should also remove generated plugin.c and manifest files | Ulf Lamping | 2007-01-03 | 1 | -1/+1 |
* | Set the right properties on the new files. | Jaap Keuter | 2006-12-19 | 2 | -2/+2 |
* | Update plugin to the current plugin design. | Jaap Keuter | 2006-12-18 | 5 | -10/+128 |
* | remove plugin.c in distlclean | Jörg Mayer | 2006-06-02 | 1 | -1/+2 |
* | libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ of | Gerald Combs | 2006-05-31 | 1 | -3/+3 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 4 | -8/+8 |
* | add some higher packet length values | Ulf Lamping | 2006-04-27 | 1 | -2/+2 |
* | More char -> const char warning fixes. | Jörg Mayer | 2005-08-05 | 1 | -4/+4 |
* | fix a typo: lenght -> length | Ulf Lamping | 2005-07-25 | 1 | -1/+1 |
* | include pinfo_stats_tree.c in the build process, so MSVC compiles again | Ulf Lamping | 2005-07-24 | 2 | -2/+2 |
* | Add "pinfo_stats_tree.h" to declare "register_pinfo_stat_trees()", and | Guy Harris | 2005-07-24 | 4 | -10/+39 |
* | http_stats_tree is moving to a new home (packet-http.c) | Luis Ontanon | 2005-07-24 | 4 | -267/+3 |
* | After doing "make maintainer-clean", "svn status --no-ignore | grep ^I" | Jörg Mayer | 2005-07-10 | 1 | -0/+3 |
* | don't call g_assert_not_reached() for an unknown port type | Ulf Lamping | 2005-06-10 | 1 | -4/+1 |
* | Add a note to config.nmake that it is required to set ENABLE_LIBETHEREAL to g... | Lars Roland | 2005-05-31 | 1 | -4/+3 |
* | Fix the names that were not consistent after the rename. | Luis Ontanon | 2005-03-21 | 2 | -6/+4 |
* | Add a cleanup call-back to the stats_tree. | Luis Ontanon | 2005-03-21 | 2 | -7/+7 |
* | This one is not in the makefiles (it's an example of stats_tree not realy a f... | Luis Ontanon | 2005-03-21 | 1 | -14/+14 |
* | This one was missing from the last commit | Luis Ontanon | 2005-03-21 | 1 | -19/+19 |
* | Move request packets above (before) response ones, this seems to be more natu... | Ulf Lamping | 2005-03-19 | 1 | -6/+6 |
* | Fix capitalization of tree topics | Ulf Lamping | 2005-03-19 | 1 | -4/+4 |
* | remove remnants of the old plugin api from dissectors and plugins | Lars Roland | 2005-03-07 | 1 | -2/+1 |
* | set SVN keyword ID | Lars Roland | 2005-03-07 | 1 | -1/+1 |
* | fix clean target | Lars Roland | 2005-03-07 | 1 | -1/+1 |
* | Call the "new-style init" routine for plugins a "register" routine, as | Guy Harris | 2005-03-07 | 1 | -2/+0 |
* | Handle XNS IDP socket numbers. | Guy Harris | 2005-03-06 | 1 | -3/+4 |
* | - use the string id of the node, not the integer id in tick_stat_node | Luis Ontanon | 2005-03-06 | 1 | -2/+2 |
* | Forgot this in the last checkin | Luis Ontanon | 2005-03-06 | 1 | -1/+0 |
* | Add stats_tree and xml plugins to the build process | Luis Ontanon | 2005-03-06 | 2 | -1/+37 |
* | oops, no new_plugin_init() now there is | Luis Ontanon | 2005-03-06 | 1 | -0/+2 |
* | remove plugin_init() | Luis Ontanon | 2005-03-06 | 1 | -6/+0 |
* | add the http_srv tap a tree to verify load distribution between several http ... | Luis Ontanon | 2005-03-01 | 1 | -0/+62 |
* | add the http_stats_tree, | Luis Ontanon | 2005-02-28 | 3 | -1/+204 |
* | Adapt the stats_tree example plugin to the last changes | Luis Ontanon | 2005-02-28 | 1 | -2/+3 |
* | added a tree example | Luis Ontanon | 2005-02-25 | 1 | -3/+41 |
* | Change the plugin to be something useful. | Luis Ontanon | 2005-02-24 | 2 | -125/+51 |
* | Fixes few things during reinitialization with gtk2 (it doesn't crash anymore), | Luis Ontanon | 2005-02-20 | 1 | -1/+1 |
* | Add some svn props | Jörg Mayer | 2005-02-20 | 5 | -4/+7 |
* | An example stats_tree plugin using pinfo as its only data source | Luis Ontanon | 2005-02-16 | 5 | -0/+280 |