Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Use proper capitalization in my email address. | trasz | 2007-07-12 | 1 | -1/+1 |
| | | | | | Approved by: miwi (mentor) Suggested by: sat | ||||
* | Change my email address to trasz@FreeBSD.org. | trasz | 2007-04-13 | 1 | -1/+1 |
| | | | | Approved by: miwi (mentor) | ||||
* | The tool is a simple flow-analyzing passive L7 fingerprinter. It | miwi | 2006-12-05 | 5 | -0/+64 |
examines the sequence of client-server exchanges, their relative layer 7 payload sizes, and transmission intervals (as opposed to inspecting the contents, which is what most passive fingerprinters and "smart" sniffers would do to analyze transmissions). This is then matched against a database of traffic pattern signatures to infer some interesting facts about the traffic. PR: ports/106351 Submitted by: trasz <trasz at pin.if.uz.zgora.pl> |