Lukas Rist

Results 140 issues of Lukas Rist

enhancement

- Log all packets into one file - One pcap per connection - Enable pcap logging in the config file - Pcap logging per IP address - Pcap per port/protocol

enhancement

Running `revel test github.com/revel/examples/chat` vanilla checked out. Added error handling here: https://github.com/revel/cmd/blob/master/revel/test.go#L136 This is how the test looks like: ```json [ { "Name": "ApplicationTest", "Tests": [ { "Name": "TestThatIndexPage" },...

Not sure where the extra allocation in BenchmarkHash-4 is coming from. `benchcmp bench_1.8.3.test bench_1.9.test` ``` benchmark old ns/op new ns/op delta BenchmarkPearson-4 0.32 0.29 -9.38% BenchmarkFillBuckets-4 7545 7416 -1.71% BenchmarkQuartilePoints-4...

https://www.cs.toronto.edu/~norouzi/research/papers/multi_index_hashing.pdf

- [ ] Comparison with C implementation - [ ] How to use the package - [ ] Some Performance numbers - [ ] Comparison with SSDEEP

Increase test coverage >95%

See here: https://github.com/glaslos/tlsh/wiki/API There should be also a small snippet in the README demonstrating usage of the API.

TLSH_BUCKETS: determines using 128 or 256 buckets, more is better TLSH_CHECKSUM_1B: determines checksum length, longer means less collision