summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Compile with '-Wmissing-variable-declarations' if it's availableFrancois-Xavier Le Bail2020-05-301-0/+1
* Add print-macsec.c to CMakeLists.txt.Guy Harris2020-05-271-0/+1
* Print packets for unsupported link-layer protocols in hexadecimal/ASCIIFrancois-Xavier Le Bail2020-05-101-0/+1
* Extract NTP printingHerwin Weststrate2020-04-211-0/+1
* CMakeLists.txt: Restore alphabetical order for printersFrancois-Xavier Le Bail2020-04-071-3/+3
* add support for Broadcom LI headerHannes Gredler2020-04-021-0/+1
* Autosar SOME/IP protocol supportFrancesco Fondelli2020-02-191-0/+1
* Don't assume a Perl script can be run directly as a command.Guy Harris2020-02-051-3/+12
* Push the floating-point test into a separate file.Guy Harris2020-02-041-1/+1
* Do the floating-point tests closer to what we need.Guy Harris2020-02-041-1/+1
* Add fptype.c to CMake builds.Guy Harris2020-02-041-1/+1
* Fix checks for libcrypto.Guy Harris2020-02-041-3/+3
* TESTrun.sh is dead; long live TESTrun.Guy Harris2020-01-241-1/+1
* Clean up ESP and ISAKMP decryption.Guy Harris2020-01-051-3/+3
* The ptp (precision time protocol) with UDP as the transport protocol.Partha Ghosh2019-11-221-0/+1
* libdnet has bugs, do not use it.Denis Ovsienko2019-11-031-39/+0
* Require CMake 3.12 or later on Windows.Guy Harris2019-10-291-1/+8
* Use PCAP_ROOT to tell CMake where to find Npcap or WinPcap.Guy Harris2019-10-291-0/+9
* Fix check target to work with the new versions of the test scripts.Guy Harris2019-08-191-2/+1
* Remove trailing spacesFrancois-Xavier Le Bail2019-08-161-2/+2
* Small cleanups.Guy Harris2019-08-091-2/+1
* Always define check_and_add_compiler_option().Guy Harris2019-08-091-11/+17
* Check for VS 2015 or later at configure time.Guy Harris2019-08-091-63/+72
* Use check_symbol_exists() for vsnprintf() and snprintf().Guy Harris2019-08-091-4/+7
* Remove more old-compiler compensation.Guy Harris2019-08-081-28/+14
* Use -Wpointer-sign if it's availableFrancois-Xavier Le Bail2019-07-131-0/+1
* Use spaces rather than tabs.Guy Harris2019-05-231-1/+1
* Add check for openssl/evp.h.Guy Harris2019-05-231-1/+3
* New ethertype protocol for Arista Networksniks30892019-05-231-0/+1
* Add dissector for SSH version exchangeAndreas Jaggi2019-05-081-0/+1
* Add /utf-8 for MSVC.Guy Harris2019-04-291-0/+8
* Squelch C4324 warnings.Guy Harris2019-04-181-0/+12
* Update comments to mention Npcap.Guy Harris2019-04-181-2/+2
* InfiniBand support for tcpdump.alexandr nedvedicky - Sun Microsystems - Prague Czech Republic2019-04-181-0/+1
* Remove MEDSA ethertype printerVivien Didelot2019-04-161-1/+0
* Add support for decoding Marvell (E)DSA tagsVivien Didelot2019-04-161-0/+1
* Add printing support for vsockmon devices.Gerard Garcia2019-04-161-0/+1
* Put IPv4/IPv6 protocol demultiplexing into a common routine.Guy Harris2019-03-271-0/+1
* Merge branch 'master' of https://github.com/kivinen/tcpdump into kivinen-masterMichael Richardson2019-03-241-0/+1
|\
| * Fixed some warnings, added print-zep.c to CMakeListsTero Kivinen2018-11-181-0/+1
* | Add support for decoding Broadcom Ethernet switches tagsFlorian Fainelli2019-01-281-0/+1
* | Try to squelch another annoying repeated warning.Guy Harris2018-12-101-0/+14
|/
* Require sys/capsicum.h to use Capsicum.Guy Harris2018-11-091-26/+29
* Compile with -Wsign-compare in devel mode if supported (cmake)Francois-Xavier Le Bail2018-10-301-0/+1
* Don't warn about declarations after statements.Guy Harris2018-09-151-1/+0
* Add '-Wunreachable-code-return' warning option in devel mode for cmakeFrancois-Xavier Le Bail2018-08-071-0/+1
* Sort the tested compiler warning options for cmakeFrancois-Xavier Le Bail2018-08-071-8/+8
* Remove the no more used gmt2local() functionFrancois-Xavier Le Bail2018-08-071-1/+0
* Display interface and index and name on DLT_LINUX_SLL2Petr Vorel2018-07-191-0/+1
* Remove trailing spaces/tabsFrancois-Xavier Le Bail2018-05-251-1/+1