aboutsummaryrefslogtreecommitdiffstats
path: root/tap.h
AgeCommit message (Expand)AuthorFilesLines
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-05-31Add a routine that indicates where there are any tap listenersGuy Harris1-1/+2
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris1-2/+5
2003-04-23Make "register_tap_listener()" return NULL on success and a "GString *"Guy Harris1-2/+4
2003-03-06Declare functions as extern, as some of them are part of the plugin ABI,Guy Harris1-11/+11
2003-02-05- protect against multiple inclusionLaurent Deniel1-4/+5
2002-10-31From Ronnie Sahlberg: have a registration interface for tap listeners,Guy Harris1-2/+7
2002-10-23From Ronnie Sahlberg: pass a pointer to the epan_dissect_t for a packetGuy Harris1-2/+2
2002-10-17From Ronnie Sahlberg: don't have the tap code do a dissection, leaveGuy Harris1-4/+6
2002-09-07Include wtap.h to declare wtap_pseudo_headerJörg Mayer1-1/+2
2002-09-04Tap api. tap is a simple api that can be used for arbitrary extensions.Ronnie Sahlberg1-0/+39