| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Display the "wireless" flag and connection status. | Guy Harris | 2018-04-30 | 1 | -2/+47 |
* | Some additional cleanups. | Guy Harris | 2018-04-08 | 1 | -6/+8 |
* | Use "pdd" rather than "p" for pcap_dumper_t *'s. | Guy Harris | 2018-04-08 | 1 | -25/+25 |
* | Separate flushing the packet buffer from SIGINFO to SIGUSR2 | Guy Lewin | 2018-04-08 | 1 | -4/+18 |
* | When SIGINFO (or SIGUSR1) signal sent, also flush the buffer. Useful when you... | Guy Lewin | 2018-04-08 | 1 | -1/+6 |
* | Don't define immediate_mode if we won't be using it. | Guy Harris | 2018-04-04 | 1 | -0/+2 |
* | Merge pull request #667 from slavashw/master | Guy Harris | 2018-04-02 | 1 | -1/+1 |
|\ |
|
| * | Fix fail to capture on RDMA device on FreeBSD | Slava Shwartsman | 2018-03-22 | 1 | -1/+1 |
* | | Allow index numbers in remote capture. | Guy Harris | 2018-04-01 | 1 | -5/+73 |
* | | Get rid of debugging printout. | Guy Harris | 2018-03-31 | 1 | -1/+0 |
* | | Remove useless comments | Francois-Xavier Le Bail | 2018-03-19 | 1 | -6/+0 |
|/ |
|
* | Add a status exit code to the function ndo_error() | Francois-Xavier Le Bail | 2018-02-25 | 1 | -18/+18 |
* | Style update | Francois-Xavier Le Bail | 2018-02-06 | 1 | -2/+2 |
* | Add nd_{v}snprintf() routines/wrappers. | Guy Harris | 2018-01-29 | 1 | -3/+3 |
* | Not all Windows pcaps have pcap_wsockinit(). | Guy Harris | 2018-01-29 | 1 | -2/+5 |
* | Don't test for __attribute__ in the configure script. | Guy Harris | 2018-01-21 | 1 | -6/+10 |
* | Always include <config.h> rather than "config.h". | Guy Harris | 2018-01-21 | 1 | -1/+1 |
* | Use quoted include netdissect-stdinc.h instead of angle-bracketed one | Francois-Xavier Le Bail | 2018-01-21 | 1 | -1/+1 |
* | Use pcapng as the name of the file format. | Guy Harris | 2018-01-08 | 1 | -5/+5 |
* | Remove all storage class specifier 'register' | Francois-Xavier Le Bail | 2017-12-13 | 1 | -8/+8 |
* | Fix CreateTimerQueueTimer(). It's INVALID_HANDLE_VALUE, not INVALID_HANDLE. | Guy Harris | 2017-11-13 | 1 | -4/+4 |
* | Include <windows.h> to get Windows APIs declared and INVALID_HANDLE defined. | Guy Harris | 2017-11-13 | 1 | -1/+3 |
* | Use timer queue timers instead of multimedia timers. | Guy Harris | 2017-11-12 | 1 | -16/+16 |
* | Use setitimer() rather than alarm(). | Guy Harris | 2017-11-12 | 1 | -4/+18 |
* | Note in a comment that we should perhaps use CreateTimerQueueTimer(). | Guy Harris | 2017-11-12 | 1 | -1/+11 |
* | Always use the multimedia timer on Windows. | Guy Harris | 2017-11-12 | 1 | -8/+0 |
* | Use alarm() iff we're not on Windows. | Guy Harris | 2017-11-12 | 1 | -15/+24 |
* | Get rid of unused version string definitions. | Guy Harris | 2017-11-12 | 1 | -31/+4 |
* | tcpdump.c: Squelch some clang warnings | Francois-Xavier Le Bail | 2017-10-21 | 1 | -0/+8 |
* | We can catch SIGINT on Windows as well. | Guy Harris | 2017-10-21 | 1 | -1/+1 |
* | That should be an int64_t, not a uint64_t, so don't have a trailing U. | Guy Harris | 2017-10-20 | 1 | -1/+1 |
* | Fix 64-bit maximum file size argument stuff. | Guy Harris | 2017-10-20 | 1 | -4/+4 |
* | Add support for remote capture if libpcap supports it. | Guy Harris | 2017-10-20 | 1 | -30/+131 |
* | Do the version number the way it's now done for libpcap. | Guy Harris | 2017-10-16 | 1 | -12/+1 |
* | On UN*X, always use sigaction(), and always have signal handlers return void. | Guy Harris | 2017-10-15 | 1 | -8/+29 |
* | Show libdnet presence in version output. | Denis Ovsienko | 2017-10-15 | 1 | -0/+3 |
* | It is once per second, not every 10 seconds. | Denis Ovsienko | 2017-10-13 | 1 | -1/+1 |
* | Only print packets_captured as often as necessary. | Denis Ovsienko | 2017-10-12 | 1 | -4/+14 |
* | Add --print, to cause packet printing even with -w. | Guy Harris | 2017-10-11 | 1 | -15/+49 |
* | Use pcap_dump_ftell64() if we have it. | Guy Harris | 2017-09-30 | 1 | -5/+22 |
* | Allow -C arguments > 2^31-1 GB if they can fit into a long. | Guy Harris | 2017-09-21 | 1 | -2/+16 |
* | Clean up pcap_findalldevs() call to find the first interface. | Guy Harris | 2017-09-09 | 1 | -6/+7 |
* | Handle attributes for function pointers by checking the compiler version. | Guy Harris | 2017-08-19 | 1 | -5/+5 |
* | Suppress UBSan warnings from EXTRACT_. | Guy Harris | 2017-08-18 | 1 | -15/+6 |
* | With no -s, or with -s 0, don't specify the snapshot length with newer versio... | Guy Harris | 2017-06-02 | 1 | -9/+23 |
* | Fixup the previous commit. | Denis Ovsienko | 2017-04-02 | 1 | -0/+8 |
* | On a FreeBSD system when using tcpdump -I -i wlanN and wlanN is not a | Rui Paulo | 2017-04-02 | 1 | -0/+20 |
* | Fixup -C for file size >2GB (GH #488). | Denis Ovsienko | 2017-03-19 | 1 | -1/+1 |
* | Update a comment. | Guy Harris | 2017-02-17 | 1 | -3/+4 |
* | Don't close a pcap_t until we're done with its error buffer. | Guy Harris | 2017-02-06 | 1 | -1/+1 |