aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.h
AgeCommit message (Expand)AuthorFilesLines
2012-01-04Move stuff that should *only* be known by the lowest-level code thatGuy Harris1-6/+0
2010-05-17When dumpcap is run to get an interface list, interface capabilities, orGuy Harris1-2/+4
2010-05-13Fetch an indication of whether the interface supports capturing inGuy Harris1-2/+3
2008-06-23Rename an argument to avoid colliding with pipe().Guy Harris1-1/+1
2008-02-21Constify some arguments.Guy Harris1-1/+1
2008-02-16Pull capture_loop.c into dumpcap.c, as dumpcap is the only program thatGuy Harris1-2/+0
2007-10-26For the Wireshark/TShark -> dumpcap signal pipe on Windows, use a namedGerald Combs1-0/+2
2007-08-02Add a "-S" flag to dumpcap, which prints out interface statistics. UseGerald Combs1-0/+13
2007-07-20Remove the "-I" flag from dumpcap, and add a "-M" flag used to specifyGerald Combs1-0/+3
2007-06-11One more step in privilege separation.Gerald Combs1-7/+12
2006-05-28Ethereal->WiresharkAnders Broman1-2/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-03Put the low-level sync routines into a common file so they can be sharedGuy Harris1-53/+0
2006-03-24Various code cleanup in the capture pipe stuffUlf Lamping1-0/+10
2006-03-05Pass two strings in capture child messages, so the child can sendGuy Harris1-1/+7
2006-02-17remove dependencies to pcap.h, so getting an idea what needs to be done by du...Ulf Lamping1-0/+6
2006-02-11the point of no return ...Ulf Lamping1-3/+0
2005-12-04move the complete functionality of the capture info dialog from capture_loop....Ulf Lamping1-0/+19
2005-12-03split capture.h into capture.h, capture_loop.h and capture_opts.h and place t...Ulf Lamping1-0/+4
2005-04-30(hopefully) removed various gcc warningsUlf Lamping1-2/+1
2005-04-12capture engine: Ulf Lamping1-4/+0
2005-04-11various capture code cleanup and fixes: Ulf Lamping1-2/+5
2005-03-28various (minor) capture code cleanupUlf Lamping1-10/+8
2005-02-23pass child capture filename to parent process (name currently unused) and som...Ulf Lamping1-0/+4
2005-02-04(some) redesign of capture data structures.Ulf Lamping1-2/+2
2004-12-29Don't use a global capture_opts in the capturing engine (this isn't a good id...Ulf Lamping1-1/+2
2004-10-30code cleanup: split capture_sync from capture.c into it's own file. Ulf Lamping1-0/+76