| Commit message (Expand) | Author | Age | Files | Lines |
* | The official #define for 32-bit and 64-bit Windows is _WIN32. | Guy Harris | 2015-09-02 | 1 | -45/+45 |
* | For -L, print the DLTs in order, not reverse order. | Guy Harris | 2015-09-02 | 1 | -7/+7 |
* | Clean up Capsicum rights setting a bit. | Guy Harris | 2015-03-10 | 1 | -4/+5 |
* | Get rid of unused variable. | Guy Harris | 2015-03-10 | 1 | -3/+0 |
* | Add a #define for the short options and put it above the long options. | Guy Harris | 2015-03-08 | 1 | -1/+12 |
* | Do the dump file Capsicum stuff in a common routine. | Guy Harris | 2015-03-05 | 1 | -23/+72 |
* | Add CAP_FCNTL and use cap_fcntls_limit(). | Wesley Shields | 2015-02-18 | 1 | -2/+14 |
* | Check for pcap_dump_ftell() failing. | Guy Harris | 2015-02-18 | 1 | -47/+54 |
* | Fix issues with the setting of libcap-ng capabilities. | Tommy Beadle | 2015-02-18 | 1 | -21/+44 |
* | configure: add support for cap-ng package | Francois-Xavier Le Bail | 2015-02-15 | 1 | -12/+21 |
* | Use immediate mode if available. | Guy Harris | 2015-02-10 | 1 | -0/+34 |
* | droproot(): always print to stderr (GH #425) | Denis Ovsienko | 2015-02-09 | 1 | -2/+2 |
* | Make sure to init capng before dropping root. | Tommy Beadle | 2015-01-27 | 1 | -20/+18 |
* | fix compilation on FreeBSD 10.1 | Denis Ovsienko | 2014-12-29 | 1 | -6/+10 |
* | Fix some typos | Francois-Xavier Le Bail | 2014-12-17 | 1 | -1/+1 |
* | Undefine HAVE_PCAP_FINDALLDEVS, if appropriate, before it's used. | Guy Harris | 2014-11-05 | 1 | -6/+11 |
* | Don't run past the snapshot length when doing hex/ASCII dumps. | Guy Harris | 2014-10-23 | 1 | -1/+7 |
* | Clarify what abort_on_misalignment() does. | Guy Harris | 2014-09-03 | 1 | -0/+7 |
* | Clean up configure check for libsmi. | Guy Harris | 2014-08-31 | 1 | -4/+4 |
* | Merge git://github.com/the-tcpdump-group/tcpdump | Guy Harris | 2014-07-10 | 1 | -7/+6 |
|\ |
|
| * | add a short option '#', same as long option '--number' (print a packet number) | Francois-Xavier Le Bail | 2014-07-10 | 1 | -7/+6 |
* | | Add support for FreeBSD capsicum sandboxing. | Loganaden Velvindron | 2014-07-10 | 1 | -1/+135 |
|/ |
|
* | Allow builds if libpcap doesn't have pcap_set_tstamp_precision(). | Guy Harris | 2014-06-25 | 1 | -14/+46 |
* | Merge pull request #377 from msekletar/master | Guy Harris | 2014-06-25 | 1 | -1/+32 |
|\ |
|
| * | Introduce --time-stamp-precision | Michal Sekletar | 2014-05-14 | 1 | -1/+32 |
* | | Make the table of long options const. | Guy Harris | 2014-06-20 | 1 | -1/+1 |
* | | Print priv drop msg here too. | Wesley Shields | 2014-06-15 | 1 | -0/+3 |
* | | Make droproot say something when successful. | Wesley Shields | 2014-06-15 | 1 | -0/+3 |
* | | tcpdump.c: error message must use stderr | Francois-Xavier Le Bail | 2014-05-17 | 1 | -1/+1 |
|/ |
|
* | Squelch warnings on OS X. | Guy Harris | 2014-05-07 | 1 | -0/+2 |
* | also tell OpenSSL and libsmi versions | Gisle Vanem | 2014-05-07 | 1 | -0/+12 |
* | Add --version to the usage message. | Guy Harris | 2014-05-06 | 1 | -2/+2 |
* | Add a --version option, to print just version information. | Guy Harris | 2014-05-06 | 1 | -12/+28 |
* | Print an optional packet number in the beginning of line | Francois-Xavier Le Bail | 2014-05-06 | 1 | -1/+10 |
* | Include <errno.h> on both Windows and UN*X. | Guy Harris | 2014-05-04 | 1 | -1/+0 |
* | Add some long options. | Guy Harris | 2014-05-02 | 1 | -69/+63 |
* | Sort options and put in notes for unusable option letters. | Guy Harris | 2014-05-01 | 1 | -2/+20 |
* | Rename our getopt.h to getopt_long.h. | Guy Harris | 2014-05-01 | 1 | -1/+1 |
* | Use getopt_long(). | Guy Harris | 2014-04-30 | 1 | -2/+70 |
* | Netdissectify the to-name resolution routines. | Guy Harris | 2014-04-04 | 1 | -1/+1 |
* | NDOize some generic code | Denis Ovsienko | 2014-04-03 | 1 | -1/+1 |
* | improve previous NDO conversions | Denis Ovsienko | 2014-04-03 | 1 | -2/+2 |
* | NDOize LLDP, PPP and RSVP decoders | Denis Ovsienko | 2014-04-02 | 1 | -10/+10 |
* | NDOize IEEE 802.11 decoder | Denis Ovsienko | 2014-03-31 | 1 | -12/+12 |
* | Handle DLT_PKTAP captures from OS X on non-OS X machines. | Guy Harris | 2014-03-30 | 1 | -0/+24 |
* | Add support for Apple's DLT_PKTAP. | Guy Harris | 2014-03-30 | 1 | -0/+3 |
* | NDOize Juniper DLT decoders | Denis Ovsienko | 2014-03-29 | 1 | -45/+45 |
* | NDOize AppleTalk, CDP and Kerberos decoders | Denis Ovsienko | 2014-03-28 | 1 | -3/+3 |
* | NDOize 7 more small decoders | Denis Ovsienko | 2014-03-21 | 1 | -7/+7 |
* | NDOize ATM, MPTCP, NTP, VTP & Whiteboard decoders | Denis Ovsienko | 2014-03-20 | 1 | -4/+4 |