suricata
|
#include "suricata-common.h"
#include "app-layer-protos.h"
#include "app-layer-parser.h"
#include "flow.h"
#include "stream.h"
Go to the source code of this file.
Data Structures | |
struct | NBSSHdr_ |
Macros | |
#define | NBSS_SESSION_MESSAGE 0x00 |
#define | NBSS_SESSION_REQUEST 0x81 |
#define | NBSS_POSITIVE_SESSION_RESPONSE 0x82 |
#define | NBSS_NEGATIVE_SESSION_RESPONSE 0x83 |
#define | NBSS_RETARGET_SESSION_RESPONSE 0x84 |
#define | NBSS_SESSION_KEEP_ALIVE 0x85 |
#define | NBSS_HDR_LEN 4 |
Typedefs | |
typedef struct NBSSHdr_ | NBSSHdr |
Definition in file app-layer-nbss.h.
#define NBSS_HDR_LEN 4 |
Definition at line 65 of file app-layer-nbss.h.
#define NBSS_NEGATIVE_SESSION_RESPONSE 0x83 |
Definition at line 55 of file app-layer-nbss.h.
#define NBSS_POSITIVE_SESSION_RESPONSE 0x82 |
Definition at line 54 of file app-layer-nbss.h.
#define NBSS_RETARGET_SESSION_RESPONSE 0x84 |
Definition at line 56 of file app-layer-nbss.h.
#define NBSS_SESSION_KEEP_ALIVE 0x85 |
Definition at line 57 of file app-layer-nbss.h.
#define NBSS_SESSION_MESSAGE 0x00 |
Definition at line 52 of file app-layer-nbss.h.
#define NBSS_SESSION_REQUEST 0x81 |
Definition at line 53 of file app-layer-nbss.h.