Zephyr Project API 3.7.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
capture.h File Reference

Network packet capture definitions. More...

#include <zephyr/kernel.h>
#include <zephyr/device.h>

Go to the source code of this file.

Functions

int net_capture_setup (const char *remote_addr, const char *my_local_addr, const char *peer_addr, const struct device **dev)
 Setup network packet capturing support.
 
static int net_capture_cleanup (const struct device *dev)
 Cleanup network packet capturing support.
 
static int net_capture_enable (const struct device *dev, struct net_if *iface)
 Enable network packet capturing support.
 
static bool net_capture_is_enabled (const struct device *dev)
 Is network packet capture enabled or disabled.
 
static int net_capture_disable (const struct device *dev)
 Disable network packet capturing support.
 

Detailed Description

Network packet capture definitions.

Definitions for capturing network packets.