suricata
RpcMsg_ Struct Reference

#include <detect-rpc.h>

Data Fields

uint32_t xid
 
uint32_t type
 
uint32_t rpcvers
 
uint32_t prog
 
uint32_t vers
 
uint32_t proc
 

Detailed Description

Simple struct for a rpc msg call

Definition at line 35 of file detect-rpc.h.

Field Documentation

◆ proc

uint32_t RpcMsg_::proc

Definition at line 41 of file detect-rpc.h.

◆ prog

uint32_t RpcMsg_::prog

Definition at line 39 of file detect-rpc.h.

◆ rpcvers

uint32_t RpcMsg_::rpcvers

must be equal to two (2)

Definition at line 38 of file detect-rpc.h.

◆ type

uint32_t RpcMsg_::type

CALL = 0 (We only search for CALLS

Definition at line 37 of file detect-rpc.h.

◆ vers

uint32_t RpcMsg_::vers

Definition at line 40 of file detect-rpc.h.

◆ xid

uint32_t RpcMsg_::xid

Definition at line 36 of file detect-rpc.h.


The documentation for this struct was generated from the following file: