summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't check for libcrypto if we don't have openssl/crypto.h.tcpdump-4.7Guy Harris2017-05-143-4/+39
* Fix the pcap version in tests/cve2015-0261-crash.pcapFrancois-Xavier Le Bail2015-11-191-0/+0
* RSVP: Add some bounds checksFrancois-Xavier Le Bail2015-11-191-3/+18
* ISOCLNS: Fix a segmentation faultFrancois-Xavier Le Bail2015-11-191-19/+23
* ISOCLNS: Fix two segmentation faultsFrancois-Xavier Le Bail2015-11-192-35/+46
* ISOCLNS: Fix some warningsFrancois-Xavier Le Bail2015-11-191-5/+6
* RSVP: Fix an infinite loopFrancois-Xavier Le Bail2015-11-191-0/+8
* DTP: improve packet integrity checksDenis Ovsienko2015-11-191-8/+20
* netdissect.h: Update ND_TTEST2 to fix issue 443Francois-Xavier Le Bail2015-11-191-1/+4
* The official #define for 32-bit and 64-bit Windows is _WIN32.Guy Harris2015-09-024-54/+54
* For -L, print the DLTs in order, not reverse order.Guy Harris2015-09-021-7/+7
* Reflect the addition of a space before "(unverified)".Guy Harris2015-09-021-1/+1
* Add a missing space to a printout.Guy Harris2015-09-021-1/+1
* Give more details about packet time stamps.Guy Harris2015-09-021-5/+9
* Don't assume the ONC RPC header is nicely aligned.Guy Harris2015-08-251-1/+2
* Fix display of timestamps with -ttt and -ttttt optionsFrancois-Xavier Le Bail2015-07-024-22/+114
* Fix display of nanoseconds timestamps with -tt option (GH issue 466)Francois-Xavier Le Bail2015-06-301-3/+39
* Fix a non-reentrant code in a functionFrancois-Xavier Le Bail2015-06-301-8/+14
* SFLOW: Fix bounds checkingFrancois-Xavier Le Bail2015-05-081-3/+52
* RPL: Fix suboption printFrancois-Xavier Le Bail2015-05-061-1/+1
* Fix heuristic not to be byte-order-dependent.Guy Harris2015-05-031-1/+1
* Fetch a 32-bit big-endian quantity with EXTRACT_32BITS().Guy Harris2015-05-031-1/+1
* Print the formatted IP address, not the raw binary address, as a string.Guy Harris2015-05-031-3/+3
* Source and destination addresses were backwards.Guy Harris2015-05-031-1/+1
* Don't do IPv6 stuff if INET6 isn't defined.Guy Harris2015-05-031-0/+2
* Fix checksumming of PIMv2 Register messages.Guy Harris2015-05-034-12/+75
* Use unsigned values in tok2str and bittok2str routines.Guy Harris2015-04-182-14/+13
* Not all C compilers accept C++/C99 comments by default.Guy Harris2015-04-141-3/+7
* Update version.Guy Harris2015-04-101-1/+1
* Fix dates.Guy Harris2015-04-101-3/+3
* Add information for 4.7.4 release.Guy Harris2015-04-101-0/+6
* Clean up CREDITS file.Guy Harris2015-04-101-3/+7
* We're not copying the string to buf, so print the string, not buf.Guy Harris2015-04-093-4/+3
* Print strings with fn_printn().Guy Harris2015-04-092-12/+3
* RPKI to Router Protocol: Fix Segmentation Faults and other problemsFrancois-Xavier Le Bail2015-04-097-15/+130
* whiteboard: fixup a few reversed tests (GH #446)Denis Ovsienko2015-03-261-3/+3
* Clean up Capsicum rights setting a bit.Guy Harris2015-03-101-4/+5
* Get rid of unused variable.Guy Harris2015-03-101-3/+0
* Merge remote-tracking branch 'origin/tcpdump_4_7_cve' into tcpdump-4.7tcpdump-4.7.2Michael Richardson2015-03-092-7/+17
|\
| * protected osi_print_cksum is more general fashionMichael Richardson2015-03-091-6/+9
| * annotate kday packets with CVE numbersMichael Richardson2015-03-091-1/+8
* | Merge remote-tracking branch 'origin/tcpdump_4_7_cve' into tcpdump-4.7Michael Richardson2015-03-09114-1618/+3532
|\ \ | |/
| * update cve-2015-0261 test packets with expected outputMichael Richardson2015-03-092-0/+3
| * update kday test packets with expected outputMichael Richardson2015-03-098-0/+624
| * make sure that EXIT code is appended to results fileMichael Richardson2015-03-091-1/+1
| * ND_TEST2 should validate that l is non-negativeMichael Richardson2015-03-091-1/+2
| * added notes about CVEs that were fixedMichael Richardson2015-03-091-1/+4
| * some patches to deal with kday pcap filesMichael Richardson2015-03-0910-288/+26
| * enumerate F_OP values explicitely, provide reference to where they are defined.Michael Richardson2015-03-091-17/+21
| * test case for cve2015-0261 -- corrupted IPv6 mobility headerMichael Richardson2015-03-096-2/+27