From Irene Ruengeler:
[metze/wireshark/wip.git] / dumpcap.c
2012-02-21 Anders BromanFrom Jose Pedro Oliveira shb_os value: get_os_version_i...
2012-02-20 Anders BromanJose Pedro Oliveira: get_os_version_info() is more...
2012-02-14 Michael TüxenFrom Anders: Add support for options in the SHB.
2012-01-23 Anders BromanFrom Michael Mann:
2011-12-29 Guy HarrisAdd an additional DONT_HAVE_PCAP return value from...
2011-12-29 Guy HarrisJust hard-code the error for "can't load WinPcap";...
2011-12-29 Guy HarrisOn Windows, if we can't open a capture device, check...
2011-11-22 Guy HarrisShow a "Capturing on ..." message similar to TShark.
2011-11-22 Guy HarrisIf we're not running as a child process, report the...
2011-11-16 Guy HarrisDon't set variables if we don't look at them later...
2011-11-09 Gerald CombsTry to fix the GLib thread API deprecations listed...
2011-11-09 Stig BjørlykkeAs reported by Michael Speck:
2011-11-07 Gerald CombsChange the use of threads from "mostly always, dependin...
2011-09-27 Chris MaynardMinor formatting changes to the dumpcap -h output.
2011-09-21 Bill MeierFix vi "modeline" so it works;
2011-09-07 Bill MeierWindows: GetTickCount() returns a DWORD (not a time_t);
2011-08-29 Stephen FisherAttempt to fix coverity id 1212: MISSING_BREAK by inser...
2011-08-09 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2011-08-07 Jörg MayerReplace deprecated glib functions.
2011-07-16 Michael TüxenUse the threads based workaround only on windows (with...
2011-07-15 Michael TüxenFix compilation on non-windows platforms defining USE_T...
2011-07-15 Michael TüxenHandle the case where dumpcap is compiled without threa...
2011-07-14 Gerald CombsOn Windows enable threads everywhere instead of just...
2011-07-08 Guy HarrisAlas, the libpcap API didn't use "void *" where it...
2011-07-06 Chris MaynardFrom Jakub Zawadzki via bug 6002: Don't set state...
2011-07-02 Gerald CombsDisable DEBUG_CHILD_DUMPCAP.
2011-07-01 Jakub ZawadzkiRevert r37857, r37861
2011-07-01 Jakub ZawadzkiTry to get more information about AV.
2011-07-01 Jakub ZawadzkiCatch system exceptions from pcap_open_live() :)
2011-06-30 Michael TüxenAdd paranoid debug output in open_capture_device().
2011-06-30 Gerald CombsLog the success or failure of pcap_open/pcap_create...
2011-06-30 Gerald CombsTemporarily enable dumpcap debugging.
2011-06-28 Stig BjørlykkeReplace all strerror() with g_strerror().
2011-06-27 Gerald CombsUpdate suite-clopts.sh to match dumpcap's error output...
2011-06-27 Michael TüxenReport the correct interface when there is a problem...
2011-06-27 Michael TüxenImprove the report of illegal capture filters. Also...
2011-06-27 Michael TüxenGet rid of old non-interface specific settings which...
2011-06-23 Gerald CombsAdd pcap_options to the pcap_queue elements. This lets...
2011-06-17 Gerald CombsMake pcap-ng the default. Add a compile-time option...
2011-06-15 Guy HarrisSigh. Cast away a warning.
2011-06-15 Guy HarrisConstify some arguments.
2011-06-13 Jakub ZawadzkiRemove not used cap_pipe_err_str.
2011-06-07 Michael TüxenWhen doing remote capturing using WinPCap, dumpcap...
2011-05-31 Michael TüxenGet rid of has_cfilter to simplify the handling of...
2011-05-31 Michael TüxenImprove handling of command line errors.
2011-05-28 Michael TüxenInitialize pcap using an empty array instead of NULL...
2011-05-27 Stig BjørlykkeInitialize global_ld.pcaps before we setup signal handl...
2011-05-26 Gerald CombsDon't call g_log(); as the comment indicates it can...
2011-05-26 Gerald CombsDon't call pcap_breakloop() if we're not capturing...
2011-05-26 Chris MaynardAppend received percentage after received/dropped counts.
2011-05-26 Michael TüxenProvide consistent counters for received and dropped...
2011-05-26 Michael TüxenFix the handling of pipes on Windows platforms.
2011-05-26 Chris MaynardChange "captured/dropped" terminology to "received...
2011-05-24 Gerald CombsMove the Windows argument list conversion code to a...
2011-05-21 Michael TüxenUse appropriate temporary filename when capturing from...
2011-05-21 Michael TüxenAs suggested on the dev list: Use pcapng and threads
2011-05-21 Gerald CombsPass a pcap_options * instead of a pcap_options **.
2011-05-19 Michael TüxenDrop privileges after opening all pcap devices, not...
2011-05-19 Michael TüxenActually use the defaults from the last commit message.
2011-05-19 Michael TüxenAdd a queue and byte limit to the capture queue. Curren...
2011-05-17 Guy HarrisDear GLib Developers:
2011-05-16 Michael TüxenAdd support for capturing from multiple interfaces.
2011-05-16 Chris Maynard#include <conio.h> when compiling under Windows with...
2011-05-16 Michael TüxenUse correct variable...
2011-05-16 Michael TüxenFix compilation on windows (hopefully).
2011-05-16 Michael TüxenMake remote capturing settings a per interface thing...
2011-05-16 Michael TüxenMake pcap samping a per interface setting.
2011-05-16 Michael TüxenDon't use debug output.
2011-05-15 Michael TüxenFix compilation on Windows (hopefully).
2011-05-15 Michael TüxenChange internal data structures to store and handle...
2011-05-13 Michael TüxenFix a copy/paste error.
2011-05-13 Michael TüxenGet -L and -d working with multiple interface. Internal...
2011-05-13 Michael TüxenAdd a comment what needs to be changed when adopting...
2011-05-12 Michael TüxenAdd support for multiple interfaces when processing...
2011-05-12 Michael TüxenInitialize the glib thread system on all platforms...
2011-05-12 Michael TüxenAdd some more details (name of the interface and number...
2011-05-05 Jeff MorrissForgot to remove my editor's tabs before committing...
2011-05-05 Jeff MorrissApply rev 14059 to non-Windows: update the display...
2011-04-22 Jakub ZawadzkiAdd return instructions for system without support...
2011-04-10 Guy HarrisRename ws_stat to ws_stat64, and make it take a pointer...
2011-03-21 Bill MeierFix a comment; Use consistent indentatation & formatting.
2011-02-24 Bill MeierFix Bug #5716: "dumpcap: -q option behavior doesn't...
2011-02-18 Gerald CombsFix some dead code and zero division issues found by...
2011-02-17 Guy HarrisOn Windows, try putting __declspec(noreturn) in front...
2011-01-06 Gerald CombsOn Windows, convert all of our command-line arguments...
2011-01-04 Jaap KeuterFree dumpcap from linking to wiretap.
2010-11-18 Gerald CombsAdd a comment about the pipe read timeout on Windows.
2010-11-17 Gerald CombsSet the pipe read timeout to 100 milliseconds instead...
2010-11-16 Chris MaynardIf pcap_geterr() returns "read error: PacketReceivePack...
2010-11-16 Chris MaynardUse more meaningful temp file name. Fixes bug 1882.
2010-11-11 Guy HarrisOS X 10.6.5 is out, and it re-incorporates the libpcap...
2010-10-21 Stig BjørlykkeFixed "Compiled with" information in the About box.
2010-09-30 Guy HarrisPIPE_READ_TIMEOUT should be in microseconds, not millis...
2010-09-30 Guy HarrisAlways use a timeout of 250ms for pipes when not using...
2010-09-16 Gerald CombsTurn on ASLR via /DYNAMICBASE and DEP via SetProcessDEP...
2010-08-28 Sake BlokAs mentioned on the users-mailinglist[1], it could...
2010-08-28 Sake BlokWe change the owner and group of the first file, so...
2010-08-27 Gerald CombsForward-port r33953.
2010-08-25 Gerald CombsFix !Windows compilation.
2010-08-24 Gerald CombsPartial fix for bug 5133. On Windows, call SetDllDirect...
next