]> The Tcpdump Group git mirrors - tcpdump/history - tcpdump.c
Handle very large -f files by rejecting them.
[tcpdump] / tcpdump.c
2022-02-10  Guy HarrisHandle very large -f files by rejecting them. tcpdump-4.9
2019-08-27  Denis Ovsienko(for 4.9.3) CVE-2018-14879/fix -V to fail invalid input...
2018-11-21  Greg SteinbrecherAdd check for pcap timestamp warnings. (GH #693)
2018-07-14  Francois-Xavier... Exit if capng_change_id() fails to change the uid
2017-09-01  Guy HarrisSuppress UBSan warnings from EXTRACT_.
2017-07-21  Denis OvsienkoFixup -C for file size >2GB (GH #488).
2017-07-21  Guy HarrisDon't close a pcap_t until we're done with its error...
2017-07-21  Denis OvsienkoShow AddressSanitizer presence in version output.
2017-02-09  Luigi Rizzoadd CAP_EVENT for the libpcap device
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...
2015-05-05  Brooks DavisRemove "capability mode sandbox enabled" message. 457/head
2015-04-27  Brooks DavisAllocate the netdissect_object on the stack. 455/head
2015-04-27  Brooks DavisRename gndo to ndo now that it isn't global.
2015-04-27  Brooks DavisPass an ndo to the print API rather than using gndo.
2015-04-27  Brooks DavisRemove non-dissection related flags from struct netdiss...
2015-04-22  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2015-04-16  Guy HarrisGet rid of unused variable.
2015-04-15  Michael RichardsonMerge pull request #452 from brooksdavis/backend-separation
2015-04-15  Brooks DavisDisentangle packet dissection functionally in tcpdump... 452/head
2015-03-27  Guy HarrisFor -L, print the DLTs in order, not reverse order.
2015-03-22  Denis Ovsienkofix compiling after the last change
2015-03-22  Denis Ovsienkodismiss NETDISSECT_REWORKED macro
2015-03-22  Denis Ovsienkoremove unused function default_print()
2015-03-11  Guy HarrisGet rid of unused variable.
2015-03-10  Guy HarrisGet rid of support for non-NDOified printers.
2015-03-09  Guy HarrisClean up Capsicum rights setting a bit.
2015-03-08  Guy HarrisAdd a #define for the short options and put it above...
2015-03-05  Guy HarrisDo the dump file Capsicum stuff in a common routine. 440/head
2015-03-05  Guy HarrisMerge pull request #433 from wxsBSD/cap_fix
2015-02-18  Wesley ShieldsAdd CAP_FCNTL and use cap_fcntls_limit(). 433/head
2015-02-18  Guy HarrisCheck for pcap_dump_ftell() failing.
2015-02-18  Tommy BeadleFix issues with the setting of libcap-ng capabilities. 431/head
2015-02-15  Francois-Xavier... configure: add support for cap-ng package
2015-02-12  Guy HarrisMerge pull request #429 from mkirkhart/inverse-arp...
2015-02-10  Guy HarrisUse immediate mode if available.
2015-02-09  Denis Ovsienkodroproot(): always print to stderr (GH #425)
next