|
suricata
|

Go to the source code of this file.
Functions | |
| int | DecodeTeredo (ThreadVars *tv, DecodeThreadVars *dtv, Packet *p, const uint8_t *pkt, uint16_t len) |
| Function to decode Teredo packets. More... | |
| void | DecodeTeredoConfig (void) |
| bool | DecodeTeredoEnabledForPort (const uint16_t sp, const uint16_t dp) |
| int DecodeTeredo | ( | ThreadVars * | tv, |
| DecodeThreadVars * | dtv, | ||
| Packet * | p, | ||
| const uint8_t * | pkt, | ||
| uint16_t | len | ||
| ) |
Function to decode Teredo packets.
| TM_ECODE_FAILED | if packet is not a Teredo packet, TM_ECODE_OK if it is |
Definition at line 127 of file decode-teredo.c.
References DEBUG_VALIDATE_BUG_ON.
| void DecodeTeredoConfig | ( | void | ) |
Definition at line 104 of file decode-teredo.c.
References SCConfGetBool().
Referenced by DecodeGlobalConfig().


| bool DecodeTeredoEnabledForPort | ( | const uint16_t | sp, |
| const uint16_t | dp | ||
| ) |
Definition at line 57 of file decode-teredo.c.
References SCLogDebug.