aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tap.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
2006-05-21name changeRonnie Sahlberg1-3/+3
2005-12-07new function fetch_tapped_data()Ronnie Sahlberg1-0/+44
2005-08-19Move the APIs for registering and processing "-z" command-line argumentsGuy Harris1-86/+0
2005-08-06Squelch more const warnings (and fix some memory leaks that found).Guy Harris1-2/+2
2005-08-05replace malloc and alike calls by their GLib pendants -> g_mallocUlf Lamping1-1/+1
2005-08-05More char -> const char warning fixesJörg Mayer1-1/+1
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer1-4/+4
2005-07-21More warining fixes: char -> const charJörg Mayer1-1/+1
2005-04-01from Lars RRonnie Sahlberg1-35/+12
2005-04-01Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asGuy Harris1-0/+84
2005-03-11from metzeRonnie Sahlberg1-0/+3
2004-12-30Add a "get_addr_name()" routine that takes an "address *" and attemptsGuy Harris1-2/+2
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-0/+432