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