summaryrefslogtreecommitdiff
path: root/tcpdump.c
Commit message (Expand)AuthorAgeFilesLines
* The official #define for 32-bit and 64-bit Windows is _WIN32.Guy Harris2015-09-021-45/+45
* For -L, print the DLTs in order, not reverse order.Guy Harris2015-09-021-7/+7
* Clean up Capsicum rights setting a bit.Guy Harris2015-03-101-4/+5
* Get rid of unused variable.Guy Harris2015-03-101-3/+0
* Add a #define for the short options and put it above the long options.Guy Harris2015-03-081-1/+12
* Do the dump file Capsicum stuff in a common routine.Guy Harris2015-03-051-23/+72
* Add CAP_FCNTL and use cap_fcntls_limit().Wesley Shields2015-02-181-2/+14
* Check for pcap_dump_ftell() failing.Guy Harris2015-02-181-47/+54
* Fix issues with the setting of libcap-ng capabilities.Tommy Beadle2015-02-181-21/+44
* configure: add support for cap-ng packageFrancois-Xavier Le Bail2015-02-151-12/+21
* Use immediate mode if available.Guy Harris2015-02-101-0/+34
* droproot(): always print to stderr (GH #425)Denis Ovsienko2015-02-091-2/+2
* Make sure to init capng before dropping root.Tommy Beadle2015-01-271-20/+18
* fix compilation on FreeBSD 10.1Denis Ovsienko2014-12-291-6/+10
* Fix some typosFrancois-Xavier Le Bail2014-12-171-1/+1
* Undefine HAVE_PCAP_FINDALLDEVS, if appropriate, before it's used.Guy Harris2014-11-051-6/+11
* Don't run past the snapshot length when doing hex/ASCII dumps.Guy Harris2014-10-231-1/+7
* Clarify what abort_on_misalignment() does.Guy Harris2014-09-031-0/+7
* Clean up configure check for libsmi.Guy Harris2014-08-311-4/+4
* Merge git://github.com/the-tcpdump-group/tcpdumpGuy Harris2014-07-101-7/+6
|\
| * add a short option '#', same as long option '--number' (print a packet number)Francois-Xavier Le Bail2014-07-101-7/+6
* | Add support for FreeBSD capsicum sandboxing.Loganaden Velvindron2014-07-101-1/+135
|/
* Allow builds if libpcap doesn't have pcap_set_tstamp_precision().Guy Harris2014-06-251-14/+46
* Merge pull request #377 from msekletar/masterGuy Harris2014-06-251-1/+32
|\
| * Introduce --time-stamp-precisionMichal Sekletar2014-05-141-1/+32
* | Make the table of long options const.Guy Harris2014-06-201-1/+1
* | Print priv drop msg here too.Wesley Shields2014-06-151-0/+3
* | Make droproot say something when successful.Wesley Shields2014-06-151-0/+3
* | tcpdump.c: error message must use stderrFrancois-Xavier Le Bail2014-05-171-1/+1
|/
* Squelch warnings on OS X.Guy Harris2014-05-071-0/+2
* also tell OpenSSL and libsmi versionsGisle Vanem2014-05-071-0/+12
* Add --version to the usage message.Guy Harris2014-05-061-2/+2
* Add a --version option, to print just version information.Guy Harris2014-05-061-12/+28
* Print an optional packet number in the beginning of lineFrancois-Xavier Le Bail2014-05-061-1/+10
* Include <errno.h> on both Windows and UN*X.Guy Harris2014-05-041-1/+0
* Add some long options.Guy Harris2014-05-021-69/+63
* Sort options and put in notes for unusable option letters.Guy Harris2014-05-011-2/+20
* Rename our getopt.h to getopt_long.h.Guy Harris2014-05-011-1/+1
* Use getopt_long().Guy Harris2014-04-301-2/+70
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-1/+1
* NDOize some generic codeDenis Ovsienko2014-04-031-1/+1
* improve previous NDO conversionsDenis Ovsienko2014-04-031-2/+2
* NDOize LLDP, PPP and RSVP decodersDenis Ovsienko2014-04-021-10/+10
* NDOize IEEE 802.11 decoderDenis Ovsienko2014-03-311-12/+12
* Handle DLT_PKTAP captures from OS X on non-OS X machines.Guy Harris2014-03-301-0/+24
* Add support for Apple's DLT_PKTAP.Guy Harris2014-03-301-0/+3
* NDOize Juniper DLT decodersDenis Ovsienko2014-03-291-45/+45
* NDOize AppleTalk, CDP and Kerberos decodersDenis Ovsienko2014-03-281-3/+3
* NDOize 7 more small decodersDenis Ovsienko2014-03-211-7/+7
* NDOize ATM, MPTCP, NTP, VTP & Whiteboard decodersDenis Ovsienko2014-03-201-4/+4