aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tap.c
Commit message (Expand)AuthorAgeFilesLines
* From beroset:Bill Meier2013-03-201-2/+2
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Fix the test.sh failures based on Guy's suggestion in https://bugs.wireshark....Jeff Morriss2011-05-121-3/+14
* (Trivial) Fix some typos; do some whitespace cleanup & rewording of comments.Bill Meier2011-03-311-26/+26
* (Trivial) Fix a typo.Bill Meier2010-08-031-1/+1
* Prime interesting fields when selecting a package, so Lua's ProtoFieldStig Bjørlykke2009-10-021-9/+20
* Sanitize epan includesKovarththanan Rajaratnam2009-08-211-2/+2
* Have tap listeners specify whether the "packet" routine requiresGuy Harris2009-06-051-19/+42
* From Neil Piercy:Anders Broman2008-08-211-1/+7
* Fix some of the Errors/warnings detected by checkapi,Anders Broman2008-05-051-3/+3
* Added an option to Conversations and Endpoints to limit the list to matchStig Bjørlykke2008-02-171-0/+47
* Introduce a new function called have_tap_listener(int tap_id) toStephen Fisher2007-03-061-0/+16
* fetch_tapped_data() returns a const pointer, so declare the function as retur...Jeff Morriss2007-02-191-1/+1
* Do bounds checking on tap_packet_array.Guy Harris2006-12-111-0/+8
* Ethereal->WiresharkAnders Broman2006-05-281-1/+1
* name changeRonnie Sahlberg2006-05-211-3/+3
* new function fetch_tapped_data()Ronnie Sahlberg2005-12-071-0/+44
* Move the APIs for registering and processing "-z" command-line argumentsGuy Harris2005-08-191-86/+0
* Squelch more const warnings (and fix some memory leaks that found).Guy Harris2005-08-061-2/+2
* replace malloc and alike calls by their GLib pendants -> g_mallocUlf Lamping2005-08-051-1/+1
* 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-4/+4
* More warining fixes: char -> const charJörg Mayer2005-07-211-1/+1
* from Lars RRonnie Sahlberg2005-04-011-35/+12
* Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asGuy Harris2005-04-011-0/+84
* from metzeRonnie Sahlberg2005-03-111-0/+3
* Add a "get_addr_name()" routine that takes an "address *" and attemptsGuy Harris2004-12-301-2/+2
* Move the tap infrastructure to the epan directory.Guy Harris2004-09-291-0/+432