summaryrefslogtreecommitdiff
path: root/tcpdump.c
Commit message (Expand)AuthorAgeFilesLines
* Do case-insensitive comparisons assuming ASCII strings.Guy Harris2015-06-111-20/+20
* Merge pull request #455 from brooksdavis/gndo-cleanupGuy Harris2015-05-201-137/+148
|\
| * Allocate the netdissect_object on the stack.Brooks Davis2015-04-271-4/+3
| * Rename gndo to ndo now that it isn't global.Brooks Davis2015-04-271-84/+85
| * Pass an ndo to the print API rather than using gndo.Brooks Davis2015-04-271-6/+6
| * Remove non-dissection related flags from struct netdissect_options.Brooks Davis2015-04-271-53/+64
* | Remove "capability mode sandbox enabled" message.Brooks Davis2015-05-051-2/+0
|/
* Get rid of unused variable.Guy Harris2015-04-151-1/+0
* Disentangle packet dissection functionally in tcpdump from the internalBrooks Davis2015-04-151-410/+8
* For -L, print the DLTs in order, not reverse order.Guy Harris2015-03-271-6/+6
* fix compiling after the last changeDenis Ovsienko2015-03-221-2/+2
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-103/+103
* remove unused function default_print()Denis Ovsienko2015-03-221-6/+0
* Get rid of unused variable.Guy Harris2015-03-101-3/+0
* Get rid of support for non-NDOified printers.Guy Harris2015-03-101-50/+13
* Clean up Capsicum rights setting a bit.Guy Harris2015-03-091-4/+5
* 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