struct sniffer_id

Overview

Sniffer identifier More…

#include <te_sniffers.h>

struct sniffer_id {
    // fields

    char* ifname;
    char* snifname;
    int ssn;
    unsigned long long abs_offset;
};

Detailed Documentation

Sniffer identifier

Fields

char* ifname

Interface name.

char* snifname

Sniffer name.

int ssn

Sniffer session sequence number.

unsigned long long abs_offset

Absolute offset of the first byte of the first packet in a packets portion.