]> The Tcpdump Group git mirrors - tcpdump/history - tcpdump.c
Fix mkdep invocations.
[tcpdump] / tcpdump.c
2017-11-13  Guy HarrisFix CreateTimerQueueTimer(). It's INVALID_HANDLE_VALUE...
2017-11-13  Guy HarrisInclude <windows.h> to get Windows APIs declared and...
2017-11-13  Guy HarrisUse timer queue timers instead of multimedia timers.
2017-11-13  Guy HarrisUse setitimer() rather than alarm().
2017-11-13  Guy HarrisNote in a comment that we should perhaps use CreateTime...
2017-11-13  Guy HarrisAlways use the multimedia timer on Windows.
2017-11-12  Guy HarrisUse alarm() iff we're not on Windows.
2017-11-12  Guy HarrisGet rid of unused version string definitions.
2017-10-21  Francois-Xavier... tcpdump.c: Squelch some clang warnings
2017-10-21  Guy HarrisWe can catch SIGINT on Windows as well.
2017-10-20  Guy HarrisThat should be an int64_t, not a uint64_t, so don't...
2017-10-20  Guy HarrisFix 64-bit maximum file size argument stuff.
2017-10-20  Guy HarrisAdd support for remote capture if libpcap supports it.
2017-10-16  Guy HarrisDo the version number the way it's now done for libpcap.
2017-10-16  Guy HarrisOn UN*X, always use sigaction(), and always have signal...
2017-10-15  Denis OvsienkoShow libdnet presence in version output.
2017-10-13  Denis OvsienkoIt is once per second, not every 10 seconds.
2017-10-12  Denis OvsienkoOnly print packets_captured as often as necessary.
2017-10-11  Guy HarrisAdd --print, to cause packet printing even with -w.
2017-09-30  Guy HarrisUse pcap_dump_ftell64() if we have it.
2017-09-28  Michael RichardsonMerge pull request #635 from sjvudp/f-contribute
2017-09-21  Guy HarrisAllow -C arguments > 2^31-1 GB if they can fit into...
2017-09-09  Guy HarrisClean up pcap_findalldevs() call to find the first...
2017-08-19  Guy HarrisHandle attributes for function pointers by checking...
2017-08-19  Guy HarrisSuppress UBSan warnings from EXTRACT_.
2017-06-03  Guy HarrisWith no -s, or with -s 0, don't specify the snapshot...
2017-04-02  Denis OvsienkoFixup the previous commit.
2017-04-02  Rui PauloOn a FreeBSD system when using tcpdump -I -i wlanN...
2017-03-19  Denis OvsienkoFixup -C for file size >2GB (GH #488).
2017-02-17  Guy HarrisUpdate a comment.
2017-02-06  Guy HarrisDon't close a pcap_t until we're done with its error...
2017-02-03  Denis OvsienkoShow AddressSanitizer presence in version output.
2017-02-02  Guy HarrisMerge pull request #588 from glebius/casper
2017-02-02  Luigi Rizzoadd CAP_EVENT for the libpcap device
2017-02-02  Gleb SmirnoffAdd support for libcasper library available on FreeBSD... 588/head
2017-01-18  Guy HarrisMerge pull request #500 from atsampson/master
2017-01-18  Steve KayFixes issue where statistics not reported when -G and...
2016-10-21  Francois-Xavier... Fix a typo in a comment
2016-09-04  Francois-Xavier... Avoid using a global variable when it's not needed
2016-09-02  Francois-Xavier... Declare a variable as static
2016-09-02  Francois-Xavier... Fix a segmentation fault with 'tcpdump -J'
2016-09-02  Francois-Xavier... Fix a warning
2016-08-25  Francois-Xavier... Improve code readability: A pointer should not be compa...
2016-08-10  Guy HarrisWork around pcap_create() failures fetching time stamp...
2016-08-10  Guy HarrisDon't print the "listening on" message differently...
2016-08-09  Guy HarrisTry opening interfaces by name first, then by name...
2016-08-04  Guy HarrisMove more libsmi stuff to netdissect.c.
2016-08-04  Guy HarrisMove some code around.
2016-07-29  Michael RichardsonMerge pull request #534 from MisterDA/hncp-20160728
2016-07-01  Guy HarrisDon't use strcasecmp(), use ascii_strcasecmp().
2016-06-30  Guy HarrisMerge pull request #526 from superjamie/Cflag-Wflag...
2016-06-29  Jamie BainbridgeDon't accept zero -C or -W options 526/head
2016-06-27  Guy HarrisSquelch a compiler warning.
2016-05-16  Guy HarrisMerge pull request #519 from dionbosschieter/updatePost...
2016-05-16  Dion BosschieterChange -z command help text to -z postrotate-command 519/head
2016-04-26  Andrew DarquiInitial support for the REdis Serialization Protocol...
2016-03-20  Guy HarrisWe have to set the filter on every new file.
2016-03-20  Guy HarrisDon't recompile the filter if the new file has the...
2016-02-07  Adam SampsonDon't drop CAP_SYS_CHROOT before chrooting. 500/head
2015-12-31  Guy HarrisUse the new debugging routines in libpcap.
2015-12-17  Francois-Xavier... There is no need to use strdup() for options
2015-12-16  Denis OvsienkoMerge pull request #471 from qnet-herwin/radius_port1700
2015-12-15  Francois-Xavier... Fix some leaks found by Valgrind/Memcheck
2015-12-13  Guy HarrisCheck for fork/vfork failing.
2015-12-13  Guy HarrisMerge pull request #494 from RomeroMalaquias/master
2015-12-13  Romero MalaquiasAvoiding conditional directives that break statements 494/head
2015-11-01  Guy HarrisMerge pull request #486 from loos-br/master
2015-10-14  Luiz Otavio O SouzaFix capsicum support to work with zerocopy buffers... 486/head
2015-10-12  Francois-Xavier... Fix the error handling in 'ndo_printf' function
2015-09-24  Guy HarrisClean up some variable names.
2015-09-24  Guy HarrisMerge pull request #483 from sinic/master
2015-09-24  Simon NicolussiFree the list of devices after printing it (-D) 483/head
2015-09-24  Simon NicolussiFree the entire list of devices, not just its tail
2015-09-21  Guy HarrisFree up lists we get from pcap_findalldevs().
2015-09-21  Guy HarrisMerge pull request #482 from sinic/master
2015-09-21  Simon NicolussiDefault to first interface from pcap_findalldevs() 482/head
2015-09-17  Guy HarrisDon't fetch statistics in verbose_stats_dump().
2015-09-17  Guy HarrisRename a variable to avoid collision with stat().
2015-09-14  Guy HarrisNobody uses off_t, either. (ftell(), and pcap_dump_fte...
2015-09-14  Guy HarrisWe don't use uint, so no need to define it on Windows.
2015-09-14  Guy HarrisFix for *pcaps without pcap_create()/pcap_activate().
2015-09-14  Gisle VanemGet rid of some unneeded #defines and #includes.
2015-09-14  Francois-Xavier... Remove non-dissection related fields from struct netdis...
2015-09-14  Francois-Xavier... Remove a non-dissection related field from struct netdi...
2015-09-14  Francois-Xavier... Move if_printer to structure netdissect_options
2015-09-11  Guy HarrisCall pcap_wsockinit(), not wsockinit(), and print a...
2015-09-10  Francois-Xavier... Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'
2015-09-09  Francois-Xavier... Update a ndo flag name
2015-09-08  Francois-Xavier... Update tcpdump summary comment
2015-09-08  Francois-Xavier... Print program_name instead of "tcpdump"
2015-09-08  Francois-Xavier... Remove no longer used option 'R'
2015-09-07  Francois-Xavier... Add program_name field in the netdissect_options structure
2015-08-31  Guy HarrisThe official #define for 32-bit and 64-bit Windows...
2015-08-18  Francois-Xavier... Fix a warning as "ISO C90 forbids mixed declarations...
2015-08-11  Guy HarrisFix typo in comment.
2015-07-13  Bill ParkerAdd checks for strdup() failure.
2015-07-12  Francois-Xavier... Fix warnings as "declaration of 'x' shadows a global...
2015-06-11  Guy HarrisDo case-insensitive comparisons assuming ASCII strings.
2015-05-20  Guy HarrisMerge pull request #455 from brooksdavis/gndo-cleanup
2015-05-20  Guy HarrisMerge pull request #457 from brooksdavis/no-sandbox...
next