summaryrefslogtreecommitdiff
path: root/tcpdump.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Squelch an unused parameter warning.Denis Ovsienko2018-07-121-1/+5
* Display the "wireless" flag and connection status.Guy Harris2018-04-301-2/+47
* Some additional cleanups.Guy Harris2018-04-081-6/+8
* Use "pdd" rather than "p" for pcap_dumper_t *'s.Guy Harris2018-04-081-25/+25
* Separate flushing the packet buffer from SIGINFO to SIGUSR2Guy Lewin2018-04-081-4/+18
* When SIGINFO (or SIGUSR1) signal sent, also flush the buffer. Useful when you...Guy Lewin2018-04-081-1/+6
* Don't define immediate_mode if we won't be using it.Guy Harris2018-04-041-0/+2
* Merge pull request #667 from slavashw/masterGuy Harris2018-04-021-1/+1
|\
| * Fix fail to capture on RDMA device on FreeBSDSlava Shwartsman2018-03-221-1/+1
* | Allow index numbers in remote capture.Guy Harris2018-04-011-5/+73
* | Get rid of debugging printout.Guy Harris2018-03-311-1/+0
* | Remove useless commentsFrancois-Xavier Le Bail2018-03-191-6/+0
|/
* Add a status exit code to the function ndo_error()Francois-Xavier Le Bail2018-02-251-18/+18
* Style updateFrancois-Xavier Le Bail2018-02-061-2/+2
* Add nd_{v}snprintf() routines/wrappers.Guy Harris2018-01-291-3/+3