]> The Tcpdump Group git mirrors - tcpdump/history - tcpdump.c
CMake: Fix the comment about versions. [skip ci]
[tcpdump] / tcpdump.c
2024-12-02  Francois-Xavier... Warn that options -A, -x[x] and -X[X] are mutually...
2024-10-31  Guy HarrisDon't hardwire the Windows system directory path.
2024-10-09  Guy HarrisMake tcpdump find wpcap.dll on Windows if it's not...
2024-09-30  Francois-Xavier... Add --time-t-size option to print the size of time_t...
2024-08-29  Denis OvsienkoMake illumos build warning-free. [skip appveyor]
2024-08-09  Guy HarrisImprove another invalid adapter index message.
2024-08-09  Guy HarrisImprove a tcpdump error message, free device list befor...
2024-05-15  Francois-Xavier... Include <config.h> unconditionally
2024-05-05  Francois-Xavier... Include <fcntl.h> unconditionally
2024-03-22  Francois-Xavier... Update --version option to print 32/64-bit build and...
2024-02-27  Guy Harristcpdump.c: fix a comment. [skip ci]
2023-12-02  Guy HarrisHave a #define to squelch -Wunused-result warnings.
2023-11-20  Dag-Erling SmørgravInitialize tzcode early.
2023-11-16  Francois-Xavier... Use symmetrical quotation characters in error messages
2023-10-13  Josh SorefFix spelling
2023-10-12  Hans Petter SelaskyFix for backends which doesn't support capsicum.
2023-10-12  Guy HarrisIgnore failures when setting the default "any" device...
2023-10-12  Dominique Martinetchild_cleanup: reap as many child processes as possible
2023-10-06  Francois-Xavier... Print the supported time stamp types (-J) to stdout...
2023-10-06  Francois-Xavier... Factorize some code
2023-10-06  Francois-Xavier... Print the list of data link types (-L) to stdout instea...
2023-10-05  Guy Harristcpdump: plug a memory leak.
2023-08-24  Martin WilliSkip privilege dropping when using -Z root on --with...
2023-04-07  Guy HarrisHave a common routine for converting dates and times...
2022-07-17  Alexandre FerrieuxSet SA_RESTART on non-lethal signals (REQ_INFO, FLUSH_P...
2022-03-20  Francois-Xavier... Use more S_SUCCESS and S_ERR_HOST_PROGRAM in main()
2021-09-29  Denis OvsienkoUse basename() and dirname() right on FreeBSD. [skip...
2021-09-29  Denis OvsienkoSquelch a warning with Capsicum enabled. [skip appveyor]
2021-09-29  Denis OvsienkoMove capdns from tcpdump.c to addrtoname.c.
2021-09-29  Guy HarrisSuppress "casting away const" warnings in missing/getop...
2020-11-04  Francois-Xavier... Print the optional packet count (--count) to stdout...
2020-10-08  Denis OvsienkoUse __func__ from C99 in error messages. [skip ci]
2020-09-30  Guy HarrisHandle very large -f files by rejecting them.
2020-09-10  Denis OvsienkoMake version and usage printing more consistent. [skip ci]
2020-08-29  Denis OvsienkoReport periodic stats only when safe to do so. [skip ci]
2020-08-06  Francois-Xavier... Apply the last step of the new way to update the link...
2020-06-12  Guy HarrisUse \ rather than / as a pathname separator in Windows.
2020-05-28  Guy HarrisMerge branch 'master' into macsec
2020-05-25  Guy HarrisMerge branch 'master' into fix_udp_frag_badlen 602/head
2020-05-25  Guy HarrisMerge pull request #773 from Mister-X-/fix-reason-codes
2020-05-25  Guy HarrisMerge pull request #772 from Mister-X-/fix-status-codes
2020-05-08  Francois-Xavier... Set default linktype LINUX_SLL2 when capturing on the... 850/head
2020-04-24  Francois-Xavier... Update the message about the verbose option
2020-04-22  Francois-Xavier... Show MemorySanitizer presence in version output
2020-03-30  Francois-Xavier... Update to avoid duplicate words detection
2020-03-02  Francois-Xavier... Add "domain" as an option for -T
2020-02-29  Michael RichardsonMerge pull request #492 from vel21ripn/nflog-print
2020-02-27  Francois-Xavier... Don't show in the usage the removed in 2003 -a option
2020-02-26  Francois-Xavier... Print an optional packet count on stderr instead of...
2020-02-24  fxlbMerge pull request #829 from fenner/isis-rfc8202
2020-02-19  Guy HarrisMerge pull request #828 from ffatghub/master
2020-02-19  Francesco FondelliAutosar SOME/IP protocol support 828/head
2020-02-05  Guy HarrisPush the floating-point test into a separate file.
2020-02-05  Guy HarrisDo the floating-point tests closer to what we need.
2020-02-05  Guy HarrisDo some tests based on the type of floating-point arith...
2020-01-20  Guy HarrisUse a short timeout, rather than immediate mode, for...
2019-11-24  Guy HarrisMove some code to better show how to handle pcap_activa...
2019-11-22  Partha GhoshThe ptp (precision time protocol) with UDP as the trans...
2019-11-13  Bill FennerDo not open an interface if not needed for -d
2019-11-03  Denis Ovsienkolibdnet has bugs, do not use it.
2019-10-27  Denis OvsienkoFix -V to fail invalid input safely
2019-10-08  Francois-Xavier... Use MAXIMUM_SNAPLEN macro
2019-08-09  Guy HarrisRemove more old-compiler compensation.
2019-08-04  Francois-Xavier... Fix a warning
2019-08-04  Francois-Xavier... Fix a warning
2019-07-23  Francois-Xavier... Fix a warning
2019-07-21  Francois-Xavier... Fix a warning
2019-07-21  Francois-Xavier... Fix a warning
2019-04-03  Guy HarrisMerge pull request #743 from taghos/master
2019-04-03  Guy HarrisExplain why we're defining HAVE_REMOTE before including...
2019-04-03  Ricardo Nabinger... Add shortcuts for setting time stamp precision 743/head
2019-03-24  Michael RichardsonMerge branch 'master' of https://github.com/kivinen...
2019-03-23  Michael RichardsonMerge pull request #733 from marka63/dns-get-extended...
2019-03-19  Francois-Xavier... Squelch a clang warning
2019-01-29  Guy HarrisMerge pull request #722 from aieri/issue/695
2019-01-29  Guy HarrisMerge pull request #703 from nmap/update-gitignore
2019-01-07  Guy HarrisHandle rpcaps:// URLs as well, for rpcap-over-TLS.
2018-11-17  Tero KivinenUpdated 802.15.4 code
2018-11-09  Guy HarrisFix typo.
2018-11-09  Guy HarrisMerge pull request #715 from rbgarga/fix_capsicum_header
2018-11-06  Renato BotelhoInclude correct capsicum header 715/head
2018-10-29  Francois-Xavier... Add an usage message for the -m option
2018-10-09  Guy HarrisMerge pull request #710 from agnosticdev/return-checks
2018-10-09  agnosticdevreturn-checks: Added a return check for malloc and... 710/head
2018-10-05  Francois-Xavier... Harmonize a message
2018-10-04  Francois-Xavier... Add the snapshot length to the "reading from file ...
2018-10-04  Francois-Xavier... Use signed formats for signed values
2018-09-15  Guy HarrisFix data types.
2018-09-15  Guy HarrisMove getopt_long.h to missing.
2018-09-10  Francois-Xavier... Make the invalid snaplen message clearer
2018-08-07  Francois-Xavier... Fix local time printing
2018-07-31  Guy HarrisClean up indentation.
2018-07-31  Greg SteinbrecherAdd check for pcap timestamp warnings. (GH #693)
2018-07-29  Guy HarrisSurround some declarations/definitions with #ifdefs.
2018-07-19  Petr VorelDisplay interface and index and name on DLT_LINUX_SLL2
2018-07-14  Francois-Xavier... Exit if capng_change_id() fails to change the uid
2018-07-14  Francois-Xavier... Use more the error() function
2018-07-12  Denis OvsienkoSquelch an unused parameter warning.
2018-04-30  Guy HarrisDisplay the "wireless" flag and connection status.
2018-04-09  Guy HarrisSome additional cleanups.
next