Build generate_export when building 'all' on Windows too.
[obnox/wireshark/wip.git] / dumpcap.c
2011-09-27 cmaynardMinor formatting changes to the dumpcap -h output.
2011-09-21 wmeierFix vi "modeline" so it works;
2011-09-07 wmeierWindows: GetTickCount() returns a DWORD (not a time_t);
2011-08-29 sfisherAttempt to fix coverity id 1212: MISSING_BREAK by inser...
2011-08-09 morrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2011-08-07 jmayerReplace deprecated glib functions.
2011-07-16 tuexenUse the threads based workaround only on windows (with...
2011-07-15 tuexenFix compilation on non-windows platforms defining USE_T...
2011-07-15 tuexenHandle the case where dumpcap is compiled without threa...
2011-07-14 geraldOn Windows enable threads everywhere instead of just...
2011-07-08 guyAlas, the libpcap API didn't use "void *" where it...
2011-07-06 cmaynardFrom Jakub Zawadzki via bug 6002: Don't set state...
2011-07-02 geraldDisable DEBUG_CHILD_DUMPCAP.
2011-07-01 darkjamesRevert r37857, r37861
2011-07-01 darkjamesTry to get more information about AV.
2011-07-01 darkjamesCatch system exceptions from pcap_open_live() :)
2011-06-30 tuexenAdd paranoid debug output in open_capture_device().
2011-06-30 geraldLog the success or failure of pcap_open/pcap_create...
2011-06-30 geraldTemporarily enable dumpcap debugging.
2011-06-28 stigReplace all strerror() with g_strerror().
2011-06-27 geraldUpdate suite-clopts.sh to match dumpcap's error output...
2011-06-27 tuexenReport the correct interface when there is a problem...
2011-06-27 tuexenImprove the report of illegal capture filters. Also...
2011-06-27 tuexenGet rid of old non-interface specific settings which...
2011-06-23 geraldAdd pcap_options to the pcap_queue elements. This lets...
2011-06-17 geraldMake pcap-ng the default. Add a compile-time option...
2011-06-15 guySigh. Cast away a warning.
2011-06-15 guyConstify some arguments.
2011-06-13 darkjamesRemove not used cap_pipe_err_str.
2011-06-07 tuexenWhen doing remote capturing using WinPCap, dumpcap...
2011-05-31 tuexenGet rid of has_cfilter to simplify the handling of...
2011-05-31 tuexenImprove handling of command line errors.
2011-05-28 tuexenInitialize pcap using an empty array instead of NULL...
2011-05-27 stigInitialize global_ld.pcaps before we setup signal handl...
2011-05-26 geraldDon't call g_log(); as the comment indicates it can...
2011-05-26 geraldDon't call pcap_breakloop() if we're not capturing...
2011-05-26 cmaynardAppend received percentage after received/dropped counts.
2011-05-26 tuexenProvide consistent counters for received and dropped...
2011-05-26 tuexenFix the handling of pipes on Windows platforms.
2011-05-26 cmaynardChange "captured/dropped" terminology to "received...
2011-05-24 geraldMove the Windows argument list conversion code to a...
2011-05-21 tuexenUse appropriate temporary filename when capturing from...
2011-05-21 tuexenAs suggested on the dev list: Use pcapng and threads
2011-05-21 geraldPass a pcap_options * instead of a pcap_options **.
2011-05-19 tuexenDrop privileges after opening all pcap devices, not...
2011-05-19 tuexenActually use the defaults from the last commit message.
2011-05-19 tuexenAdd a queue and byte limit to the capture queue. Curren...
2011-05-17 guyDear GLib Developers:
2011-05-16 tuexenAdd support for capturing from multiple interfaces.
2011-05-16 cmaynard#include <conio.h> when compiling under Windows with...
2011-05-16 tuexenUse correct variable...
2011-05-16 tuexenFix compilation on windows (hopefully).
2011-05-16 tuexenMake remote capturing settings a per interface thing...
2011-05-16 tuexenMake pcap samping a per interface setting.
2011-05-16 tuexenDon't use debug output.
2011-05-15 tuexenFix compilation on Windows (hopefully).
2011-05-15 tuexenChange internal data structures to store and handle...
2011-05-13 tuexenFix a copy/paste error.
2011-05-13 tuexenGet -L and -d working with multiple interface. Internal...
2011-05-13 tuexenAdd a comment what needs to be changed when adopting...
2011-05-12 tuexenAdd support for multiple interfaces when processing...
2011-05-12 tuexenInitialize the glib thread system on all platforms...
2011-05-12 tuexenAdd some more details (name of the interface and number...
2011-05-05 morrissForgot to remove my editor's tabs before committing...
2011-05-05 morrissApply rev 14059 to non-Windows: update the display...
2011-04-22 darkjamesAdd return instructions for system without support...
2011-04-10 guyRename ws_stat to ws_stat64, and make it take a pointer...
2011-03-21 wmeierFix a comment; Use consistent indentatation & formatting.
2011-02-24 wmeierFix Bug #5716: "dumpcap: -q option behavior doesn't...
2011-02-18 geraldFix some dead code and zero division issues found by...
2011-02-17 guyOn Windows, try putting __declspec(noreturn) in front...
2011-01-06 geraldOn Windows, convert all of our command-line arguments...
2011-01-04 jakeFree dumpcap from linking to wiretap.
2010-11-18 geraldAdd a comment about the pipe read timeout on Windows.
2010-11-17 geraldSet the pipe read timeout to 100 milliseconds instead...
2010-11-16 cmaynardIf pcap_geterr() returns "read error: PacketReceivePack...
2010-11-16 cmaynardUse more meaningful temp file name. Fixes bug 1882.
2010-11-11 guyOS X 10.6.5 is out, and it re-incorporates the libpcap...
2010-10-21 stigFixed "Compiled with" information in the About box.
2010-09-30 guyPIPE_READ_TIMEOUT should be in microseconds, not millis...
2010-09-30 guyAlways use a timeout of 250ms for pipes when not using...
2010-09-16 geraldTurn on ASLR via /DYNAMICBASE and DEP via SetProcessDEP...
2010-08-28 sakeAs mentioned on the users-mailinglist[1], it could...
2010-08-28 sakeWe change the owner and group of the first file, so...
2010-08-27 geraldForward-port r33953.
2010-08-25 geraldFix !Windows compilation.
2010-08-24 geraldPartial fix for bug 5133. On Windows, call SetDllDirect...
2010-07-14 jmayerAdd #ifdef HAVE_BPF_IMAGE
2010-07-14 guyFix warnings.
2010-07-14 guyFix build errors.
2010-07-14 guyDefine print_caps() before we use it.
2010-07-14 guyEnsure, at compile time, that the error-message-buffer...
2010-07-14 guyDefine relinquish_all_capabilities() before we use it.
2010-07-14 guyWe must also set the link-layer header type before...
2010-07-13 guyAdd a "-d" flag to dumpcap, to print out the generated...
2010-05-28 morrissMove some code (including the optional objects) into...
2010-05-27 guyMake -q not a capture option again - it's used by tshar...
2010-05-26 guyDon't send ^T output to the standard error if we're...
2010-05-26 guyAdd a -q flag to dumpcap, to squelch its reporting...
2010-05-25 guyPull the big pile of code that handles the
next