aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2019-01-12travis: initial Windows support with non-interactive Qt installerPeter Wu1-0/+92
2019-01-10Move make-version.pl to tools.Gerald Combs2-1/+744
2019-01-09Add validate-clang-check script for Petri DishAlexis La Goutte1-0/+19
2019-01-09valgrind-wireshark: default to looking in run/ for our binaries.Jeff Morriss1-2/+2
2019-01-04debian: add dh-python to debian deps.Dario Lombardo1-0/+1
2019-01-04commit-msg: accept commit messages with backslashesPeter Wu1-2/+2
2019-01-03Windows: use lua-unicode as built with VS 2017Peter Wu1-4/+4
2019-01-02tools: fix trailing messages.Dario Lombardo1-3/+8
2019-01-01Fix asn2wrs.py: always add BASE_VAL64_STRINGChristophe GUERBER1-6/+2
2018-12-31asn2wrs.py: use BASE_VAL64_STRING and val64_stringChristophe GUERBER1-5/+24
2018-12-31Windows: Upgrade GnuTLS to 1.6.3Peter Wu1-5/+3
2018-12-30asn2wrs.py: fix regression introduced by gf4b0b2109Pascal Quantin1-1/+2
2018-12-30Fixes ASN.1 generation for VALS using 64 bitsChristophe GUERBER1-1/+4
2018-12-29Add support for RSA decryption using PKCS #11 tokensPeter Wu1-12/+39
2018-12-29Windows: fix handling of Unicode paths in LuaPeter Wu1-6/+6
2018-12-23Fix AUTHORS.Gerald Combs1-1/+1
2018-12-22AUTHORS: Add an acknowledgement for Npcap.Gerald Combs1-6/+4
2018-12-20tools: exclude Revert prefixes from 80 chars limitPeter Wu2-4/+17
2018-12-18Windows: upgrade Npcap to 0.99-r8Pascal Quantin1-4/+4
2018-12-13macOS: fixup qt_base_path in macos-setup.shJim Young1-1/+1
2018-12-13Put the main() and wmain() routines for CLI programs into a separate file.Guy Harris1-0/+1
2018-12-03update-tx: fix typoAlexis La Goutte1-1/+1
2018-12-02Win32: update the zlib 1.2.11 CMake filePascal Quantin1-4/+4
2018-11-30CMake: Generate cmake target exports on WindowsJoão Valverde1-4/+5
2018-11-30NSIS: Install NPcap instead of WinPcap.Gerald Combs1-4/+4
2018-11-30debian-setup: accept GnuTLS 3.2.11 on Ubuntu 14.04 for TravisPeter Wu1-1/+1
2018-11-29Add Apple Wireless Direct Link (AWDL) dissectorMilan Stute1-0/+1
2018-11-29Drop support for GnuTLS 2.12.x, require GnuTLS 3.2 or newerPeter Wu1-3/+1
2018-11-27Fixup the "No Reassembly" profile.Gerald Combs1-12/+13
2018-11-27Add a "No Reassembly" profile.Gerald Combs1-0/+63
2018-11-27nl80211: update fields to Linux v4.20-rc4Peter Wu1-1/+1
2018-11-21tools/validate-commit.py: enforce short summary followed by blank linePeter Wu1-3/+25
2018-11-20Drop JSON-GLib completelyPeter Wu6-64/+2
2018-11-19rpm-setup.sh: We no longer use FOP or AsciiDoc.Gerald Combs1-2/+0
2018-11-14macos-setup.sh: Update library and tool versions.Gerald Combs1-6/+6
2018-11-12fix documentation and tests for cmake run directory.Dario Lombardo1-2/+2
2018-11-09macos-setup.sh: Remove unused variables and code.Gerald Combs1-42/+0
2018-11-08macos-setup.sh: fix Python 3 installation for OS X 10.8 and olderPeter Wu1-2/+9
2018-11-08rpm: update all rpm files for using python3.Dario Lombardo1-1/+5
2018-11-07Require Python 3, drop Python 2 supportPeter Wu3-3/+63
2018-11-04tools: fix LUA version and add more libs to the brew script.Dario Lombardo1-1/+1
2018-10-30IEEE1609dot2: generate automatically dissector from ASN.1 descriptionPascal Quantin1-36/+51
2018-10-26checkAPIs.pl: fix false positive in value_string.hPeter Wu1-1/+1
2018-10-22dcm: Generate packet-dcm.h from DICOM standard in DocBook formatRickard Holmberg1-0/+250
2018-10-22debian-setup: install GLib development headersPeter Wu1-1/+2
2018-10-21Test C compiler flags with check_c_compiler_flag(), not check_c_linker_flag().Guy Harris1-1/+1
2018-10-21lemon: fix GCC/Clang warnings pre CMake 3.11, silence VSCA warningsPeter Wu1-7/+18
2018-10-21lemon: sync with upstream (2018-09-08)Peter Wu14-1518/+913
2018-10-21lemon: fix memleak in ReportTablePeter Wu1-3/+1
2018-10-21checkAPIs: check ett variable registrations.Jeff Morriss1-62/+30