wireshark/plugins/stats_tree
Guy Harris cf91fdf16b Have tap listeners specify whether the "packet" routine requires
a protocol tree;

	the column values.

This includes stats-tree listeners.

Have the routines to build the packet list, and to retap packets, honor
those requirements.  This means that cf_retap_packets() no longer needs
an argument to specify whether to construct the column values or not, so
get rid of that argument.

This also means that there's no need for a tap to have a fake filter
to ensure that the protocol tree will be built, so don't set up a fake
"frame" filter.

While we're at it, clean up some cases where "no filter" was represented
as a null string rather than a null pointer.

Have a routine to return an indication of the number of tap listeners
with filters; use that rather than the global num_tap_filters.

Clean up some indentation and some gboolean vs. gint items.

svn path=/trunk/; revision=28645
2009-06-05 22:42:47 +00:00
..
AUTHORS
Makefile.am Allow checkapis target to work in out-of-tree builds (s#../../#$(top_srcdir)). 2008-07-29 22:06:37 +00:00
Makefile.common Set the right properties on the new files. 2006-12-19 07:06:25 +00:00
Makefile.nmake Disable manifest building for our DLLs. This attempts to fix bug 3272. 2009-03-02 18:57:35 +00:00
NEWS
moduleinfo.nmake Set the right properties on the new files. 2006-12-19 07:06:25 +00:00
pinfo_stats_tree.c Have tap listeners specify whether the "packet" routine requires 2009-06-05 22:42:47 +00:00
pinfo_stats_tree.h luis.ontanon@gmail.com => luis@ontanon.org 2008-08-05 21:03:46 +00:00
plugin.rc.in Remove the pre-release flag from FILEFLAGS in the resource file. 2008-03-29 23:04:33 +00:00
stats_tree_plugin.c name change 2006-05-21 05:12:17 +00:00