]> git.ipfire.org Git - thirdparty/suricata.git/commit
Now supports accepting port addresses as strings, like the ones accepted in our rules...
authorAnoop Saldanha <anoopsaldanha@gmail.com>
Fri, 2 Aug 2013 09:53:35 +0000 (15:23 +0530)
committerAnoop Saldanha <anoopsaldanha@gmail.com>
Sun, 29 Sep 2013 17:43:07 +0000 (23:13 +0530)
commitd9686fae57f85f2bd4808dabc327c1c6ce7ef7d7
tree6f5f1e5e2022be9007a4e651aeb603b9fe8f9ad6
parent48b5513ed91b3b85449bce7c60fd893efd119b75
Now supports accepting port addresses as strings, like the ones accepted in our rules. As a consequence we now accept port range, and other such combination. Support PP for ports based on ipproto as well.
src/app-layer-detect-proto.c
src/app-layer-detect-proto.h
src/app-layer-dns-tcp.c
src/app-layer-dns-udp.c
src/app-layer-parser.c
src/app-layer-parser.h
src/app-layer-smb.c
src/app-layer-ssl.c
src/detect-parse.c