summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up DECnet address handling.Denis Ovsienko2023-03-125-56/+111
* man: Indent multiline prototypes consistently. [skip ci]Denis Ovsienko2023-03-117-21/+9
* instrument functions: Add a NULL checkFrancois-Xavier Le Bail2023-03-111-1/+2
* instrument functions: Add a length checkFrancois-Xavier Le Bail2023-03-111-1/+6
* Get fonts right in pcap_breakloop(3PCAP). [skip ci]Denis Ovsienko2023-03-101-1/+1
* man: Fixup more minor formatting issues. [skip ci]Denis Ovsienko2023-03-072-4/+5
* man: Address more C types formatting issues. [skip ci]Denis Ovsienko2023-03-055-16/+16
* pcap-filter(7): Fix the /128 IPv6 netmask. [skip ci]Denis Ovsienko2023-03-041-1/+1
* Get the patterns right in .gitignore. [skip ci]Denis Ovsienko2023-03-041-49/+49
* Refine comments for the recent DLT allocations.Denis Ovsienko2023-03-023-2/+5
* Added DLT_FIRA_UCI and LINKTYPE_FIRA_UCIHenri Chataing2023-03-024-2/+14
* Fix a typo in a commentFrancois-Xavier Le Bail2023-03-011-1/+1
* Add instrument-functions.c to help debugging/learning processesFrancois-Xavier Le Bail2023-02-281-0/+239
* Cirrus CI: Add the libssl-dev package in the Coverity taskFrancois-Xavier Le Bail2023-02-281-1/+1
* autoconf: Add the option to print functions and files namesFrancois-Xavier Le Bail2023-02-282-0/+21
* man: Format more C types using bold font. [skip ci]Denis Ovsienko2023-02-273-17/+30
* Cirrus CI: Configure with --enable-yydebug in the Coverity taskFrancois-Xavier Le Bail2023-02-271-1/+1
* Cirrus CI: Configure with --enable-optimizer-dbg in the Coverity taskFrancois-Xavier Le Bail2023-02-271-1/+1
* Fixup some minor man page formatting issues. [skip ci]Denis Ovsienko2023-02-263-5/+10
* Add (LINKTYPE|DLT)_SILABS_DEBUG_CHANNEL. [skip ci]Denis Ovsienko2023-02-263-2/+13
* doc: Update Haiku particulars. [skip ci]Denis Ovsienko2023-02-251-1/+18
* CI: Introduce TEST_RELEASETAR. [skip ci]Denis Ovsienko2023-02-251-1/+4
* Autoconf: Address a warning about AC_PROG_LEX. [skip appveyor]Denis Ovsienko2023-02-251-1/+1
* Autoconf: Convert all instances of AC_TRY_COMPILE. [skip appveyor]Denis Ovsienko2023-02-251-39/+39
* Lose some SINIX-specific build props. [skip appveyor]Denis Ovsienko2023-02-252-19/+0
* Autoconf: Convert all instances of AC_TRY_LINK. [skip appveyor]Denis Ovsienko2023-02-252-62/+62
* Remove prototype header for Digital/Tru64 4.x. [skip ci]Denis Ovsienko2023-02-222-27/+0
* Prune .gitignore. [skip ci]Denis Ovsienko2023-02-221-9/+0
* pcap-filter(7): "src foo" means IPv6 too [skip ci]Denis Ovsienko2023-02-201-2/+2
* Fixup a comment in missing/asprintf.c. [skip ci]Denis Ovsienko2023-02-191-1/+1
* Squelch -Wformat-nonliteral in pcap_vasprintf().Denis Ovsienko2023-02-191-1/+2
* Add LINKTYPE_ZWAVE_TAP/DLT_ZWAVE_TAP. [skip ci]Denis Ovsienko2023-02-193-2/+17
* Document pcap-config better and test it. [skip ci]Denis Ovsienko2023-02-184-26/+105
* Simplify conditional branching in diag-control.h.Denis Ovsienko2023-02-181-43/+43
* Remove prototype header for HP-UX 11.x.Denis Ovsienko2023-02-183-30/+8
* Clean/ignore shared libraries other than .so. [skip ci]Denis Ovsienko2023-02-182-1/+2
* Autoconf: Remove prototype headers for ancient Solaris. [skip appveyor]Denis Ovsienko2023-02-183-237/+0
* Autoconf: Retire Ultrix-specific workarounds. [skip appveyor]Denis Ovsienko2023-02-173-59/+1
* rpcap client: update a comment. [skip ci]Guy Harris2023-02-151-1/+4
* rpcap-protocol: update a comment. [skip ci]Guy Harris2023-02-151-1/+1
* README.haiku.md: we now require the latest Clang version. [skip ci]Guy Harris2023-02-151-1/+6
* configure, CMake: remove -fPIC hacks for Haiku.Guy Harris2023-02-152-59/+2
* CMakeLists.txt: note why we're explicitly listing languages in project(). [sk...Guy Harris2023-02-151-0/+33
* Merge pull request #1160 from davidkaroly/cmake-cleanup-cxxGuy Harris2023-02-153-130/+5
|\
| * CMake: remove remaining references to CXXFLAGSDavid Karoly2023-02-141-6/+2
| * autoconf: remove check for C++ compiler on HaikuDavid Karoly2023-02-142-45/+3
| * CMake: remove check for C++ compiler on HaikuDavid Karoly2023-02-141-79/+0
* | Makefile.in: Update whitespacecheck target to show spaces before tabsFrancois-Xavier Le Bail2023-02-151-0/+5
* | Fix spaces before tabs in indentationFrancois-Xavier Le Bail2023-02-1523-115/+115
* | Avoid a space before a tab in a commentFrancois-Xavier Le Bail2023-02-151-1/+1