https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5445
--- Comment #14 from Stephen Fisher <steve@xxxxxxxxxxxxxxxxxx> 2011-01-09 14:32:32 MST ---
(In reply to comment #12)
> (This is causing a couple of the buildbots to fail test.sh .)
> Is there some way that the listener is only enabled under certain
> circumstances? The SMB dissector, for example, only enables a listener when
> it needs it. (Hmmm, is even that such a good idea?)
When I wrote the Export Object / HTTP functionality, I created a function,
gboolean have_tap_listener(int tap_id), which the HTTP dissector uses to check
to see if a tap is listening before allocating (potentially) large amounts of
memory.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.