summaryrefslogtreecommitdiff
path: root/tcpdump.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a warningFrancois-Xavier Le Bail2019-07-231-1/+1
* Fix a warningFrancois-Xavier Le Bail2019-07-211-1/+1
* Fix a warningFrancois-Xavier Le Bail2019-07-211-2/+3
* Merge pull request #743 from taghos/masterGuy Harris2019-04-031-9/+19
|\
| * Add shortcuts for setting time stamp precisionRicardo Nabinger Sanchez2019-04-031-9/+19
* | Explain why we're defining HAVE_REMOTE before including pcap.h.Guy Harris2019-04-031-0/+13
|/
* Squelch a clang warningFrancois-Xavier Le Bail2019-03-191-0/+1
* Handle rpcaps:// URLs as well, for rpcap-over-TLS.Guy Harris2019-01-061-2/+4
* Fix typo.Guy Harris2018-11-091-1/+1
* Include correct capsicum headerRenato Botelho2018-11-061-1/+1
* Add an usage message for the -m optionFrancois-Xavier Le Bail2018-10-291-1/+9
* return-checks: Added a return check for malloc and for strsepagnosticdev2018-10-081-0/+3
* Harmonize a messageFrancois-Xavier Le Bail2018-10-051-5/+5
* Add the snapshot length to the "reading from file ..." messageFrancois-Xavier Le Bail2018-10-041-12/+11
* Use signed formats for signed valuesFrancois-Xavier Le Bail2018-10-041-2/+2
* Fix data types.Guy Harris2018-09-151-1/+1
* Move getopt_long.h to missing.Guy Harris2018-09-141-1/+1
* Make the invalid snaplen message clearerFrancois-Xavier Le Bail2018-09-101-1/+2
* Fix local time printingFrancois-Xavier Le Bail2018-08-071-9/+4
* Clean up indentation.Guy Harris2018-07-311-8/+7
* Add check for pcap timestamp warnings. (GH #693)Greg Steinbrecher2018-07-311-0/+4
* Surround some declarations/definitions with #ifdefs.Guy Harris2018-07-291-1/+7
* Display interface and index and name on DLT_LINUX_SLL2Petr Vorel2018-07-191-0/+4
* Exit if capng_change_id() fails to change the uidFrancois-Xavier Le Bail2018-07-141-4/+3
* Use more the error() functionFrancois-Xavier Le Bail2018-07-141-21/+10