Add support for displaying the Packet Block Flags Word of pcapng.
[metze/wireshark/wip.git] / capture_sync.c
2012-12-12 Jeff MorrissMake the "-g" argument to tshark actually work (by...
2012-12-05 Bill MeierFix numerous instances of a variable/parameter name...
2012-11-05 Anders BromanFrom Bill Parker:
2012-10-11 Gerald CombsMake sure sync_interface_stats_close calls sync_pipe_ki...
2012-10-08 Gerald CombsAdd a cast.
2012-10-08 Gerald CombsLog the time we spend waiting for the capture child...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-24 Gerald CombsRevert r44644 and 44645. g_source_*, g_timeout_, and...
2012-08-23 Gerald CombsMove the pipe input routines to the common UI directory.
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-20 Jörg MayerComment back in the body of tb80211_do_set_channel...
2012-06-09 Chris MaynardUndo an accidental portion of the last commit.
2012-06-09 Chris MaynardBe sure to specify FORMAT_MESSAGE_IGNORE_INSERTS in...
2012-04-13 Guy HarrisFrom Evan Huus: fix memory leak. Fixes bug 7081.
2012-03-11 Guy HarrisIf the length is bogus in a message received from the...
2012-01-25 Michael TüxenThird try. This time pipes and stdin are supported...
2012-01-24 Michael TüxenWe need a 3rd try. (After learning how to run the testu...
2012-01-24 Michael TüxenSecond try. This time pipes and stdin are supported.
2012-01-16 Guy HarrisMove some headers for UI stuff, and the alert_box.c...
2012-01-04 Guy HarrisExpand, and fix, a comment. Change a function argument...
2011-11-16 Guy HarrisGet rid of unnecessary assignment (the code below it...
2011-10-20 Michael TüxenBack out infrastructure change. We missed supporting
2011-10-20 Michael TüxenUse a global list containing all interfaces and only...
2011-08-24 Guy HarrisFix prematurely-terminated comment.
2011-08-24 Guy HarrisFix a comment; this includes describing an additional...
2011-08-23 Michael TüxenHopefully fix
2011-08-05 Michael TüxenFix Windows build.
2011-08-05 Michael TüxenSimplification suggested by Guy.
2011-08-05 Michael TüxenGenerate the capure sync pipe correctly.
2011-06-28 Stig BjørlykkeReplace all strerror() with g_strerror().
2011-06-27 Michael TüxenFix the bug reported by Guy. Now
2011-06-27 Michael TüxenReport the correct interface when there is a problem...
2011-06-27 Michael TüxenGet rid of old non-interface specific settings which...
2011-06-17 Gerald CombsMake pcap-ng the default. Add a compile-time option...
2011-06-07 Bill MeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2011-05-21 Michael TüxenFix the capturing from the GUI. Honor the iface variable.
2011-05-19 Michael TüxenIn case we have no interface information in the array...
2011-05-19 Michael TüxenMove the debug output for the generated command line...
2011-05-19 Martin MathiesonOnly declare a variable if its going to be used.
2011-05-18 Guy HarrisWe don't have the ability to set the capture buffer...
2011-05-18 Michael TüxenUse the interface specific parameter array.
2011-04-11 Guy HarrisBack out Jeff Morris's change to make the autostop...
2011-04-11 Guy HarrisJeff Morris's change to make the autostop file size...
2010-07-02 Guy HarrisSTATUS_UNWIND_CONSOLIDATE "should not happen", so don...
2010-07-02 Guy HarrisInclude <Winbase.h> to get error statuses.
2010-07-02 Guy HarrisAttempt to detect when dumpcap dies due to an exception...
2010-07-02 Guy HarrisHave sync_pipe_wait_for_child() return the child's...
2010-07-01 Guy HarrisFrom Petr Lautrbach: when capturing, return the exit...
2010-05-27 Guy HarrisClean up the error reporting. An EOF from the sync...
2010-05-26 Stig BjørlykkeUntabify.
2010-05-26 Guy HarrisDon't report EINTR - it might be from a ^C.
2010-05-26 Guy HarrisUse the right system call name.
2010-05-26 Guy HarrisIf dumpcap exits abnormally, report the error.
2010-05-19 Guy HarrisFix comments.
2010-05-18 Guy HarrisFix some errors. Use FormatMessageA(), as we need...
2010-05-18 Guy HarrisAdd a routine to convert Win32 error statuses into...
2010-05-17 Guy HarrisMake -Z always generate machine-readable output, and...
2010-05-17 Guy HarrisUpdate a comment.
2010-05-17 Guy HarrisWhen dumpcap is run to get an interface list, interface...
2010-05-13 Guy HarrisFetch an indication of whether the interface supports...
2010-05-07 Guy HarrisAdd monitor mode support to TShark.
2010-05-06 Guy HarrisJust check for pcap_create(); it first appeared in...
2010-05-06 Anders BromanChecking in Stigs changes from
2010-03-04 Guy HarrisIn Wireshark and TShark, run dumpcap to get interface...
2010-03-02 Guy HarrisFix a typo.
2010-01-29 Bill MeierFix various gcc -Wshadow warnings.
2009-09-13 Jeff MorrissDon't use SIGUSR1 to tell dumpcap to exit, use SIGINT...
2009-06-15 Stig BjørlykkeAdded a preference to capture in Pcap-NG from GUI.
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
next