aboutsummaryrefslogtreecommitdiffstats
path: root/tap.h
Commit message (Expand)AuthorAgeFilesLines
* Add a routine that indicates where there are any tap listenersGuy Harris2004-05-311-1/+2
* From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris2004-05-091-2/+5
* Make "register_tap_listener()" return NULL on success and a "GString *"Guy Harris2003-04-231-2/+4
* Declare functions as extern, as some of them are part of the plugin ABI,Guy Harris2003-03-061-11/+11
* - protect against multiple inclusionLaurent Deniel2003-02-051-4/+5
* From Ronnie Sahlberg: have a registration interface for tap listeners,Guy Harris2002-10-311-2/+7
* From Ronnie Sahlberg: pass a pointer to the epan_dissect_t for a packetGuy Harris2002-10-231-2/+2
* From Ronnie Sahlberg: don't have the tap code do a dissection, leaveGuy Harris2002-10-171-4/+6
* Include wtap.h to declare wtap_pseudo_headerJörg Mayer2002-09-071-1/+2
* Tap api. tap is a simple api that can be used for arbitrary extensions.Ronnie Sahlberg2002-09-041-0/+39