http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37069
User: morriss
Date: 2011/05/11 08:18 PM
Log:
Fix the test.sh failures based on Guy's suggestion in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5445#c15 :
Add a new tap flag to indicate that a tap listener is just a "dissector helper",
that is, a tap which is used by a dissector to help it do its dissection but
does not, itself, require dissection.
Use this new flag in the dissectors which register taps.
Remove the (now-unused) have_tap_listeners() function.
Directory: /trunk/epan/dissectors/
Changes Path Action
+17 -17 packet-btl2cap.c Modified
+20 -20 packet-btrfcomm.c Modified
+1 -1 packet-smb.c Modified
+2 -2 packet-smb2.c Modified
Directory: /trunk/epan/
Changes Path Action
+1 -1 libwireshark.def Modified
+14 -3 tap.c Modified
+7 -4 tap.h Modified
Directory: /trunk/
Changes Path Action
+3 -3 tshark.c Modified