Move "aggregate" fields containing bit subfields before the bit
[metze/wireshark/wip.git] / capture_sync.c
2013-08-01 Martin Kaiserpass --capture-comment from tshark to dumpcap
2013-07-15 Jeff MorrissMove report_err.{h,c} from epan into wsutil: there...
2013-06-27 Luis OntanonMS: list interfaces!
2013-06-27 Luis Ontanonget main_window_update out of the way... pass an update...
2013-06-04 Anders BromanFrom Mike Garratt:
2013-05-23 Guy HarrisNo need for those arguments to be pointers to arrays...
2013-05-22 Guy HarrisFix the Windows side to look for the signal pipe stuff...
2013-05-22 Guy HarrisPull the capture-session state information out of captu...
2013-03-25 Guy HarrisFrom Michal Labedzki: linktype_val_to_name() returns...
2013-03-05 Martin Kaiserit seems that g_free() needs a gpointer
2013-03-05 Anders BromanUse explicit casts.
2013-02-28 Jeff MorrissAdd a #define for the default capture buffer size and...
2013-02-27 Anders BromanIncrease the default buffer size to 2MB.
2013-01-14 Chris MaynardDeclare count as ssize_t instead of size_t, since read...
2012-12-29 Bill MeierAdd a few consts to fix some compiler (GCC) errors.
2012-12-26 Guy HarrisMake sure we don't sign-extend the (binary) bytes of...
2012-12-26 Evan HuusUse casts rather than changing the prototype of pipe_co...
2012-12-26 Evan HuusSquash some sign-conversion warnings that g++ picks...
2012-12-26 Guy HarrisFix a bunch of warnings.
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...
next