summaryrefslogtreecommitdiff
path: root/tcpdump.c
Commit message (Expand)AuthorAgeFilesLines
* child_cleanup: reap as many child processes as possibleDominique Martinet2023-04-191-1/+1
* tcpdump.c: fix a comment. [skip ci]Guy Harris2023-02-251-1/+1
* Detect OS IPv6 support using AF_INET6 only.Denis Ovsienko2023-02-221-0/+1
* tcpdump: plug a memory leak.Guy Harris2023-02-051-0/+2
* Have a common routine for converting dates and times to strings.Guy Harris2023-02-021-2/+20
* Set SA_RESTART on non-lethal signals (REQ_INFO, FLUSH_PCAP) to avoid corrupti...Alexandre Ferrieux2022-07-161-1/+8
* Use more S_SUCCESS and S_ERR_HOST_PROGRAM in main()Francois-Xavier Le Bail2022-02-041-1/+1
* Add --print-sampling option to print every Nth packetNathan O'Sullivan2022-01-171-2/+14
* Initial support to parse QUIC packets.Rui Paulo2021-11-091-0/+2
* Remove the space I added to provoke a rebuild.Guy Harris2021-08-111-1/+1
* Add a space at the end of the first line, to provoke a build.Guy Harris2021-08-111-1/+1
* Use basename() and dirname() right on FreeBSD. [skip appveyor]Denis Ovsienko2021-08-051-3/+30
* Squelch a warning with Capsicum enabled. [skip appveyor]Denis Ovsienko2021-08-041-1/+3
* Move capdns from tcpdump.c to addrtoname.c.Denis Ovsienko2021-08-021-4/+0
* Suppress "casting away const" warnings in missing/getopt_long.c.Guy Harris2021-07-241-10/+12
* Improve the handling of size suffixes for -C.Guy Harris2021-07-101-15/+61
* Merge pull request #916 from stevekay/masterGuy Harris2021-07-101-4/+17
|\
| * optional unit suffix on -CSteve Kay2021-05-081-4/+17
* | Print the supported time stamp types (-J) to stdout instead of stderrFrancois-Xavier Le Bail2021-07-081-3/+3
* | Factorize some codeFrancois-Xavier Le Bail2021-07-081-2/+4
* | Print the list of data link types (-L) to stdout instead of stderrFrancois-Xavier Le Bail2021-07-071-6/+6
|/
* Lose a few forward declarations in tcpdump.c.Denis Ovsienko2021-03-291-29/+15
* Print the optional packet count (--count) to stdout instead of stderrFrancois-Xavier Le Bail2020-11-041-1/+1
* Use __func__ from C99 in error messages. [skip ci]Denis Ovsienko2020-10-081-8/+8
* Handle very large -f files by rejecting them.Guy Harris2020-09-301-3/+12
* Make version and usage printing more consistent. [skip ci]Denis Ovsienko2020-09-101-26/+26
* Report periodic stats only when safe to do so. [skip ci]tcpdump-4.10.0-bpDenis Ovsienko2020-08-291-1/+4
* Apply the last step of the new way to update the link-layer header lengthFrancois-Xavier Le Bail2020-08-061-3/+3
* Use \ rather than / as a pathname separator in Windows.Guy Harris2020-06-111-1/+11
* Set default linktype LINUX_SLL2 when capturing on the "any" deviceFrancois-Xavier Le Bail2020-05-081-1/+10
* Update the message about the verbose optionFrancois-Xavier Le Bail2020-04-241-1/+1
* Show MemorySanitizer presence in version outputFrancois-Xavier Le Bail2020-04-221-1/+3
* Update to avoid duplicate words detectionFrancois-Xavier Le Bail2020-03-301-1/+1
* Add "domain" as an option for -TFrancois-Xavier Le Bail2020-03-021-0/+2
* Don't show in the usage the removed in 2003 -a optionFrancois-Xavier Le Bail2020-02-271-1/+1
* Print an optional packet count on stderr instead of printing packetsFrancois-Xavier Le Bail2020-02-261-2/+14
* Autosar SOME/IP protocol supportFrancesco Fondelli2020-02-191-0/+2
* Push the floating-point test into a separate file.Guy Harris2020-02-041-8/+3
* Do the floating-point tests closer to what we need.Guy Harris2020-02-041-11/+7
* Do some tests based on the type of floating-point arithmetic tcpdump does.Guy Harris2020-02-041-0/+24
* Use a short timeout, rather than immediate mode, for text output.Guy Harris2020-01-191-13/+15
* Move some code to better show how to handle pcap_activate() failure.Guy Harris2019-11-231-2/+2
* The ptp (precision time protocol) with UDP as the transport protocol.Partha Ghosh2019-11-221-0/+2
* Do not open an interface if not needed for -dBill Fenner2019-11-131-0/+23
* libdnet has bugs, do not use it.Denis Ovsienko2019-11-031-3/+0
* Fix -V to fail invalid input safelyDenis Ovsienko2019-10-271-2/+4
* Use MAXIMUM_SNAPLEN macroFrancois-Xavier Le Bail2019-10-081-1/+1
* Remove more old-compiler compensation.Guy Harris2019-08-081-3/+3
* Fix a warningFrancois-Xavier Le Bail2019-08-041-1/+1
* Fix a warningFrancois-Xavier Le Bail2019-08-041-0/+2