summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Handle radiotap+802.11 for DLT_LINUX_SLL2 as well.Guy Harris2018-11-121-0/+11
* Fix printing of Linux cooked captures with monitor-mode packets.Guy Harris2018-11-123-1/+13
* ICMPv6: add a comment for the previous commitDenis Ovsienko2018-11-121-0/+1
* show ICMPv6 echo request IDAndreas Jaggi2018-11-123-4/+4
* DCCP: Fix an undefined behavior at runtimeFrancois-Xavier Le Bail2018-11-121-1/+1
* DCCP: Fix some undefined behaviors at runtimeFrancois-Xavier Le Bail2018-11-111-10/+10
* Squelch annoying bogus Clang warnings.Guy Harris2018-11-091-1/+9
* Require sys/capsicum.h to use Capsicum.Guy Harris2018-11-091-26/+29
* Fix typo.Guy Harris2018-11-091-1/+1
* Require sys/capsicum.h to use Capsicum.Guy Harris2018-11-092-4/+26
* Merge pull request #715 from rbgarga/fix_capsicum_headerGuy Harris2018-11-091-1/+1
|\
| * Include correct capsicum headerRenato Botelho2018-11-061-1/+1
|/
* Use more nd_print_invalid()Francois-Xavier Le Bail2018-11-021-3/+3
* Compile with -Wsign-compare in devel mode if supported (cmake)Francois-Xavier Le Bail2018-10-301-0/+1
* Compile with '-Wsign-compare' in devel mode if supportedFrancois-Xavier Le Bail2018-10-292-0/+44
* Add two test files: an empty pcap and an empty pcapngFrancois-Xavier Le Bail2018-10-294-0/+4
* Travis CI: Add the "./tcpdump -h" commandFrancois-Xavier Le Bail2018-10-291-0/+1
* Add an usage message for the -m optionFrancois-Xavier Le Bail2018-10-291-1/+9
* Clean up whitespacesFrancois-Xavier Le Bail2018-10-271-43/+43
* Remove a space (style)Francois-Xavier Le Bail2018-10-271-2/+2
* Fix nd_snprintf(buf, buflen, "string");Guy Harris2018-10-131-2/+2
* Clean up indentation.Guy Harris2018-10-101-1/+1
* Merge pull request #710 from agnosticdev/return-checksGuy Harris2018-10-092-1/+8
|\
| * return-checks: Added a return check for malloc and for strsepagnosticdev2018-10-082-1/+8
|/
* man page: Update the -ttt and -ttttt options sectionsFrancois-Xavier Le Bail2018-10-051-4/+8
* Harmonize a messageFrancois-Xavier Le Bail2018-10-051-5/+5
* Add the snapshot length to the "reading from file ..." messageFrancois-Xavier Le Bail2018-10-041-12/+11
* Use signed formats for signed valuesFrancois-Xavier Le Bail2018-10-041-2/+2
* Merge pull request #707 from herwinw/cleanup_win32_GNUMakefileGuy Harris2018-10-031-1/+1
|\
| * Fix tab/spaces in GNUmakefile of win32Herwin Weststrate2018-10-031-1/+1
* | Change unknown attribute in testHerwin Weststrate2018-10-032-1/+1
|/
* Remove unused TCP portsFrancois-Xavier Le Bail2018-10-021-6/+0
* Merge pull request #704 from nmap/win32-isattyGuy Harris2018-10-021-0/+1
|\
| * Ensure isatty is defined on Win32.Daniel Miller2018-10-021-0/+1
* | Remove unused UDP portsFrancois-Xavier Le Bail2018-10-021-84/+0
|/
* SLIP: Remove printing the raw hex dump of the compressed headerFrancois-Xavier Le Bail2018-09-252-10/+1
* Add a nd_print_trunc() callFrancois-Xavier Le Bail2018-09-241-1/+1
* ICMPv6: Fix some truncation codesFrancois-Xavier Le Bail2018-09-241-20/+25
* IP6OPTS: Fix some truncation codesFrancois-Xavier Le Bail2018-09-243-22/+25
* Update a test file.Guy Harris2018-09-231-1/+1
* Clean up some narrowing warnings.Guy Harris2018-09-231-7/+7
* Fix the variable for the packet length.Guy Harris2018-09-231-1/+2
* SLIP: Add some bounds checksFrancois-Xavier Le Bail2018-09-221-10/+24
* Update a commentFrancois-Xavier Le Bail2018-09-221-1/+1
* IP: Simplify an expressionFrancois-Xavier Le Bail2018-09-221-1/+1
* Merge pull request #701 from loganaden/masterGuy Harris2018-09-211-1/+1
|\
| * Update my email addressLoganaden Velvindron2018-09-221-1/+1
|/
* Reorganize the dissection code a bit.Guy Harris2018-09-181-357/+438
* Fix dissection of NFSv3 WRITE and LINK replies.Guy Harris2018-09-161-2/+2
* That wasn't correct.Guy Harris2018-09-161-8/+7