aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-22lemon (tools): Fix Dereference of null pointer found by Clang analyzerAlexis La Goutte1-22/+25
2016-01-12Fix another warning on 64-bit platforms.Guy Harris1-1/+1
2016-01-12Add the comment about the Wireshark changes github repo from the commitJoerg Mayer1-1/+2
2016-01-12Lemon: resync with upstreamAlexis La Goutte3-286/+492
2016-01-10checkfiltername.pl: Don't print empty line on successful runJoão Valverde1-43/+43
2016-01-09checkAPIs: remove false positive in shadow checkPeter Wu1-1/+1
2016-01-09Add lempar to pre-commit ignore listAlexis La Goutte1-0/+1
2016-01-07lemon: Fix warnings [-Wpedantic]João Valverde1-26/+31
2016-01-06checkAPIs: Add "system" to possible shadow variable (on OS X)Alexis La Goutte1-0/+1
2016-01-05Add basic exclude facility to pre-commit hook checksJoão Valverde2-0/+19
2015-12-31lemon: Fix warnings [-Wcast-qual]João Valverde1-8/+8
2015-12-20Add %ProgramW6432% to the list of search paths when looking for 7-Zip.Christian Tellefsen1-0/+1
2015-12-13Create a way to register "capture" dissectors.Michael Mann1-12/+0
2015-12-12Update USBPcap installer packagedPascal Quantin1-4/+4
2015-12-11new_create_dissector_handle -> create_dissector_handle for plugins.Michael Mann1-1/+1
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-40/+19
2015-12-09Skinny: packet-skinnyDiederik de Groot1-3/+5
2015-12-07Spelling fixes for errors found by lintianBalint Reczey2-2/+2
2015-12-05Use noyywrap rather than defining our own yywrap functions.Guy Harris1-0/+2
2015-12-02eCMP Dissector - Extensible Control & Management ProtocolJames Lynch1-0/+1
2015-11-29Support building the X11 dissector outside the source tree.Jeff Morriss2-40/+54
2015-11-27Officially remove tvb_get_string and tvb_get_stringz.Michael Mann1-2/+0
2015-11-25asn2wrs.py: always use relative pathsPeter Wu1-6/+10
2015-11-23lemon (tools): Fix Dereference of null pointer found by Clang analyzerAlexis La Goutte1-23/+33
2015-11-22asn2wrs.py: fix path substitution when generating ASN.1 dissectors with CMake...Pascal Quantin1-2/+2
2015-11-21Fix Windows hardening check (x64)Graham Bloice1-0/+9
2015-11-21Fix Windows hardening checkGraham Bloice1-2/+56
2015-11-21autotools: Fix extra-compiler-warnings for system headersJoão Valverde3-16/+0
2015-11-20More spelling fixes found by lintianBalint Reczey2-3/+3
2015-11-12[GTK] Replace deprecated gdk_pixbuf_new_from_inline()João Valverde2-1/+78
2015-11-11Update user guide for upcoming 2.0 releasePascal Quantin1-4/+4
2015-11-10Initial Sysdig syscall (event) support.Gerald Combs2-0/+346
2015-11-10Make the dfilter time tests work regardless of what time zone the tests areJeff Morriss1-18/+23
2015-11-01tools/pidl: avoid trailing tabsStefan Metzmacher1-1/+4
2015-10-30Remove build-qt-sdk.bat.Gerald Combs2-95/+0
2015-10-30Explain why Get-HardenFlags currently fails.Gerald Combs1-0/+15
2015-10-30Add a few new negative dfilter tests.Jeff Morriss1-2/+17
2015-10-29tools/checkAPIs.pl: improve the hf_ error messagesStefan Metzmacher1-6/+6
2015-10-25Bail out immediately if we can't allocate a buffer for carving up $PATH.Guy Harris1-11/+10
2015-10-25lemon: move free() to avoid mem leak (CID 718529)Dario Lombardo1-8/+11
2015-10-24lemon: add free() to avoid mem leak (CID 1309088)Dario Lombardo1-1/+2
2015-10-21x11 generator: Fix indent (use always 4 spaces) and add modelinesAlexis La Goutte2-608/+634
2015-10-20X11 generator: avoid extraneous parens in conditionals.Jeff Morriss1-3/+16
2015-10-19x11 generator: Support new XCB paramrefPeter Harris1-5/+39
2015-10-19x11 generator: Don't crash when a switch is in a structPeter Harris1-1/+4
2015-10-19x11 generator: Fix struct size with arrayPeter Harris1-1/+0
2015-10-19x11 generator: Allow perl 5.20 and newerPeter Harris1-1/+0
2015-10-19x11 generator: some blacklisted structs are now used.Jeff Morriss1-9/+9
2015-10-16CMake: Add /WXGerald Combs1-2/+2