aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.h
Commit message (Expand)AuthorAgeFilesLines
* Rename an argument to avoid colliding with pipe().Guy Harris2008-06-231-1/+1
* Constify some arguments.Guy Harris2008-02-211-1/+1
* Pull capture_loop.c into dumpcap.c, as dumpcap is the only program thatGuy Harris2008-02-161-2/+0
* For the Wireshark/TShark -> dumpcap signal pipe on Windows, use a namedGerald Combs2007-10-261-0/+2
* Add a "-S" flag to dumpcap, which prints out interface statistics. UseGerald Combs2007-08-021-0/+13
* Remove the "-I" flag from dumpcap, and add a "-M" flag used to specifyGerald Combs2007-07-201-0/+3
* One more step in privilege separation.Gerald Combs2007-06-111-7/+12
* Ethereal->WiresharkAnders Broman2006-05-281-2/+2
* name changeRonnie Sahlberg2006-05-211-2/+2
* Put the low-level sync routines into a common file so they can be sharedGuy Harris2006-04-031-53/+0
* Various code cleanup in the capture pipe stuffUlf Lamping2006-03-241-0/+10
* Pass two strings in capture child messages, so the child can sendGuy Harris2006-03-051-1/+7
* remove dependencies to pcap.h, so getting an idea what needs to be done by du...Ulf Lamping2006-02-171-0/+6
* the point of no return ...Ulf Lamping2006-02-111-3/+0
* move the complete functionality of the capture info dialog from capture_loop....Ulf Lamping2005-12-041-0/+19
* split capture.h into capture.h, capture_loop.h and capture_opts.h and place t...Ulf Lamping2005-12-031-0/+4
* (hopefully) removed various gcc warningsUlf Lamping2005-04-301-2/+1
* capture engine: Ulf Lamping2005-04-121-4/+0
* various capture code cleanup and fixes: Ulf Lamping2005-04-111-2/+5
* various (minor) capture code cleanupUlf Lamping2005-03-281-10/+8
* pass child capture filename to parent process (name currently unused) and som...Ulf Lamping2005-02-231-0/+4
* (some) redesign of capture data structures.Ulf Lamping2005-02-041-2/+2
* Don't use a global capture_opts in the capturing engine (this isn't a good id...Ulf Lamping2004-12-291-1/+2
* code cleanup: split capture_sync from capture.c into it's own file. Ulf Lamping2004-10-301-0/+76