summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix the pointer tests in the non-ndoified TTEST2() macro as well.tcpdump-4.6Guy Harris2015-05-201-2/+14
* C compilers can, and some do, optimize away pointer underflow checks.Guy Harris2015-05-204-2/+69
* Don't run past the snaplength when printing a packet with a too-short LI.Guy Harris2015-05-201-1/+1
* SFLOW: Fix bounds checkingFrancois-Xavier Le Bail2015-05-081-3/+52
* RPL: Fix suboption printFrancois-Xavier Le Bail2015-05-061-1/+1
* Check not just the capture length but the on-the-network length.Guy Harris2015-01-061-5/+5
* Report a too-long unreachable destination list.Guy Harris2014-11-181-12/+15
* Not using offsetof() any more, so no need for <stddef.h>.Guy Harris2014-11-181-3/+0
* Further cleanups.Guy Harris2014-11-181-151/+126
* Clean up error message printing.Guy Harris2014-11-181-42/+46
* Add initial bounds check, get rid of union aodv.Guy Harris2014-11-181-144/+130
* Do more bounds checking and length checking.Guy Harris2014-11-181-13/+43
* Do bounds checking and length checking.Guy Harris2014-11-181-119/+151
* Don't run past the snapshot length when doing hex/ASCII dumps.Guy Harris2014-10-232-1/+19
* Strengthen various bounds etc. checks.Guy Harris2014-10-221-17/+42
* Do bounds checking when unescaping PPP.Guy Harris2014-10-221-8/+8
* Add PPI printing fixes.Guy Harris2014-09-231-0/+4
* Fix PPI header and payload printing.Guy Harris2014-09-231-8/+18
* Update version now that 4.6.2 has been released.Guy Harris2014-09-051-1/+1
* Document --with-sandbox-capsicum.Guy Harris2014-09-052-2/+5
* Mark the most recent items as changes for 4.6.2.Guy Harris2014-09-051-0/+1
* tcpdump 4.6.2 releaseMichael Richardson2014-09-022-1/+5
* these changes to aclocal let tcpdump, when build out of source tree,Michael Richardson2014-09-022-9/+33
* comma in AC_MSG_ERROR confuses configureMichael Richardson2014-09-021-1/+1
* Clean up configure check for libsmi.Guy Harris2014-08-315-79/+95
* note changestcpdump-4.6.1Michael Richardson2014-07-191-0/+5
* updated VERSION for minor additionsMichael Richardson2014-07-191-1/+1
* update tcpdump.1.in for missing lineFrancois-Xavier Le Bail2014-07-191-0/+1
* update tcpdump.1.in for good aligment in tcpdump.1.txtFrancois-Xavier Le Bail2014-07-191-2/+5
* add a short option '#', same as long option '--number' (print a packet number)Francois-Xavier Le Bail2014-07-192-8/+10
* Add support for FreeBSD capsicum sandboxing.Loganaden Velvindron2014-07-195-1/+219
* Clean up the first-item handling a bit.Guy Harris2014-07-081-3/+2
* Squelch a Coverity warning.Guy Harris2014-07-081-3/+5
* Get rid of fetch whose result isn't used.Guy Harris2014-07-071-1/+4
* Shorten a status text description.Guy Harris2014-07-071-3/+1
* updated VERSION file for branchtcpdump-4.6.0-bptcpdump-4.6.0Michael Richardson2014-07-021-1/+1
* updated CREDITS and CHANGES file for 4.6.0 releaseMichael Richardson2014-07-022-11/+26
* RPL: print DAO flags (acK, DagID)Michael Richardson2014-07-028-9/+8
* Boost the maximum snapshot length to 262144, for USBPcap.Guy Harris2014-06-251-6/+17
* Don't treat 65535 as the maximum snapshot length.Guy Harris2014-06-251-5/+8
* Don't assume the NFS request is aligned on a 4-byte boundary.Guy Harris2014-06-251-1/+1
* Allow builds if libpcap doesn't have pcap_set_tstamp_precision().Guy Harris2014-06-255-16/+89
* Give more details for --time-stamp-precision.Guy Harris2014-06-251-7/+21
* Merge pull request #377 from msekletar/masterGuy Harris2014-06-254-8/+52
|\
| * Introduce --time-stamp-precisionMichal Sekletar2014-05-144-8/+52
* | Merge pull request #396 from zorun/masterDenis Ovsienko2014-06-211-2/+2
|\ \
| * | Babel: parse sub-TLVs even when they are larger than expected.Baptiste Jonglez2014-06-201-2/+2
* | | 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