aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2017-06-09Just print the string color_filters_init() provides on an error.Guy Harris1-1/+1
2017-05-31lemon: avoid redundant redeclaration of ‘memory_error’ [-Wredundant-decls]Alexis La Goutte1-6/+2
2017-05-25Added IEEE CID support to the make-manuf script. These prefixes are commonly...Brandon Enochs1-3/+32
2017-05-25checkAPIs.pl: Add check to make sure tvb_get_ function isn't used in proto_tr...Michael Mann1-2/+19
2017-05-12Windows: update LZ4 to 1.7.5 and USBPcap to 1.2.0.1Pascal Quantin1-7/+7
2017-05-12Allow proto_register_protocol_in_name_only values to be used as valid hf_ fie...Michael Mann1-1/+2
2017-05-11Put the HAVE_REMOTE hack into wsutil/wspcap.h, and include that file.Guy Harris1-0/+13
2017-05-09debian-setup: Always install LibgcryptBjörn Ruytenberg1-2/+2
2017-05-05lempar: set ParseInit/ParseFinalize staticAlexis La Goutte1-2/+2
2017-05-03Add terminating NULL to lists for proto_tree_add_bitmask().Guy Harris1-0/+1
2017-05-02lemon: fix no previous prototype for ‘memory_error’ [-Wmissing-prototypes]Alexis La Goutte1-1/+1
2017-04-26Remove runlex.sh script, just run lex directlyPeter Wu2-167/+0
2017-04-25tools: improve debian-setup.Dario Lombardo1-4/+29
2017-04-24fuzzshark: try to fix oss-build, remove oss-fuzzshark.c in old location.Jakub Zawadzki2-330/+2
2017-04-24oss-fuzzshark: Copy to separate directory, add build script.Jakub Zawadzki2-0/+408
2017-04-24Revert "Make the set of static routines match that in the current tip SQLite."Alexis La Goutte1-15/+17
2017-04-19X11: Replace VALUEXX macros and handle endianness "natively."Michael Mann1-25/+46
2017-04-19Add libxml2 as optional dependencyAhmad Fatoum3-5/+8
2017-04-18X11: Replace UNUSED macroMichael Mann1-10/+20
2017-04-18X11: Sort mesa_enum to allow for value_string_extMichael Mann1-19/+7
2017-04-18X11: Use proto_tree_add_bitmask for generated bitmasksMichael Mann1-7/+5
2017-04-17oss-fuzzshark: disable setresgid(), it fails with -EINVALJakub Zawadzki1-0/+2
2017-04-17Initial support for Linux 802.11 Netlink (nl80211) dissectionPeter Wu1-0/+204
2017-04-16X11: Resolve filter differences between a "list" and its "item".Michael Mann1-2/+2
2017-04-16oss-fuzzshark: search for dissector in given table.Jakub Zawadzki1-5/+32
2017-04-16X11: Revert mesa_enum_ext back to mesa_enumMichael Mann1-3/+2
2017-04-16X11: Ensure mesa_enum value_string has unique valuesMichael Mann1-3/+12
2017-04-15x11: proto_tree_add_uint_format -> proto_tree_add_uint_format_valueMichael Mann1-8/+18
2017-04-15Add oss-fuzzshark.c tool, for integration with oss-fuzz.Jakub Zawadzki1-0/+301
2017-04-15Update to the current lempar.c in the SQLite repository.Guy Harris1-27/+44
2017-04-15Make the set of static routines match that in the current tip SQLite.Guy Harris1-17/+15
2017-04-15Make memory_error() a routine.Guy Harris1-2/+10
2017-04-15Make whitespace match what's checked into the SQLite repository.Guy Harris1-6/+6
2017-04-14Update Windows binaries to GeoIP 1.6.10 with a local GeoIP_free functionPascal Quantin1-4/+4
2017-04-10MLE and Thread: Additional dissectorsRobert Cragie1-0/+1
2017-04-08checkhf: handle C++-style commentsPeter Wu1-9/+21
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris2-6/+6
2017-04-04debian-nightly-package.sh: Add Wireshark licenseMichael Mann1-0/+18
2017-04-03Add script for generating nightly .debs with git revisionBalint Reczey1-0/+17
2017-03-31checkAPIs: improve trailing item suggestion for XXX_stringPeter Wu1-4/+25
2017-03-29checkAPIs.pl: check value_string terminationPeter Wu1-12/+10
2017-03-19dissectors (and tools): fix typo dependant -> dependentAlexis La Goutte1-2/+2
2017-03-10TLS: append Log name for CT Log IDsPeter Wu1-0/+92
2017-03-05lemon: fix this statement may fall through [-Werror=implicit-fallthrough=] fo...Alexis La Goutte1-1/+1
2017-03-05tools: add more entries to valgrind suppression file (libc).Dario Lombardo1-0/+11
2017-03-05tools: add more entries to valgrind suppression file (glib).Dario Lombardo1-3/+51
2017-02-25json2pcap support addedMartin Kacer1-0/+450
2017-02-24tools: add options validation.Dario Lombardo1-2/+9
2017-02-22[skinny]: Fix tvb struct size guard valueDiederik de Groot2-39/+38
2017-02-16[skinny]: Added conversation and request_response handlingDiederik de Groot2-248/+282