#include "../core/common.h"
#include "enum.h"
#include <pcap/pcap.h>
#include <pcap/sll.h>
Go to the source code of this file.
|
enum | { SLLIncoming = RTE_BE16(LINUX_SLL_HOST)
, SLLOutgoing = RTE_BE16(LINUX_SLL_OUTGOING)
} |
| DLT_LINUX_SLL direction constants in network byte order. More...
|
|
◆ PcapngEPB
PCAPNG enhanced packet block header.
◆ PcapngEPBSLL
PCAPNG enhanced packet block header and tcpdump DLT_LINUX_SLL header.
◆ PcapngIDB
PCAPNG interface description block header.
◆ PcapngTrailer
◆ anonymous enum
DLT_LINUX_SLL direction constants in network byte order.
Each value is rte_be16_t type, which has same size as sll_pkttype.
Enumerator |
---|
SLLIncoming | |
SLLOutgoing | |