ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 20979: /trunk/epan/ /trunk/epan/: tap.c tap.h

Date: Tue, 06 Mar 2007 00:35:35 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20979

User: sfisher
Date: 2007/03/06 12:35 AM

Log:
 Introduce a new function called have_tap_listener(int tap_id) to
 tell if a specific tap id is currently listening for data.
 This complements the function have_tap_listeners(), which checks
 to see if any tap is currently listening.

Directory: /trunk/epan/
  Changes    Path          Action
  +16 -0     tap.c         Modified
  +1 -0      tap.h         Modified