aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tap.h
Commit message (Expand)AuthorAgeFilesLines
* Require GLib 2.4 or later.Guy Harris2008-05-051-4/+0
* Added an option to Conversations and Endpoints to limit the list to matchStig Bjørlykke2008-02-171-0/+1
* Wireshark now requires support for 64-bit types so there's no need to #ifdefJeff Morriss2007-04-161-0/+4
* Introduce a new function called have_tap_listener(int tap_id) toStephen Fisher2007-03-061-0/+1
* fetch_tapped_data() returns a const pointer, so declare the function as retur...Jeff Morriss2007-02-191-1/+1
* Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variableGerald Combs2006-06-201-1/+1
* name changeRonnie Sahlberg2006-05-211-3/+3
* new function fetch_tapped_data()Ronnie Sahlberg2005-12-071-0/+1
* Move the APIs for registering and processing "-z" command-line argumentsGuy Harris2005-08-191-5/+0
* Squelch more const warnings (and fix some memory leaks that found).Guy Harris2005-08-061-1/+2
* More char -> const char warning fixesJörg Mayer2005-08-051-1/+1
* More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer2005-07-231-3/+3
* More warining fixes: char -> const charJörg Mayer2005-07-211-1/+1
* Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asGuy Harris2005-04-011-0/+4
* As we've made the tap_specific_data field of a tap_packet_t structure aGuy Harris2005-01-011-1/+1
* Add a "get_addr_name()" routine that takes an "address *" and attemptsGuy Harris2004-12-301-1/+1
* Move the tap infrastructure to the epan directory.Guy Harris2004-09-291-0/+54