SCEnter();
AppProto alproto = 0;
- int flow_proto = 0;
+ uint8_t flow_proto = 0;
AppLayerParserThreadCtx *tctx;
tctx = SCMalloc(sizeof(*tctx));
SCEnter();
AppProto alproto = 0;
- int flow_proto = 0;
+ uint8_t flow_proto = 0;
for (flow_proto = 0; flow_proto < FLOW_PROTO_DEFAULT; flow_proto++) {
for (alproto = 0; alproto < ALPROTO_MAX; alproto++) {
typedef struct AppLayerParser {
const char *name;
const char *default_port;
- int ip_proto;
+ uint8_t ip_proto;
ProbingParserFPtr ProbeTS;
ProbingParserFPtr ProbeTC;