24#ifndef SURICATA_UTIL_PROTO_NAME_H
25#define SURICATA_UTIL_PROTO_NAME_H
bool SCProtoNameValid(uint16_t)
Function to check if the received protocol number is valid and do we have corresponding name entry fo...
void SCProtoNameInit(void)
void SCProtoNameRelease(void)
bool SCGetProtoByName(const char *protoname, uint8_t *proto_number)
Function to return the protocol number for a named protocol. Note that protocol name aliases are hono...
void SCProtoNameRegisterTests(void)
const char * known_proto[256]