Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

Network packet capture device information. More...

#include <capture.h>

Data Fields

const struct devicecapture_dev
 The capture device.
struct net_ifcapture_iface
 Network interface where the network packets are captured.
struct net_iftunnel_iface
 IPIP tunnel network interface where the captured packets are sent.
struct net_sockaddrpeer
 Peer (inner) tunnel IP address.
struct net_sockaddrlocal
 Local (inner) tunnel IP address.
bool is_enabled
 Is the capture currently enabled.

Detailed Description

Network packet capture device information.

Field Documentation

◆ capture_dev

const struct device* net_capture_info::capture_dev

The capture device.

◆ capture_iface

struct net_if* net_capture_info::capture_iface

Network interface where the network packets are captured.

◆ is_enabled

bool net_capture_info::is_enabled

Is the capture currently enabled.

◆ local

struct net_sockaddr* net_capture_info::local

Local (inner) tunnel IP address.

◆ peer

struct net_sockaddr* net_capture_info::peer

Peer (inner) tunnel IP address.

◆ tunnel_iface

struct net_if* net_capture_info::tunnel_iface

IPIP tunnel network interface where the captured packets are sent.


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