aboutsummaryrefslogtreecommitdiffstats
path: root/tap.c
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-3/+14
2003-04-23Make "register_tap_listener()" return NULL on success and a "GString *"Guy Harris1-11/+17
2002-11-28From Marco Molteni: fix a comment to reflect reality.Guy Harris1-2/+2
2002-10-31From Ronnie Sahlberg: have a registration interface for tap listeners,Guy Harris1-5/+5
2002-10-23From Ronnie Sahlberg: pass a pointer to the epan_dissect_t for a packetGuy Harris1-4/+4
2002-10-17From Ronnie Sahlberg: don't have the tap code do a dissection, leaveGuy Harris1-37/+40
2002-10-141- We were writing 1 byte past the end of the buffer in register_tapOlivier Abad1-5/+4
2002-09-14Optimized edt handling as per Guy's suggestion.Ronnie Sahlberg1-9/+16
2002-09-05Added a mutex to protect a critical region in Gtk2 where the list can beRonnie Sahlberg1-19/+19
2002-09-04Tap api. tap is a simple api that can be used for arbitrary extensions.Ronnie Sahlberg1-0/+406