Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a routine that indicates where there are any tap listeners | Guy Harris | 2004-05-31 | 1 | -1/+2 |
* | From Lars Roland: add support for building a libethereal.dll with MSVC: | Guy Harris | 2004-05-09 | 1 | -2/+5 |
* | Make "register_tap_listener()" return NULL on success and a "GString *" | Guy Harris | 2003-04-23 | 1 | -2/+4 |
* | Declare functions as extern, as some of them are part of the plugin ABI, | Guy Harris | 2003-03-06 | 1 | -11/+11 |
* | - protect against multiple inclusion | Laurent Deniel | 2003-02-05 | 1 | -4/+5 |
* | From Ronnie Sahlberg: have a registration interface for tap listeners, | Guy Harris | 2002-10-31 | 1 | -2/+7 |
* | From Ronnie Sahlberg: pass a pointer to the epan_dissect_t for a packet | Guy Harris | 2002-10-23 | 1 | -2/+2 |
* | From Ronnie Sahlberg: don't have the tap code do a dissection, leave | Guy Harris | 2002-10-17 | 1 | -4/+6 |
* | Include wtap.h to declare wtap_pseudo_header | Jörg Mayer | 2002-09-07 | 1 | -1/+2 |
* | Tap api. tap is a simple api that can be used for arbitrary extensions. | Ronnie Sahlberg | 2002-09-04 | 1 | -0/+39 |