From Vincenzo Condoleo via bug 2589:
[metze/wireshark/wip.git] / capture_sync.c
2008-12-21 Guy HarrisIf we don't have any of the pcap_datalink_XXX_to_YYY...
2008-11-03 Stig BjørlykkeDo not set buffer size for remote interfaces or when...
2008-08-19 Guy HarrisThe packet counts and drop counts reported by libpcap...
2008-06-30 Jeff MorrissMove privileges.c and unicode-utils.c from epan to...
2008-06-23 Guy HarrisRename an argument to avoid colliding with pipe().
2008-05-22 Jeff MorrissMove the file utility functions from wiretap to libwsut...
2008-04-30 Guy HarrisUse report_failure() to report failures in capture_sync...
2008-03-21 Bill MeierEmit warning message to log if attempt to send signal...
2008-02-29 Bill MeierFix for handling dumpcap errmsgs when wireshark does...
2008-02-23 Bill MeierEnsure tshark/wireshark always get good err msgs from...
2008-02-21 Guy HarrisConstify some arguments.
2008-01-09 Guy HarrisExit with 1, not 2, if exec fails, so we don't report...
2008-01-09 Guy HarrisUse dup2() rather than eth_close() followed by dup...
2007-12-04 Tomas KukosaSupport for RPCAP features in GUI (from Boris Misenov...
2007-11-27 Gerald CombsFixes from Sam Leffler:
2007-11-25 Gerald CombsIf a child doesn't quit 500ms after sending a QUIT...
2007-11-20 Gerald CombsFix a log message.
2007-10-26 Gerald CombsFor the Wireshark/TShark -> dumpcap signal pipe on...
2007-10-25 Gerald CombsFix a typo.
2007-10-10 Guy HarrisMake the sync pipe the standard error, not the standard...
2007-09-29 Guy HarrisMake the "-Z" argument to dumpcap take an argument...
2007-09-29 Guy HarrisThe fork_child argument to sync_interface_stats_close...
2007-08-02 Gerald CombsAdd a "-S" flag to dumpcap, which prints out interface...
2007-07-21 Gerald CombsFix Windows Buildbot breakage. Remove an unneeded...
2007-07-20 Gerald CombsRemove the "-I" flag from dumpcap, and add a "-M" flag...
2007-06-11 Gerald CombsOne more step in privilege separation.
2007-03-28 Stephen FisherRemove almost all of the casts I committed recently...
2007-03-23 Stephen FisherFix about 150 warnings new to gcc 4.0 in the error...
2007-03-22 Stephen FisherAdd -Werror when using GCC only to the Makefile.am...
2006-09-23 Ulf Lampinguse unicode-utils.h instead of strutil.h
2006-08-02 Anders BromanFrom Richard van der Hoff:
2006-05-28 Anders BromanEthereal->Wireshark
2006-05-21 Ronnie Sahlbergname change
2006-05-01 Guy HarrisHandle the case where we *can't* determine the pathname...
2006-04-03 Guy HarrisClean up if CreateProcess() fails.
2006-04-03 Guy HarrisPut the low-level sync routines into a common file...
2006-03-24 Ulf Lampingdisable the call to sync_pipe_errmsg_to_parent for...
2006-03-24 Guy HarrisDumpcap probably has *no* windows.
2006-03-24 Ulf LampingVarious code cleanup in the capture pipe stuff
2006-03-19 Guy HarrisFix pipe_read_bytes() to return the total number of...
2006-03-13 Ulf Lampingfix bug #803: sync pipe on Win32 wasn't set to binary...
2006-03-09 Ulf Lampingdebugging helper: if (for whatever reason) the message...
2006-03-09 Gerald CombsTake care of one last UTF-8 <-> UTF-16 conversion ...
2006-03-05 Guy HarrisPass two strings in capture child messages, so the...
2006-02-17 Ulf Lampingfix some bugs introduced with command line encapsulation
2006-02-17 Guy HarrisWe now quote args as necessary on Windows when construc...
2006-02-17 Guy HarrisOn Windows. quote arguments as necessary before stickin...
2006-02-17 Ulf Lampingremove dependencies to pcap.h, so getting an idea what...
2006-02-12 Guy HarrisAt least on UN*X, the first argument - argv[0] - is...
2006-02-12 Guy HarrisDistinguish between pipe_read_block() returning 0 ...
2006-02-12 Guy HarrisInstead of using (commented-out) g_warning() calls...
2006-02-12 Ulf Lampingadd a minor comment
2006-02-12 Guy HarrisAdd a routine to attempt to get the absolute pathname...
2006-02-12 Guy HarrisFix up indentation.
2006-02-12 Ulf Lampingwe still need sync_pipe_errmsg_to_parent() for the...
2006-02-11 Ulf Lampingthe point of no return ...
2006-02-10 Ulf Lampingonly a backup, nothing changed for now.
2005-12-15 Ulf Lampingremove the setting of no longer required command line...
2005-12-13 Ulf Lampingwe don't use the command line option -W any longer...
2005-12-04 Ulf Lampingmove the complete functionality of the capture info...
2005-12-03 Ulf Lampingadd missing functions (to complete/cleanup of interface):
2005-12-03 Ulf Lampingprecise some pipe message comments
2005-11-18 Guy HarrisMake the message length in the sync pipe message header...
2005-11-06 Ulf Lampingreplace *a lot* of file related calls by their GLib...
2005-10-07 Ulf Lampingfix Ethereal so command line capture parameter will...
2005-08-20 Ulf Lampingcapture_sync.c(290) : warning C4090: 'function' : diffe...
2005-08-14 Jörg MayerSome 'no previous declararion' warning fixes
2005-08-08 Ulf Lampingvarious code cleanup:
2005-08-06 Jörg MayerLast set of char -> const char trivial warning fixes.
2005-05-30 Ulf Lampingfix #148: (win32 only) use command line parameter ...
2005-05-26 Ulf Lampingsome cleanup of capture error notification handling
2005-05-26 Ulf Lampinguse the log features of the GLib to have verbose output...
2005-05-25 Ulf Lampingforgot to init savefilestring = NULL;
2005-05-25 Ulf Lampingfix #199: encapsulate capture filename, to avoid proble...
2005-04-30 Ulf Lamping(hopefully) removed various gcc warnings
2005-04-12 Ulf Lampingcapture engine:
2005-04-12 Ulf Lampingit should now be possible to use "Update packets in...
2005-04-11 Ulf Lampingvarious capture code cleanup and fixes:
2005-04-10 Ulf LampingWin32 only bugfix: as using TerminateProcess is the...
2005-04-10 Ulf Lampingrefactoring of the capture startup (while the capture...
2005-04-10 Guy HarrisClean up white space, and tweak a comment slightly...
2005-03-28 Ulf Lampingsome minor changes
2005-03-28 Ulf Lampingbugfixes: bring non real-time captures back to former...
2005-03-28 Ulf Lampingremove capture_child flag from capture_opts as it's...
2005-03-28 Ulf Lampinga lot more capture engine code cleanup
2005-03-28 Ulf Lampingmajor capture engine rework: use two task model for...
2005-02-28 Ulf LampingAnother step towards using the parent/child mode for...
2005-02-24 Ulf Lampingif capture filename passed to parent, save it. Will...
2005-02-23 Ulf Lampingpass child capture filename to parent process (name...
2005-02-13 Lars Rolandchange nmake makefiles in /trunk and /trunk/epan so...
2005-02-07 Ulf Lampingwhen building the argv string, use save_file_fd_str...
2005-02-07 Guy HarrisIn the child process, capture_opts->fork_child is 0...
2005-02-07 Guy HarrisDeclare "cf_callback_t" before using it in a further...
2005-02-06 Guy HarrisGet rid of a few cf_get_ references missed by the previ...
2005-02-06 Ulf Lampinganother two steps towards privilege seperation:
2005-02-05 Ulf Lampingrename kill_capture_child to capture_kill_child to...
2005-02-05 Ulf Lampingminor enhancements to Guy's last update
2005-02-05 Guy HarrisPut "cf_status_t" back.
2005-02-04 Ulf Lampinghuge cleanup of capture file API (functions in file...
2005-02-04 Ulf Lampingremove access to global cfile, use access functions...
next