Point to the Wayback Machine for a now-dead link.
[gd/wireshark/.git] / dumpcap.c
2019-07-08 Peter Wudumpcap: fix uninitialized memory read on dumpcap ...
2019-07-01 Guy HarrisDistinguish "Interface went down" from "Interface disap...
2019-07-01 Guy HarrisLibpcap may now say "The interface disappeared" if...
2019-06-30 Guy HarrisUpdate a comment, and shuffle tests.
2019-05-24 Dario Lombardodumpcap: use typedefs instead of structs.
2019-05-14 Guy HarrisFix comment.
2019-05-14 Guy HarrisExplain that not handling byte-swapped pcap files break...
2019-05-10 Dario Lombardodumpcap: remove legacy code.
2019-05-04 Gerald CombsDumpcap: Use win32strerror in more places.
2019-05-02 Guy HarrisMove the Winsock initialization and cleanup to wsutil...
2019-05-01 Gerald CombsDumpcap: Call WSAStartup+WSACleanup once.
2019-05-01 Guy HarrisDon't use the result of please_report_bug() as a format...
2019-05-01 Gerald CombsWindows: Modernize our WSAStartup usage.
2019-04-21 Tomasz Mońdumpcap: Fix pipe read deadlock on Windows
2019-03-24 Guy HarrisAdd routines to return "Please report this as a bug...
2019-03-14 Vasil Velichkovdumpcap: Initialize the stats variable
2019-03-10 Anders BromanDumpcap: Set a bigger IO buffer (64KiB).
2019-02-08 Gerald CombsConvert WinPcap references to Npcap.
2019-01-26 Peter Wudumpcap: fix memory leak in ringbuffer mode
2019-01-24 Peter Wudumpcap: fix memleak if multi_files_on is enabled
2019-01-18 Pantar Anaebhscr: increasing ebhscr snaplen
2019-01-02 Peter Wucli_main: remove real_main from stack traces for non...
2019-01-01 Guy HarrisMove some command-line-oriented routines from wsutil...
2018-12-31 Guy HarrisImprove capture-on-pipe error messages.
2018-12-31 Guy HarrisUse size_t, not int, for sizes.
2018-12-29 Michael MannAdd interface name when outputting packets dropped.
2018-12-18 Jaap Keuterwritecap: rename pcapng_write_session_block to _section...
2018-12-13 Guy HarrisMove more version-info-related stuff to version_info.c.
2018-12-13 Guy HarrisPut the main() and wmain() routines for CLI programs...
2018-11-27 Gerald CombsDumpcap: Adjust pcapng headers when we write them.
2018-11-16 Gerald CombsDumpcap: Fix writing SHBs and IDBs.
2018-11-15 Gerald CombsDumpcap: Update our pipe closed logic.
2018-11-14 Gerald CombsDumpcap: Make sure we set our pipe error status.
2018-11-14 Gerald CombsDumpcap: Don't let individual pipes stop our capture.
2018-11-14 Gerald CombsDumpcap: Move packet dequeueing code to a common routine.
2018-11-10 Guy Harriscapture_loop_write_pcapng_cb() shouldn't be called...
2018-11-10 Gerald CombsDumpcap: Move the "just wrote one packet" logic to...
2018-11-09 Gerald CombsDumpcap+Qt: Add support for `-a packets:NUM` and `...
2018-11-01 Gerald CombsMove condition logic to dumpcap.c
2018-10-21 Gerald CombsDumpcap: Swap bytes only for pcap sources.
2018-10-08 Guy HarrisBring back arg_list_utf_16to8(), but have it just do...
2018-10-07 Guy HarrisUse wsetargv.obj, and wmain() rather than main(), on...
2018-10-06 James KoFix Windows dumpcap -i TCP@
2018-10-01 Gerald CombsAdd a systemd Journal Export extcap.
2018-09-28 James Kodumpcap: fix some warnings and add some debugs
2018-08-13 Guy HarrisPut the interface descrptions into the IDB when capturi...
2018-08-12 Guy HarrisMore comment cleanup.
2018-08-12 Guy HarrisImprove comments.
2018-08-12 Guy HarrisClean up temporary filename generation.
2018-06-11 Guy HarrisGive more detailed information about capture permission...
2018-06-11 Guy HarrisOffer a permissions suggestion for macOS.
2018-06-10 Guy HarrisImprove the secondary error messages for pcap errors.
2018-05-16 Guy HarrisEliminate some unneeded header checks.
2018-05-12 Guy HarrisReport the appropriate secondary message for ENOSPC...
2018-04-16 Andersglib: Get rid of GLIB_CHECK_VERSION as we now require...
2018-02-08 Dario Lombardoreplace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
2018-01-16 Dario Lombardodumpcap: remove dead code (CID: 1188011).
2018-01-08 Jon DeVreeDo not automatically enable the linux kernel's BPF...
2018-01-08 Dario Lombardoextcap: remove conditional compilation.
2017-12-24 Peter WuFix build and thread runtime compat with older GLib
2017-12-17 Gerald CombsLog output updates.
2017-12-05 Pascal Quantindumpcap.c: cap_pipe_read() returns a ssize_t whatever...
2017-12-01 James Kodumpcap: enable capture of pcapng from pipe
2017-11-29 Gerald CombsThreads: Set lifetimes and add a compatibility routine.
2017-11-17 Guy HarrisNo need for a read/write descriptor for the output...
2017-11-17 Guy HarrisAllow dumpcap to write to a named pipe.
2017-11-09 Gerald CombsStart using SPDX license identifiers.
2017-10-31 João ValverdeRemove unused netdb.h #includes
2017-10-26 João ValverdeFix indentation
2017-10-26 João ValverdeImprove our inet_ntop() wrapper
2017-09-26 João ValverdeRename "ws_version_info.h", also .c
2017-09-05 Stig Bjørlykkedumpcap: Detect extcap pipe from correct interface
2017-08-28 Mikael Kanstrupiface_lists: Access ifaces member by reference
2017-08-22 Ahmad FatoumAdd hardware timestamping support
2017-07-03 Sake BlokAdd option to use wall-clock intervals
2017-06-30 Peter Wudumpcap: fix minor memory leak at begin of capture
2017-06-30 Peter Wudumpcap: fix buffer overflow on packets larger than...
2017-06-05 Guy HarrisAllow bigger snapshot lengths for D-Bus captures.
2017-06-04 Guy HarrisAllocate the pipe capture data buffer upfront.
2017-06-04 Guy HarrisAllocate a buffer in cap_pipe_dispatch(), not in captur...
2017-04-22 Guy HarrisUpdate a comment.
2017-04-05 Guy HarrisA bunch of "{Mac} OS X" -> "macOS" changes.
2017-03-28 Martin SehnoutkaReflect new default value of snaplen in man pages.
2017-03-28 Michael Manndumpcap: Move large data (WTAP_MAX_PACKET_SIZE) to...
2017-03-27 Michael MannCheck for return value of WSAStartup on all executables.
2017-03-09 Joerg MayerAdd another instance of capture_opts_log when more...
2017-03-06 Guy HarrisClean up indentation.
2017-03-06 Guy HarrisRename a data structure to reflect what it represents.
2017-03-05 Alexis La Gouttedumpcap: fix this statement may fall through [-Werror...
2017-02-02 Dario Lombardocapture_opts: free memory on exit to avoid leak.
2017-01-30 Gerald CombsDumpcap: Improve an error message.
2016-11-30 Gerald CombsQt: Fix simple_dialog formatting.
2016-10-22 Guy HarrisMore checks for localtime() and gmtime() returning...
2016-09-23 Stig Bjørlykkedumpcap: Include CPU info as hardware description in SHB
2016-09-11 Peter Wudumpcap: fix memleak on exit
2016-09-08 Guy HarrisUse get_nonzero_guint32() to fetch guint32 values.
2016-09-08 Dario Lombardodumpcap: change types.
2016-09-06 Guy HarrisUse get_positive_int() to parse signed positive arguments.
2016-09-05 Guy HarrisReport an error if the channel type isn't valid.
2016-08-01 Dario LombardoFix compilation without extcap.
next