Add main_menubar.c
[obnox/wireshark/wip.git] / capture_sync.c
2011-08-05 tuexenFix Windows build.
2011-08-05 tuexenSimplification suggested by Guy.
2011-08-05 tuexenGenerate the capure sync pipe correctly.
2011-06-28 stigReplace all strerror() with g_strerror().
2011-06-27 tuexenFix the bug reported by Guy. Now
2011-06-27 tuexenReport the correct interface when there is a problem...
2011-06-27 tuexenGet rid of old non-interface specific settings which...
2011-06-17 geraldMake pcap-ng the default. Add a compile-time option...
2011-06-07 wmeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2011-05-21 tuexenFix the capturing from the GUI. Honor the iface variable.
2011-05-19 tuexenIn case we have no interface information in the array...
2011-05-19 tuexenMove the debug output for the generated command line...
2011-05-19 martinmOnly declare a variable if its going to be used.
2011-05-18 guyWe don't have the ability to set the capture buffer...
2011-05-18 tuexenUse the interface specific parameter array.
2011-04-11 guyBack out Jeff Morris's change to make the autostop...
2011-04-11 guyJeff Morris's change to make the autostop file size...
2010-07-02 guySTATUS_UNWIND_CONSOLIDATE "should not happen", so don...
2010-07-02 guyInclude <Winbase.h> to get error statuses.
2010-07-02 guyAttempt to detect when dumpcap dies due to an exception...
2010-07-02 guyHave sync_pipe_wait_for_child() return the child's...
2010-07-01 guyFrom Petr Lautrbach: when capturing, return the exit...
2010-05-27 guyClean up the error reporting. An EOF from the sync...
2010-05-26 stigUntabify.
2010-05-26 guyDon't report EINTR - it might be from a ^C.
2010-05-26 guyUse the right system call name.
2010-05-26 guyIf dumpcap exits abnormally, report the error.
2010-05-19 guyFix comments.
2010-05-18 guyFix some errors. Use FormatMessageA(), as we need...
2010-05-18 guyAdd a routine to convert Win32 error statuses into...
2010-05-17 guyMake -Z always generate machine-readable output, and...
2010-05-17 guyUpdate a comment.
2010-05-17 guyWhen dumpcap is run to get an interface list, interface...
2010-05-13 guyFetch an indication of whether the interface supports...
2010-05-07 guyAdd monitor mode support to TShark.
2010-05-06 guyJust check for pcap_create(); it first appeared in...
2010-05-06 etxrabChecking in Stigs changes from
2010-03-04 guyIn Wireshark and TShark, run dumpcap to get interface...
2010-03-02 etxrabFrom Hitoshi Irino:
2010-01-29 wmeierFix various gcc -Wshadow warnings.
2009-09-13 morrissDon't use SIGUSR1 to tell dumpcap to exit, use SIGINT...
2009-06-15 stigAdded a preference to capture in Pcap-NG from GUI.
2008-12-21 guyIf we don't have any of the pcap_datalink_XXX_to_YYY...
2008-11-03 stigDo not set buffer size for remote interfaces or when...
2008-08-19 guyThe packet counts and drop counts reported by libpcap...
2008-06-30 morrissMove privileges.c and unicode-utils.c from epan to...
2008-06-23 guyRename an argument to avoid colliding with pipe().
2008-05-22 morrissMove the file utility functions from wiretap to libwsut...
2008-04-30 guyUse report_failure() to report failures in capture_sync...
2008-03-21 wmeierEmit warning message to log if attempt to send signal...
2008-02-29 wmeierFix for handling dumpcap errmsgs when wireshark does...
2008-02-23 wmeierEnsure tshark/wireshark always get good err msgs from...
2008-02-21 guyConstify some arguments.
2008-01-09 guyExit with 1, not 2, if exec fails, so we don't report...
2008-01-09 guyUse dup2() rather than eth_close() followed by dup...
2007-12-04 kukosaSupport for RPCAP features in GUI (from Boris Misenov...
2007-11-27 geraldFixes from Sam Leffler:
2007-11-25 geraldIf a child doesn't quit 500ms after sending a QUIT...
2007-11-20 geraldFix a log message.
2007-10-26 geraldFor the Wireshark/TShark -> dumpcap signal pipe on...
2007-10-25 geraldFix a typo.
2007-10-10 guyMake the sync pipe the standard error, not the standard...
2007-09-29 guyMake the "-Z" argument to dumpcap take an argument...
2007-09-29 guyThe fork_child argument to sync_interface_stats_close...
2007-08-02 geraldAdd a "-S" flag to dumpcap, which prints out interface...
2007-07-21 geraldFix Windows Buildbot breakage. Remove an unneeded...
2007-07-20 geraldRemove the "-I" flag from dumpcap, and add a "-M" flag...
2007-06-11 geraldOne more step in privilege separation.
2007-03-28 sfisherRemove almost all of the casts I committed recently...
2007-03-23 sfisherFix about 150 warnings new to gcc 4.0 in the error...
2007-03-22 sfisherAdd -Werror when using GCC only to the Makefile.am...
2006-09-23 ulfluse unicode-utils.h instead of strutil.h
2006-08-02 etxrabFrom Richard van der Hoff:
2006-05-28 etxrabEthereal->Wireshark
2006-05-21 sahlbergname change
2006-05-01 guyHandle the case where we *can't* determine the pathname...
2006-04-03 guyClean up if CreateProcess() fails.
2006-04-03 guyPut the low-level sync routines into a common file...
2006-03-24 ulfldisable the call to sync_pipe_errmsg_to_parent for...
2006-03-24 guyDumpcap probably has *no* windows.
2006-03-24 ulflVarious code cleanup in the capture pipe stuff
2006-03-19 guyFix pipe_read_bytes() to return the total number of...
2006-03-13 ulflfix bug #803: sync pipe on Win32 wasn't set to binary...
2006-03-09 ulfldebugging helper: if (for whatever reason) the message...
2006-03-09 geraldTake care of one last UTF-8 <-> UTF-16 conversion ...
2006-03-05 guyPass two strings in capture child messages, so the...
2006-02-17 ulflfix some bugs introduced with command line encapsulation
2006-02-17 guyWe now quote args as necessary on Windows when construc...
2006-02-17 guyOn Windows. quote arguments as necessary before stickin...
2006-02-17 ulflremove dependencies to pcap.h, so getting an idea what...
2006-02-12 guyAt least on UN*X, the first argument - argv[0] - is...
2006-02-12 guyDistinguish between pipe_read_block() returning 0 ...
2006-02-12 guyInstead of using (commented-out) g_warning() calls...
2006-02-12 ulfladd a minor comment
2006-02-12 guyAdd a routine to attempt to get the absolute pathname...
2006-02-12 guyFix up indentation.
2006-02-12 ulflwe still need sync_pipe_errmsg_to_parent() for the...
2006-02-11 ulflthe point of no return ...
2006-02-10 ulflonly a backup, nothing changed for now.
2005-12-15 ulflremove the setting of no longer required command line...
next