aboutsummaryrefslogtreecommitdiffstats
path: root/capture.h
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-1/+2
2012-01-25Third try. This time pipes and stdin are supported and thetuexen1-1/+1
2012-01-24We need a 3rd try. (After learning how to run the testuite on Windows locally).tuexen1-1/+1
2012-01-24Second try. This time pipes and stdin are supported.tuexen1-1/+1
2011-12-29Add 'extern "C"' wrappers and #include guards to various header files.gerald1-0/+8
2011-10-20Back out infrastructure change. We missed supportingtuexen1-1/+1
2011-10-20Use a global list containing all interfaces and only changetuexen1-1/+1
2011-06-27Get rid of old non-interface specific settings which are now interfacetuexen1-1/+1
2010-08-26Doxygen fixes.etxrab1-1/+1
2010-05-26If dumpcap exits abnormally, report the error.guy1-2/+3
2010-05-14If something is only supposed to be included if we have libpcap, don'tguy1-3/+0
2010-03-04In Wireshark and TShark, run dumpcap to get interface lists and lists ofguy1-10/+0
2008-08-19The packet counts and drop counts reported by libpcap are unsigned.guy1-1/+1
2008-06-24Have separate callback mechanisms in file.c and capture.c; pass theguy1-0/+20
2008-02-21Constify some arguments.guy1-1/+1
2007-08-02Add a "-S" flag to dumpcap, which prints out interface statistics. Usegerald1-0/+23
2007-07-20Remove the "-I" flag from dumpcap, and add a "-M" flag used to specifygerald1-0/+5
2007-06-11One more step in privilege separation.gerald1-1/+6
2006-05-21name changesahlberg1-2/+2
2006-03-13fix bug #803: sync pipe on Win32 wasn't set to binary mode, so error message ...ulfl1-1/+1
2006-03-05Pass two strings in capture child messages, so the child can sendguy1-5/+11
2005-12-03split capture.h into capture.h, capture_loop.h and capture_opts.h and place t...ulfl1-117/+1
2005-12-03add missing functions (to complete/cleanup of interface):ulfl1-0/+10
2005-11-17Handle "-G" only in Tethereal - it doesn't work in Ethereal, and isn'tguy1-1/+1
2005-05-26use the log features of the GLib to have verbose output of the capturing engi...ulfl1-0/+6
2005-04-27add a state member to the capture_opts, and set it according to the capture e...ulfl1-0/+10
2005-04-16rename capture_clear() to capture_restart()ulfl1-2/+2
2005-04-12capture engine: ulfl1-2/+6
2005-04-10Win32 only bugfix: as using TerminateProcess is the brute force way and somet...ulfl1-0/+3
2005-03-28various (minor) capture code cleanupulfl1-17/+9
2005-03-28fix Solaris build (I've removed O_BINARY)ulfl1-2/+1
2005-03-28remove capture_child flag from capture_opts as it's no longer requiredulfl1-5/+9
2005-03-28a lot more capture engine code cleanupulfl1-4/+12
2005-03-07- pcap.h needs to be included before capture.hjmayer1-4/+2
2005-02-28Another step towards using the parent/child mode for ALL captures.ulfl1-0/+6
2005-02-27some clarification of the capture child thingulfl1-1/+1
2005-02-27minor comment additionsulfl1-2/+4
2005-02-23CHILD_NAME is only used #ifdef HAVE_LIBPCAPulfl1-2/+2
2005-02-23use the applications name (currently "ethereal" or "tethereal") in capture_op...ulfl1-1/+1
2005-02-06Clean up indentation.guy1-24/+24
2005-02-06another two steps towards privilege seperation:ulfl1-3/+8
2005-02-06instead of initializing the capture_options in main.c, use the new function c...ulfl1-0/+4
2005-02-05rename kill_capture_child to capture_kill_child to have a common prefixulfl1-1/+1
2005-02-05updated some commentsulfl1-4/+8
2005-02-04(some) redesign of capture data structures.ulfl1-2/+7
2005-02-03move capture_file_fd field from capture_file to capture_opts type, as this is...ulfl1-0/+1
2004-12-29move global capture_child flag into capture_optionsulfl1-3/+1
2004-12-29Don't use a global capture_opts in the capturing engine (this isn't a good id...ulfl1-11/+8
2004-10-30split capture_loop from capture.c, some more code cleanupulfl1-10/+16