Commit Graph

6 Commits

Author SHA1 Message Date
Stig Bjørlykke cfd583a6be Added sanity checks for preferences.
Coverity 551 & 553.

svn path=/trunk/; revision=36352
2011-03-26 15:53:55 +00:00
Jeff Morriss a1925522db Remove unnecessary include: register.h
svn path=/trunk/; revision=34194
2010-09-23 06:08:19 +00:00
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
Jaap Keuter c9ed61c368 From Reinhard Speyerer:
This patch fixes several misspellings/typos in Wireshark SVN revision 28201.

svn path=/trunk/; revision=28206
2009-05-01 07:02:23 +00:00
Balint Reczey 8022776680 Disable MEGACO service response time statistics when context tracking is disabled.
svn path=/trunk/; revision=27167
2009-01-06 14:42:20 +00:00
Balint Reczey ae51123939 Service response time statistics for MEGACO (CLI part).
Refactored GUI part to avoid code duplication.

svn path=/trunk/; revision=27143
2008-12-31 17:47:36 +00:00