struct tad_recv_ptrn_unit_data

Overview

Per-pattern unit data of the TAD Receiver. More…

#include <tad_recv.h>

struct tad_recv_ptrn_unit_data {
    // fields

    asn_value* nds;
    tad_payload_spec_t pld_spec;
    unsigned int n_actions;
    tad_action_spec* actions;
    bool no_report;
    void** layer_opaque;
};

Detailed Documentation

Per-pattern unit data of the TAD Receiver.

Fields

asn_value* nds

ASN.1 value with traffic pattern unit

unsigned int n_actions

Number of actions

tad_action_spec* actions

Actions specification

bool no_report

Disable reporting of packets matched with the unit