aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-16Add OUI-28 to make-manuf.Gerald Combs1-2/+34
2015-10-15Add missing CMake files to the tarball.Gerald Combs1-0/+1
2015-10-08Add USBPcap 1.1.0.0-g794bf26 to Windows installerPascal Quantin1-2/+4
2015-09-29NCP2222: change ncp.nds_return_all_classes filter type from FT_STRING to FT_U...Pascal Quantin1-1/+1
2015-09-28idl2wrs: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangMichael Mann1-14/+33
2015-09-25ncp2222: Use BASE_CUSTOM for date and time fields.Michael Mann1-18/+15
2015-09-25Convert dissect_nds_request and dissect_nds_reply to use proto_tree_add_xxx d...Michael Mann1-13/+24
2015-09-25CMake: Add a hardening-check target.Gerald Combs2-3/+88
2015-09-25Refactor NCP Python data so that INFO column can be generated on the fly (TAK...Michael Mann1-462/+498
2015-09-22Revert "Refactor NCP Python data so that INFO column can be generated on the ...Michael Mann1-471/+455
2015-09-21Remove proto_tree_add_text API.Michael Mann1-64/+0
2015-09-19Refactor NCP Python data so that INFO column can be generated on the fly.Michael Mann1-455/+471