aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/fastcgi.c
Commit message (Collapse)AuthorAge
* Fixed FastCGI memory issue (was not using nDPI's malloc wrapper).fix/use-fastcgi-malloc-wrapperToni Uhlig2022-09-05
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* FastCGI: dissect PARAMS (#1715)Toni2022-08-30
| | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> Signed-off-by: lns <matzeton@googlemail.com> Signed-off-by: Toni Uhlig <matzeton@googlemail.com> Signed-off-by: lns <matzeton@googlemail.com>
* Add FastCGI protocol detection. (#1711)Toni2022-08-24
* CQL: fixed byte order conversion (BigEndian not LittleEndian) * CQL: increased required successful dissected packets to prevent false-positives Signed-off-by: Toni Uhlig <matzeton@googlemail.com> Signed-off-by: Toni Uhlig <matzeton@googlemail.com>