Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 37069: /trunk/ /trunk/epan/dissectors/: packet-btl2cap.c

Date: Thu, 12 May 2011 03:18:40 GMT
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