aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tap.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-12Fix the test.sh failures based on Guy's suggestion in https://bugs.wireshark....morriss1-3/+14
2011-03-31(Trivial) Fix some typos; do some whitespace cleanup & rewording of comments.wmeier1-26/+26
2010-08-03(Trivial) Fix a typo.wmeier1-1/+1
2009-10-02Prime interesting fields when selecting a package, so Lua's ProtoFieldstig1-9/+20
2009-08-21Sanitize epan includeskrj1-2/+2
2009-06-05Have tap listeners specify whether the "packet" routine requiresguy1-19/+42
2008-08-21From Neil Piercy:etxrab1-1/+7
2008-05-05Fix some of the Errors/warnings detected by checkapi,etxrab1-3/+3
2008-02-17Added an option to Conversations and Endpoints to limit the list to matchstig1-0/+47
2007-03-06Introduce a new function called have_tap_listener(int tap_id) tosfisher1-0/+16
2007-02-19fetch_tapped_data() returns a const pointer, so declare the function as retur...morriss1-1/+1
2006-12-11Do bounds checking on tap_packet_array.guy1-0/+8
2006-05-28Ethereal->Wiresharketxrab1-1/+1
2006-05-21name changesahlberg1-3/+3
2005-12-07new function fetch_tapped_data()sahlberg1-0/+44
2005-08-19Move the APIs for registering and processing "-z" command-line argumentsguy1-86/+0
2005-08-06Squelch more const warnings (and fix some memory leaks that found).guy1-2/+2
2005-08-05replace malloc and alike calls by their GLib pendants -> g_malloculfl1-1/+1
2005-08-05More char -> const char warning fixesjmayer1-1/+1
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.jmayer1-4/+4
2005-07-21More warining fixes: char -> const charjmayer1-1/+1
2005-04-01from Lars Rsahlberg1-35/+12
2005-04-01Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asguy1-0/+84
2005-03-11from metzesahlberg1-0/+3
2004-12-30Add a "get_addr_name()" routine that takes an "address *" and attemptsguy1-2/+2
2004-09-29Move the tap infrastructure to the epan directory.guy1-0/+432