summaryrefslogtreecommitdiff
path: root/tcpdump.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Not all Windows pcaps have pcap_wsockinit().Guy Harris2018-01-291-2/+5
* Don't test for __attribute__ in the configure script.Guy Harris2018-01-211-6/+10
* Always include <config.h> rather than "config.h".Guy Harris2018-01-211-1/+1
* Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail2018-01-211-1/+1
* Use pcapng as the name of the file format.Guy Harris2018-01-081-5/+5
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-8/+8
* Fix CreateTimerQueueTimer(). It's INVALID_HANDLE_VALUE, not INVALID_HANDLE.Guy Harris2017-11-131-4/+4
* Include <windows.h> to get Windows APIs declared and INVALID_HANDLE defined.Guy Harris2017-11-131-1/+3
* Use timer queue timers instead of multimedia timers.Guy Harris2017-11-121-16/+16
* Use setitimer() rather than alarm().Guy Harris2017-11-121-4/+18
* Note in a comment that we should perhaps use CreateTimerQueueTimer().Guy Harris2017-11-121-1/+11
* Always use the multimedia timer on Windows.Guy Harris2017-11-121-8/+0
* Use alarm() iff we're not on Windows.Guy Harris2017-11-121-15/+24
* Get rid of unused version string definitions.Guy Harris2017-11-121-31/+4
* tcpdump.c: Squelch some clang warningsFrancois-Xavier Le Bail2017-10-211-0/+8
* We can catch SIGINT on Windows as well.Guy Harris2017-10-211-1/+1
* That should be an int64_t, not a uint64_t, so don't have a trailing U.Guy Harris2017-10-201-1/+1
* Fix 64-bit maximum file size argument stuff.Guy Harris2017-10-201-4/+4
* Add support for remote capture if libpcap supports it.Guy Harris2017-10-201-30/+131
* Do the version number the way it's now done for libpcap.Guy Harris2017-10-161-12/+1
* On UN*X, always use sigaction(), and always have signal handlers return void.Guy Harris2017-10-151-8/+29
* Show libdnet presence in version output.Denis Ovsienko2017-10-151-0/+3
* It is once per second, not every 10 seconds.Denis Ovsienko2017-10-131-1/+1
* Only print packets_captured as often as necessary.Denis Ovsienko2017-10-121-4/+14
* Add --print, to cause packet printing even with -w.Guy Harris2017-10-111-15/+49
* Use pcap_dump_ftell64() if we have it.Guy Harris2017-09-301-5/+22
* Allow -C arguments > 2^31-1 GB if they can fit into a long.Guy Harris2017-09-211-2/+16
* Clean up pcap_findalldevs() call to find the first interface.Guy Harris2017-09-091-6/+7
* Handle attributes for function pointers by checking the compiler version.Guy Harris2017-08-191-5/+5
* Suppress UBSan warnings from EXTRACT_.Guy Harris2017-08-181-15/+6
* With no -s, or with -s 0, don't specify the snapshot length with newer versio...Guy Harris2017-06-021-9/+23
* Fixup the previous commit.Denis Ovsienko2017-04-021-0/+8
* On a FreeBSD system when using tcpdump -I -i wlanN and wlanN is not aRui Paulo2017-04-021-0/+20
* Fixup -C for file size >2GB (GH #488).Denis Ovsienko2017-03-191-1/+1
* Update a comment.Guy Harris2017-02-171-3/+4
* Don't close a pcap_t until we're done with its error buffer.Guy Harris2017-02-061-1/+1