Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add support for (un-encrypted) HTTP/2 (#2087) | Ivan Nardi | 2023-09-18 |
| | | | | Plaintext HTTP/2 is quite rare on the general "internet" but it is used in some private networks (example: 5G core network) | ||
* | Add Service Location Protocol dissector. (#2036) | Toni | 2023-08-01 |
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Add an heuristic to detect fully encrypted flows (#2058) | Ivan Nardi | 2023-07-26 |
A fully encrypted session is a flow where every bytes of the payload is encrypted in an attempt to “look like nothing”. The heuristic needs only the very first packet of the flow. See: https://www.usenix.org/system/files/sec23fall-prepub-234-wu-mingshi.pdf A basic, but generic, inplementation of the popcpunt alg has been added |