Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | HTTP: improve sub-classification (#1696) | Ivan Nardi | 2022-08-05 |
| | | | | | | | | | | Content-matched sub-protocols (DASH, IPP, MPEGDASH...) shouldn't ovewrite the previous master protocol (if any; usually HTTP). Furthermore. the HTTP dissector shouldn't update the classification (in the extra-dissection code path) if a content-matched sub-protocols has already been found. This commit should address the first part of the changes described in #1687. | ||
* | Prohibit MPEG-DASH to set HTTP as application protocol. (#1560) | Toni | 2022-05-30 |
| | | | Signed-off-by: lns <matzeton@googlemail.com> | ||
* | Compilation fixes for old ggc's | Luca Deri | 2022-05-29 |
| | |||
* | Added MPEG-DASH dissector. Fixes #1223. (#1555) | Toni | 2022-05-29 |
* Improved HTTP POST detection * Refactored subprotocol detection Signed-off-by: lns <matzeton@googlemail.com> |