aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2015-08-17Install GTK3 too.Jeff Morriss1-3/+3
2015-08-13Make building with MSVC2015 workAnders1-1/+1
2015-08-13fuzz-test.sh: added missing option in help.Dario Lombardo1-1/+1
2015-08-12editcap: add change offset.Dario Lombardo1-3/+7
2015-08-08NCP2222.py : fix generate indent (use 4 spaces)Alexis La Goutte1-64/+64
2015-08-02Skip files larger than 8MB in valgrind fuzzingEvan Huus1-1/+1
2015-07-25lemon (tools): Fix Dead Store (Dead assignement/Dead increment) warning found...Alexis La Goutte1-1/+0
2015-07-24Fix CMake 7zip searchGraham Bloice1-2/+6
2015-07-24Skip large files when fuzzing with valgrindEvan Huus1-0/+5
2015-07-23Fix 7-zip searchGraham Bloice1-1/+2
2015-07-23CheckAPI: Add a shadow variable checkAlexis La Goutte1-0/+30
2015-07-21Be more careful about variable scope and quoting.Gerald Combs1-2/+2
2015-07-19Fixup make-usb.pyGerald Combs1-3/+9
2015-07-02Try to fix OSX build bootAndersBroman1-4/+4
2015-07-02Lemon: Update lemon toolsAlexis La Goutte2-647/+793
2015-06-29tools/asn2wrs.py: fix isdn-sup generation with Py3Peter Wu1-16/+10
2015-06-29tools/asn2wrs.py: handle windows-1252 encodingPeter Wu1-3/+12
2015-06-27checkAPIs.pl: check how ui class files are includedMartin Kaiser1-10/+31
2015-06-26Update valgrind script for the UIEvan Huus1-2/+2
2015-06-26tools: permit setting BIN_DIR in the environmentEvan Huus5-17/+21
2015-06-25Replace Folder.CopyHere with 7-Zip.Gerald Combs1-11/+59
2015-06-25Stop using atof/strtod (fixes column sorting of float types)Peter Wu1-0/+1
2015-06-24Remove the last deprecated tvb_length callsEvan Huus1-1/+0
2015-06-22checkAPIs.pl: proto_tree_add_bytes_item takes an encoding parameterPascal Quantin1-1/+1
2015-06-06Use %zu, not %zd, to print a size_t value (%zd would be for ssize_t).Guy Harris1-1/+1
2015-05-31Fix zlib cmakeGraham Bloice1-4/+4
2015-05-26Remove proto_tree_add_text from some dissectors.Michael Mann1-0/+1
2015-05-07Need to generate hf_ variable for aliases in structs.Michael Mann1-1/+2
2015-05-07Remove proto_tree_add_text from idl2wrs generation.Michael Mann1-13/+27
2015-05-06Fix the need to manually adjust packet-gias.c (take 2)Michael Mann1-10/+61
2015-05-02Try to keep capinfos+ASan from failing.Gerald Combs1-0/+3
2015-05-01Revert "Fix the need to manually adjust packet-gias.c"Alexis La Goutte1-60/+9
2015-05-01Fix the need to manually adjust packet-gias.cMichael Mann1-9/+60
2015-05-01Add tshark -z "ncp,srt"Michael Mann1-132/+0
2015-05-01Fix some cases where we're shifting a signed 1 left.Guy Harris1-1/+1
2015-05-01Fix some cases where we're shifting a signed 1 left.Guy Harris1-1/+1
2015-04-27win-setup.ps1 Make setup script aware of proxiesChristoph Schlosser1-0/+5
2015-04-23Move some checks so they're executed after the comments are removed.Jeff Morriss1-17/+18
2015-04-23idl2wrs: don't use -1 for the protocol-item length.Jeff Morriss1-1/+1
2015-04-22Add VALS_EXT_PTR to decorate pointers to value_string_ext's in hfinfo.Jeff Morriss1-1/+1
2015-04-14Start moving win-setup to PowerShell.Gerald Combs1-0/+279
2015-04-09Pass HTTP URLs to wget.Gerald Combs1-4/+4
2015-04-08extcap: Add support for Android - androiddumpMichal Labedzki1-1/+1
2015-04-05Don't commit translation updates for now.Gerald Combs1-1/+1
2015-04-04Add update-tx tools (Resync translation between repo and Transifex)Alexis La Goutte1-0/+33
2015-04-02Fixup our anonsvn URLs.Gerald Combs1-4/+4
2015-03-31LTE RRC: upgrade dissector to v12.5.0Pascal Quantin1-1/+1
2015-03-26html2text.py: Python 2.5 compatibility, improve Unicode supportPeter Wu1-13/+16
2015-03-25dfilter-test.py: add OOT support and Python 3 compatPeter Wu2-10/+12
2015-03-25indexcap.py: fix tmpdir handling, python 3 compatPeter Wu2-48/+53