aboutsummaryrefslogtreecommitdiffstats
path: root/tap.c
Commit message (Expand)AuthorAgeFilesLines
* From Marco Molteni: fix a comment to reflect reality.Guy Harris2002-11-281-2/+2
* From Ronnie Sahlberg: have a registration interface for tap listeners,Guy Harris2002-10-311-5/+5
* From Ronnie Sahlberg: pass a pointer to the epan_dissect_t for a packetGuy Harris2002-10-231-4/+4
* From Ronnie Sahlberg: don't have the tap code do a dissection, leaveGuy Harris2002-10-171-37/+40
* 1- We were writing 1 byte past the end of the buffer in register_tapOlivier Abad2002-10-141-5/+4
* Optimized edt handling as per Guy's suggestion.Ronnie Sahlberg2002-09-141-9/+16
* Added a mutex to protect a critical region in Gtk2 where the list can beRonnie Sahlberg2002-09-051-19/+19
* Tap api. tap is a simple api that can be used for arbitrary extensions.Ronnie Sahlberg2002-09-041-0/+406