aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2021-07-16BLF: Support for BLF file formatDr. Lars Völker1-0/+1
2021-04-10CMake: Add ENABLE_VLD option for MSVCTomasz Moń1-0/+3
2021-03-29CMake: Remove non existent '/codecs' include pathJoão Valverde1-0/+4
2021-03-13doc: Clean up lists of file types.Guy Harris1-1/+1
2021-03-11observer: rename source and update name.Guy Harris1-1/+1
2021-03-01CMake: Use CheckAPI's abort/termoutput with dissectors onlyJoão Valverde1-2/+0
2021-02-23wiretap: eliminate the pcap/nspcap/pcapng WTAP_FILE_TYPE_SUBTYPE_ values.Guy Harris1-2/+7
2021-02-22wiretap: fix dependency in CMakeLists.txt.Guy Harris1-1/+1
2021-02-14wiretap: register most built-in file types from its module.Guy Harris1-7/+34
2021-02-06wiretap: add a mechanism for built-in modules to have a register routine.Guy Harris1-75/+92
2020-11-30wiretap: Convert ascend.y to Lemon.Gerald Combs1-5/+1
2020-09-05Tools: Clean up checkAPI and add ui/qt.Gerald Combs1-1/+0
2020-01-14wiretap: Add MP4 readerJakub Adam1-0/+1
2019-08-03wiretap: Add support for Busmaster log file formatMaksim Salau1-0/+4
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-21Remove ABI compliance checker code.João Valverde1-14/+0
2019-07-11wiretap: Add support of candump logsMaksim Salau1-0/+6
2019-07-08wiretap: Add a phone log reader.Anders Broman1-0/+1
2019-04-04iseries: ensure the buffer is null terminated.Dario Lombardo1-1/+1
2019-02-02CMake: Fix DOCDIR on UnixJoão Valverde1-1/+1
2019-01-22CMake: Set a direct rpath for librariesJoão Valverde1-0/+1
2019-01-20CMake: Replace PACKAGELIST magicJoão Valverde1-3/+8
2019-01-12wiretap: remove dependency on version_infoPeter Wu1-1/+0
2019-01-12CMake: use object libraries to avoid redundant buildsPeter Wu1-3/+1
2018-12-20CMake: Don't bundle our libraries at compile time.Gerald Combs1-13/+0
2018-11-29CMake: Fix some transitive link dependenciesJoão Valverde1-8/+7
2018-11-26CMake: Fix runtime destination for our librariesJoão Valverde1-1/+1
2018-11-24Install development headers on all platformsJoão Valverde1-5/+3
2018-11-20wiretap: add read/write support for Decryption Secrets Block (DSB)Peter Wu1-0/+1
2018-09-19Try to discourage the use of APIs via counting.Gerald Combs1-3/+3
2018-08-31Add a systemd Journal Export Format parser and dissector.Gerald Combs1-0/+1
2018-08-25CMake: Modernize config-file package supportJoão Valverde1-0/+1
2018-08-01RFC 7468 is PEM-inspired, but it's not PEM.Guy Harris1-1/+1
2018-06-21Fix build paths for cmake's Xcode project generator on macOS.David Kreitschmann1-3/+10
2018-06-07wiretap: add support for ruby marshal object files.Dario Lombardo1-0/+1
2018-06-07CMake: Get rid of FULL_SO_VERSIONGerald Combs1-3/+1
2018-05-15wiretap: Add a reader for files in the PEM-like format specified by RFC 7468Роман Донченко1-0/+1
2018-05-10wiretap: DPA-400 logfile supportDirk Eibach1-0/+1
2018-05-07Revert "wiretap: DPA-400 logfile support"Guy Harris1-1/+0
2018-05-07wiretap: DPA-400 logfile supportDirk Eibach1-0/+1
2018-03-07spdx: more licenses converted.Dario Lombardo1-13/+1
2018-02-16Treat most Lex-generated and all Lemon-generated files as clean.Guy Harris1-10/+14
2017-11-19Fix (and chop) static build optionJoão Valverde1-12/+10
2017-10-13CMake: Allow user build flags to override default build flagsJoão Valverde1-1/+0
2017-09-26Rename "ws_version_info.h", also .cJoão Valverde1-1/+1
2017-09-24Install libwiretap and libwscodecs headersJoão Valverde1-0/+15
2016-09-30cmake: make WERROR_COMMON_FLAGS a normal stringPeter Wu1-7/+18
2016-08-23CMake: Allow setting per target compiler warningsJoão Valverde1-0/+1
2016-06-22Windows: rename wiretap-${PROJECT_VERSION}.dll to libwiretap.dllPascal Quantin1-3/+1
2016-05-02Add checkAPI calls to CMake.Graham Bloice1-2/+17