|
|
|
@ -45,6 +45,7 @@
|
|
|
|
|
#include "decode-icmpv6.h"
|
|
|
|
|
#include "decode-tcp.h"
|
|
|
|
|
#include "decode-udp.h"
|
|
|
|
|
#include "decode-sctp.h"
|
|
|
|
|
#include "decode-raw.h"
|
|
|
|
|
#include "decode-vlan.h"
|
|
|
|
|
|
|
|
|
@ -702,6 +703,7 @@ void DecodeICMPV4(ThreadVars *, DecodeThreadVars *, Packet *, uint8_t *, uint16_
|
|
|
|
|
void DecodeICMPV6(ThreadVars *, DecodeThreadVars *, Packet *, uint8_t *, uint16_t, PacketQueue *);
|
|
|
|
|
void DecodeTCP(ThreadVars *, DecodeThreadVars *, Packet *, uint8_t *, uint16_t, PacketQueue *);
|
|
|
|
|
void DecodeUDP(ThreadVars *, DecodeThreadVars *, Packet *, uint8_t *, uint16_t, PacketQueue *);
|
|
|
|
|
void DecodeSCTP(ThreadVars *, DecodeThreadVars *, Packet *, uint8_t *, uint16_t, PacketQueue *);
|
|
|
|
|
void DecodeGRE(ThreadVars *, DecodeThreadVars *, Packet *, uint8_t *, uint16_t, PacketQueue *);
|
|
|
|
|
void DecodeVLAN(ThreadVars *, DecodeThreadVars *, Packet *, uint8_t *, uint16_t, PacketQueue *);
|
|
|
|
|
|
|
|
|
|