]> git.ipfire.org Git - people/ms/suricata.git/commit - src/app-layer-detect-proto.c
Use u8 for ipproto
authorVictor Julien <victor@inliniac.net>
Thu, 9 Jan 2014 10:19:58 +0000 (11:19 +0100)
committerVictor Julien <victor@inliniac.net>
Fri, 10 Jan 2014 10:53:41 +0000 (11:53 +0100)
commit5cdeadb33d34ad1a08078e8e1ad51a49ba7b7cce
tree0f5a90a1e5e77431f4842d124e8580c71d9f7c1d
parent8527b8e08ef2fcbde5c64301b13a1bff6dcb1a6a
Use u8 for ipproto

In a few places in app layer and unittests u16 was used.
src/app-layer-detect-proto.c
src/app-layer-detect-proto.h
src/app-layer-dns-common.c
src/app-layer-dns-common.h
src/app-layer-parser.c
src/app-layer-parser.h
src/detect-engine.c
src/detect-engine.h
src/util-unittest-helper.c
src/util-unittest-helper.h