Do the full string in get_{compiled,runtime}_version_info().
[metze/wireshark/wip.git] / dumpcap.c
2012-11-21 Guy HarrisMake the "Invalid capture filter" message resemble...
2012-11-19 Anders BromanFrom Mike Garratt:
2012-10-03 Bill Meier(Trivial): update a comment.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-09 Evan HuusConvert inpkts_to_sync_pipe and report_packet_count...
2012-07-25 Michael TüxenUpdate recv/drop counters also when no threads are...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-27 Guy HarrisDon't supply a fallback error message for pcap_open...
2012-06-24 Jörg MayerPontus Fuchs via bug 6973:
2012-06-21 Jörg MayerRemove some trailing whitespace
2012-06-18 Michael TüxenFix compilation on FreeBSD.
2012-06-09 Chris MaynardFix Coverity CID 708961: Resource leak, by closing...
2012-06-08 Chris MaynardSome minimal documentation of remote capture interface...
2012-06-08 Chris MaynardAdd another cast to make Windows buildbots happy.
2012-06-08 Anders BromanAdd a cast.
2012-06-08 Anders BromanFrom Alexey Neyman Forward ported by Michael Mann:
2012-05-25 Chris MaynardIn cap_pipe_open_live(), be sure to call ws_close(fd...
2012-05-18 Guy HarrisExpand a comment.
2012-05-16 Gerald CombsFix a bunch of uninitialized variables found by Coverit...
2012-05-07 Bill MeierFrom Evan Huus:
2012-04-25 Michael TüxenSet also the pcap buffer, if the default of 1 MB is...
2012-04-25 Michael TüxenReport the packets captured and the packets dropped...
2012-04-25 Michael TüxenAllow writing ISB with given recv/drop counters.
2012-04-25 Michael TüxenFix the packet counters.
2012-04-25 Michael TüxenFix locking problem.
2012-04-14 Guy HarrisFrom Evan Huus: add a missing free. Fixes bug 7092.
2012-04-04 Guy HarrisFix tpo.
2012-04-04 Guy HarrisWork around that WinPcap bug for another pcap_open...
2012-04-04 Guy HarrisWork around WinPcap bug wherein pcap_open() returns...
2012-03-13 Anders BromanFrom Jose Pedro Oliveira:
2012-03-12 Anders BromanFrom Jose Pedro Oliveira:
2012-03-11 Guy HarrisFix function name in debugging message.
2012-03-10 Gerald CombsIn pcapng.c use the units per second value from the...
2012-03-09 Anders BromanForward interface_opts.descr (currently empty) when...
2012-03-09 Anders BromanFrom Jose Pedro Oliveira: Make dumpcap write the if_tsr...
2012-03-06 Gerald CombsAdd a note about using GetSystemTimePreciseAsFileTime.
2012-03-05 Guy HarrisFix comment.
2012-03-03 Anders BromanFrom Jose Pedro Oliveira: Fix typos
2012-03-01 Gerald CombsAnother small commit to test migration.
2012-02-29 Gerald CombsAdd a comment noting that we need to add support for...
2012-02-29 Michael TüxenDon't use deprecated API on glib 2.31.18 and higher.
2012-02-23 Michael TüxenAs discussed with Anders: Only write a single ISB at...
2012-02-22 Anders Broman- Write ISB(s) at start and end of capture.
2012-02-22 Anders BromanExpand the API for ISB:s
2012-02-21 Michael TüxenWhitespace changes.
2012-02-21 Michael TüxenWhitespace changes.
2012-02-21 Anders BromanFrom Jose Pedro Oliveira:
2012-02-21 Anders BromanExtend libpcap_write_interface_description_block()...
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.
next