aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-02-16Don't allow NSIS or WiX installers if we aren't building Wireshark.Guy Harris2-0/+22
2019-02-16Remove whitespace from the end of the line.Guy Harris1-1/+1
2019-02-16VS 2017 and later include the redistributables even in Community versions.Guy Harris1-4/+19
2019-02-15Give the current URL where you can find the VS redistributables.Guy Harris1-1/+4
2019-02-15html2text: Fix our footnotes.Gerald Combs1-1/+1
2019-02-15Replace Qsort with std::sortAnders Broman2-3/+3
2019-02-15travis: fold msbuild output to remain below the 10k line limitPeter Wu2-2/+44
2019-02-15travis: improve cache handling on WindowsPeter Wu2-9/+93
2019-02-15travis: avoid aborting the build on slow Qt installationsPeter Wu3-8/+74
2019-02-15Rename our .asciidoc files to .adocGerald Combs44-138/+137
2019-02-15NSIS: Add ERROR_PRODUCT_VERSION to the vcredist checks.Gerald Combs1-0/+2
2019-02-15NSIS: Fix packaging.Gerald Combs1-9/+0
2019-02-14Convert the FAQ to Asciidoctor and remove old help files.Gerald Combs17-2265/+1151
2019-02-14macOS: Try to work around .dmg packaging issues.Gerald Combs1-2/+6
2019-02-14macOS: Packaging and code signing updates.Gerald Combs2-52/+87
2019-02-14couchbase: Add Collections Get ID opcodeBen Huddleston1-3/+19
2019-02-14NAS 5Gs: Updated packet filter componentSwapnil Roy1-43/+56
2019-02-14DCOM - add support for RemoteGetClassObject parsing within ISystemActivatoralexsirr1-1/+30
2019-02-14packet-ptp.c: Add some reserved fields instead of skipping themJoerg Mayer1-0/+29
2019-02-14Do all the per-capture-file work in process_cap_file().Guy Harris1-25/+28
2019-02-14CMake: Move the PLUGIN_PATH_ID definition.Gerald Combs1-17/+18
2019-02-13macOS: Fix our plugin path.Gerald Combs4-23/+25
2019-02-13Make some code common between pcap and no-pcap TShark.Guy Harris1-34/+29
2019-02-13Add macros for the pack_flags field.Guy Harris5-69/+143
2019-02-13LTE RRC: add dissection of NR RSRP/RSRQ/SINR fieldsPascal Quantin3-10/+95
2019-02-13frame: fix crash when dissectors add the maximum number of tree items.Dario Lombardo1-0/+23
2019-02-13CMake: disable relocatable builds when dumpcap is being builtPeter Wu1-1/+11
2019-02-13Indicate what changes to make if we remove the version component.Guy Harris1-4/+10
2019-02-13Fix directory containing compiled plugins in macOS.Guy Harris2-7/+12
2019-02-12MacOS: Fix a path.Gerald Combs1-1/+1
2019-02-12MacOS: Bundle and packaging updatesGerald Combs3-12/+37
2019-02-12DCM: Fix offset for protocol versionUli Heilmeier1-6/+2
2019-02-12packet-dcm.c: fix reassembly and exportdavid-aggeler1-174/+202
2019-02-12json_dumper: escape forward slash in some stringsPeter Wu1-0/+3
2019-02-11NAS 5Gs: Updated PDU session establishment request messageSwapnil Roy1-4/+31
2019-02-11QUIC: fix reserved bits and packet number length in long headersPeter Wu1-0/+2
2019-02-11Qt: Fix Crash in empty Bluetooth windowsMichał Łabędzki3-20/+46
2019-02-11TLS: Add IANA-approved GOST ciphersuitesAndrey Kulikov1-1/+5
2019-02-11appveyor: upload installer artifacts for development branchesPeter Wu1-9/+6
2019-02-11Change maxmind_db_lookup_ipv4 to look more like maxmind_db_lookup_ipv6Peter Wu5-15/+13
2019-02-11maxmind_db: improve debug messages, harden against bad inputPeter Wu1-18/+27
2019-02-11maxmind_db: fix broken GeoIP lookups due to bad address processingPeter Wu1-3/+1
2019-02-11json_dumper: add json_dumper_value_doublePeter Wu3-1/+25
2019-02-11Fix crash when using the "matches" operator on non-UTF-8 dataPeter Wu2-52/+10
2019-02-11CIP: Fix false positive expert infoDylan Ulis2-3/+3
2019-02-11CMake: clear cache variables when a library has changedPeter Wu1-0/+45
2019-02-11CMake: remove unused FindMACOS_FRAMEWORKS.cmake filePeter Wu1-22/+0
2019-02-10f5ethtrailer: set G_REGEX_RAW for platform pattern (cleanup)Peter Wu1-1/+1
2019-02-10column: set G_REGEX_RAW for the custom column filterPeter Wu2-2/+4
2019-02-10extcap: set G_REGEX_RAW to avoid potential crashesPeter Wu4-19/+25