summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variable retval in sock_present2networkHEADmasterRose2023-05-161-2/+1
* Set the date right in pcap-config(1). [skip ci]Denis Ovsienko2023-05-141-1/+1
* Merge pull request #1165 from nmap/npcap-1.00-bug-workaroundcoverity_scanGuy Harris2023-05-091-38/+44
|\
| * Work around a bug in Npcap 1.00 in case of driver version mismatchDaniel Miller2023-03-221-38/+44
* | Merge pull request #1180 from AtariDreams/strGuy Harris2023-05-093-5/+5
|\ \
| * | Use the intended date types for variables passed as or compared to other types.Rose2023-05-083-5/+5
* | | Merge pull request #1182 from guyharris/werror-with-newer-clangGuy Harris2023-05-081-5/+0
|\ \ \
| * | | build.sh: remove the check for Clang 15 and 16.Guy Harris2023-05-081-5/+0
|/ / /
* | | Merge pull request #1181 from guyharris/squelch-annoyig-warningGuy Harris2023-05-081-0/+8
|\ \ \ | |/ / |/| |
| * | compiler: squelch set-but-not-used warning for yynerrs.Guy Harris2023-05-081-0/+8
|/ /
* | Cirrus CI: Don't try Valgrind on Linux. [skip appveyor]Denis Ovsienko2023-05-081-1/+1
* | Merge pull request #1179 from guyharris/dont-need-that-any-moreGuy Harris2023-05-081-6/+16
|\ \
| * | compiler: limit some Berkeley YACC workarounds to pre-2017-07-09 releases.Guy Harris2023-05-081-6/+16
* | | Cirrus CI: Bump a few versions up. [skip appveyor]Denis Ovsienko2023-05-081-6/+7
* | | Revert "Makefile.in: Build libpcap before the testprogs in releasecheck target"Francois-Xavier Le Bail2023-05-081-4/+2
* | | Makefile.in: Build libpcap before the testprogsFrancois-Xavier Le Bail2023-05-081-1/+1
* | | Makefile.in: Build libpcap before the testprogs in releasecheck targetFrancois-Xavier Le Bail2023-05-081-2/+4
* | | Makefile.in: Use the variable MAKE instead of the make commandFrancois-Xavier Le Bail2023-05-081-8/+8
* | | Cirrus CI: Avoid perl warnings about setting locale, Linux taskFrancois-Xavier Le Bail2023-05-081-0/+1
|/ /
* | Merge pull request #1178 from guyharris/parse-port-ranges-with-stouGuy Harris2023-05-072-45/+404
|\ \
| * | compiler: parse port numbers in ranges using the standard number parser.Guy Harris2023-05-072-45/+404
|/ /
* | CI: Update build.sh for Clang 16. [skip appveyor]Denis Ovsienko2023-05-081-1/+1
* | compiler: tweak error messages for port or proto with an IP address.Guy Harris2023-05-071-21/+21
* | compiler: do earlier error checking for bogus arguments.Guy Harris2023-05-061-15/+77
* | compiler: remove unneeded argument from gen_mcode6().Guy Harris2023-05-063-13/+10
* | pcap_nametoportrange: don't have a special case with sscanf().Guy Harris2023-05-051-24/+17
* | Merge pull request #1175 from guyharris/thread-localGuy Harris2023-05-056-10/+90
|\ \
| * | Make some static variables thread-local.Guy Harris2023-05-056-10/+90
|/ /
* | instrument functions: Reduce the scope of a variableFrancois-Xavier Le Bail2023-05-041-1/+2
* | CI: Copy build_common.sh from tcpslice. [skip ci]Denis Ovsienko2023-05-011-0/+4
* | Address a few compiler warnings on Haiku.Denis Ovsienko2023-04-234-21/+43
* | pcap-config(1): Simplify and add one more detail. [skip ci]Denis Ovsienko2023-04-171-8/+6
* | Document pcap-config(1) backward compatibility. [skip ci]Denis Ovsienko2023-04-101-1/+9
* | cmake: fail if -DENABLE_SANITIZERS=ON and no sanitizers were found.Guy Harris2023-04-091-0/+3
* | cmake: use a macro for testing sanitizers.Guy Harris2023-04-091-80/+45
* | cmake: support -DENABLE_SANITIZERS={OFF,ON}.Guy Harris2023-04-091-37/+147
* | Merge pull request #1170 from guyharris/clean-up-oid-err-handlingGuy Harris2023-04-071-42/+65
|\ \
| * | npf: clean up handling of errors from setting promiscuous mode.Guy Harris2023-04-071-42/+65
|/ /
* | CHANGES: Date the 1.10.4 section. [skip ci]Denis Ovsienko2023-04-071-2/+2
* | CHANGES: Add a change backported to 1.10Francois-Xavier Le Bail2023-04-071-0/+1
* | Update config.{guess,sub}, timestamps 2023-01-01,2023-01-21Francois-Xavier Le Bail2023-04-062-11/+34
* | CHANGES: Add a change backported to 1.10Francois-Xavier Le Bail2023-04-021-0/+2
* | Correct copy-pasteo on Makefile comment about grammar.y.inEd Maste2023-03-271-1/+1
* | Autoconf: Update a stale comment in aclocal.m4. [skip ci]Denis Ovsienko2023-03-271-1/+1
* | Finalize moving of bpf_filter.c. [skip ci]Denis Ovsienko2023-03-264-6/+6
* | Refine rpcapd-config.manfile. [skip ci]Denis Ovsienko2023-03-261-4/+8
* | rpcapd(8): Use formatting more consistently. [skip ci]Denis Ovsienko2023-03-261-29/+27
|/
* CMake: install include files in CMAKE_INSTALL_INCLUDEDIRDavid Karoly2023-03-201-4/+4
* Remove prototype header for Digital/Tru64 5.x. [skip ci]Denis Ovsienko2023-03-183-32/+1
* instrument functions: Use an environment variable instead of config filesFrancois-Xavier Le Bail2023-03-131-32/+34