summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Don't waste time with MinGW Classic.Guy Harris2019-11-091-6/+0
* Put the right MinGW directory into the path.Guy Harris2019-11-091-2/+15
* Try to rip C:\Program Files\Git\usr\bin from the path.Guy Harris2019-11-091-0/+2
* Set the path to include MinGW *before* running CMake.Guy Harris2019-11-091-1/+1
* Fix syntax error.Guy Harris2019-11-091-1/+1
* Try doing MinGW builds.Guy Harris2019-11-091-1/+7
* For MinGW, ask for Windows Vista support.Guy Harris2019-11-091-0/+9
* More formatting fixes.Guy Harris2019-11-042-7/+7
* Fix formatting.Guy Harris2019-11-041-2/+2
* Get rid of unnecessary trailing semicolon in macro.Guy Harris2019-11-021-1/+1
* Fix copy-and-pasteo.Guy Harris2019-11-011-1/+0
* Fix permissions - CMakeLists files don't need to be executable.Guy Harris2019-11-011-0/+0
* We still need to use pcap_snprinf() in 1.9.x.Guy Harris2019-10-312-3/+3
* Fix typos.Nan Xiao2019-10-312-2/+2
* Require CMake 3.12 or later on Windows.Guy Harris2019-10-311-1/+8
* Fix typo in pcap/pcap.h.Nan Xiao2019-10-311-1/+1
* Add build status indicators, as per tcpdump.Guy Harris2019-10-311-0/+4
* A bit more Markdowning; shuffle some stuff around, too.Guy Harris2019-10-311-12/+11
* Level 3 headings.Guy Harris2019-10-311-4/+4
* Some Markdown formatting.Guy Harris2019-10-311-2/+16
* Remove the cmd.exe prompt from the choco commands.Guy Harris2019-10-311-3/+3
* Add Visual Studio 2017 information.Guy Harris2019-10-311-6/+37
* Use two-space indents for URLs separated from the surrounding text.Guy Harris2019-10-313-11/+12
* The answer is "nothing in Markdown, but it is now indented".Guy Harris2019-10-311-3/+3
* OK, just for fun, what does a three-space indent do?Guy Harris2019-10-311-1/+1
* Or omit the autolinking entirely.Guy Harris2019-10-311-8/+4
* OK, try autolinks.Guy Harris2019-10-311-6/+6
* Try to handle URL paragraphs better.Guy Harris2019-10-311-6/+6
* Indent isolated URLs with spaces, not tabs.Guy Harris2019-10-313-15/+15
* Add some information on setting up the build environment on Windows.Guy Harris2019-10-311-2/+152
* Oops, how did that @ get in there?Guy Harris2019-10-311-1/+1
* Use Packet_ROOT to specify the Npcap or WinPcap SDK root directory.Guy Harris2019-10-313-10/+17
* Fix a typo in pcap.c.Nan Xiao2019-10-311-1/+1
* Fix a typoFrancois-Xavier Le Bail2019-10-311-1/+1
* Fix typo in doc/README.sita.Nan Xiao2019-10-311-1/+1
* Handle 64-bit interface statistics.Guy Harris2019-10-311-8/+36
* Fix the test for "can I build 32-bit on macOS?"Guy Harris2019-10-082-3/+4
* Regenerate configure script.Guy Harris2019-10-081-18/+6
* More comment cleanup.Guy Harris2019-10-081-36/+52
* Linux: fix mentions to stats coming from procfs.Mario J. Rugiero2019-10-081-9/+12
* Linux: get ifdrop stats from sysfs.Mario Rugiero2019-10-082-95/+30
* Do the 32-bit overflow check more cleanly.Guy Harris2019-10-081-6/+6
* Increment first, test for overflow afterwards.Guy Harris2019-10-081-3/+6
* Check that values fit in findallif replies.Guy Harris2019-10-081-11/+66
* Use pcap_strlcpy() rather than strncpy() to fill in p->errbuf.Guy Harris2019-10-081-1/+2
* Use pcap_strlcpy() when copying a string to a fixed-length buffer.Guy Harris2019-10-082-12/+11
* Fail if the pcap_fopen routines are passed a null FILE *.Guy Harris2019-10-081-0/+18
* Make sure pcap_close_all() doesn't loop infinitely.Guy Harris2019-10-081-1/+21
* With MSVC, abort if _BitScanForward() returns 0.Guy Harris2019-10-081-1/+1
* Test mask length against the size of mask.s6_addr.Guy Harris2019-10-081-3/+3