Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix recursive import | Maximilian Hils | 2017-05-26 | 5 | -46/+51 |
* | fix mypy annotations | Maximilian Hils | 2017-05-26 | 12 | -50/+47 |
* | Merge pull request #2356 from mhils/bump-cryptography | Maximilian Hils | 2017-05-26 | 1 | -2/+2 |
|\ | |||||
| * | Update setup.py | Maximilian Hils | 2017-05-26 | 1 | -1/+1 |
| * | bump cryptography | Maximilian Hils | 2017-05-26 | 1 | -1/+1 |
|/ | |||||
* | cleanup old tls_parser | Thomas Kriechbaumer | 2017-05-26 | 2 | -209/+0 |
* | Merge pull request #2353 from ujjwal96/tls-parser | Thomas Kriechbaumer | 2017-05-26 | 6 | -20/+314 |
|\ | |||||
| * | Added ksy file and updated make.sh | Ujjwal Verma | 2017-05-26 | 2 | -0/+140 |
| * | Using kaitai struct to parse tls client hello | Ujjwal Verma | 2017-05-26 | 4 | -20/+174 |
* | | fix requirements | Thomas Kriechbaumer | 2017-05-26 | 1 | -1/+1 |
* | | Merge pull request #2351 from Kriechi/fix-warnings | Maximilian Hils | 2017-05-25 | 7 | -53/+32 |
|\ \ | |/ |/| | |||||
| * | pathod: fix leaking fds | Thomas Kriechbaumer | 2017-05-24 | 5 | -23/+18 |
| * | pathod: properly verify certificate in tests | Thomas Kriechbaumer | 2017-05-24 | 2 | -30/+14 |
| * | fix openssl cipher_list bytes/str deprecation | Thomas Kriechbaumer | 2017-05-24 | 2 | -2/+2 |
|/ | |||||
* | Merge pull request #2350 from Kriechi/improve-tests | Thomas Kriechbaumer | 2017-05-24 | 26 | -241/+249 |
|\ | |||||
| * | cleanup | Thomas Kriechbaumer | 2017-05-24 | 3 | -4/+3 |
| * | fix various fd/socket leaks | Thomas Kriechbaumer | 2017-05-24 | 13 | -29/+45 |
| * | connections tests: fix leaking sockets | Thomas Kriechbaumer | 2017-05-24 | 2 | -8/+9 |
| * | proxy tests: fix leaking sockets | Thomas Kriechbaumer | 2017-05-24 | 3 | -14/+15 |
| * | http1 tests: fix leaking sockets | Thomas Kriechbaumer | 2017-05-24 | 1 | -0/+1 |
| * | http2 tests: fix leaking sockets | Thomas Kriechbaumer | 2017-05-24 | 1 | -84/+88 |
| * | websocket tests: fix leaking sockets | Thomas Kriechbaumer | 2017-05-24 | 1 | -60/+62 |
| * | fix array.{fromstring,tostring} deprecation warning | Thomas Kriechbaumer | 2017-05-24 | 1 | -2/+2 |
| * | close existing server_conn before replacing it | Thomas Kriechbaumer | 2017-05-24 | 2 | -1/+7 |
| * | upgrade pytest and remove our pytest.raises wrapper | Thomas Kriechbaumer | 2017-05-24 | 2 | -35/+10 |
| * | fix typo | Thomas Kriechbaumer | 2017-05-24 | 1 | -1/+1 |
| * | auto-close file after reading | Thomas Kriechbaumer | 2017-05-24 | 1 | -4/+5 |
| * | TCP IPv6: fix leaking sockets | Thomas Kriechbaumer | 2017-05-24 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request #2347 from MatthewShao/jest-dev | Maximilian Hils | 2017-05-22 | 5 | -1/+196 |
|\ | |||||
| * | [web] Add tests for js/components/FlowTable/FlowTableHead.js | Matthew Shao | 2017-05-22 | 3 | -1/+128 |
| * | [web] Add tests for js/components/FlowTable/FlowRow.js | Matthew Shao | 2017-05-22 | 2 | -0/+68 |
|/ | |||||
* | Merge pull request #2191 from LuD1161/Issue#2139 | Maximilian Hils | 2017-05-22 | 1 | -1/+7 |
|\ | |||||
| * | Update options.py | Thomas Kriechbaumer | 2017-05-19 | 1 | -2/+5 |
| * | Added the level definition that can be used | LuD1161 | 2017-03-20 | 1 | -1/+4 |
* | | Merge pull request #2342 from MatthewShao/jest-dev | Maximilian Hils | 2017-05-22 | 5 | -62/+162 |
|\ \ | |||||
| * | | [web] Fix 100% coverage for js/components/FlowTable/FlowColumns.js | Matthew Shao | 2017-05-22 | 2 | -1/+17 |
| * | | [web] Set some value as constant, so _tflow.js would not change. | Matthew Shao | 2017-05-22 | 1 | -3/+9 |
| * | | [web] TFlow minor improved. | Matthew Shao | 2017-05-21 | 5 | -15/+18 |
| * | | [web] Add js/__tests__/ducks/_tflow.js | Matthew Shao | 2017-05-19 | 1 | -0/+97 |
| * | | [web] Fix minior lint problem. | Matthew Shao | 2017-05-19 | 1 | -0/+1 |
| * | | [web] Updates test to use the new _tflow.js. | Matthew Shao | 2017-05-19 | 3 | -63/+30 |
| * | | [web] Add _tflow.js generator in test_app.py | Matthew Shao | 2017-05-19 | 1 | -1/+11 |
* | | | disable double requires-io-master CI builds | Thomas Kriechbaumer | 2017-05-19 | 2 | -1/+9 |
* | | | Merge pull request #2337 from MatthewShao/jest-dev | Maximilian Hils | 2017-05-18 | 7 | -0/+529 |
|\| | | |||||
| * | | [web] Update snapshot. | Matthew Shao | 2017-05-18 | 2 | -2/+2 |
| * | | [web] Minor fixes for component tests. | Matthew Shao | 2017-05-18 | 3 | -5/+4 |
| * | | [web] Add tests for js/components/FlowTable/FlowColumnsSpec.js | Matthew Shao | 2017-05-17 | 2 | -0/+259 |
| * | | [web] Add a TFlow class to js/ducks/tutils.js | Matthew Shao | 2017-05-17 | 1 | -0/+27 |
| * | | [web] Add tests for src/js/components/ValueEditor/ValueEditor.js | Matthew Shao | 2017-05-16 | 2 | -0/+176 |
| * | | [web] Add tests for js/components/ValueEditor/ValidateEditor.js | Matthew Shao | 2017-05-16 | 2 | -0/+68 |