EDGESEC  0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
Variables
pcap_middleware.h File Reference

File containing the definition of the pcap middleware utilities. More...

#include "../../middleware.h"
Include dependency graph for pcap_middleware.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

struct capture_middleware pcap_middleware
 PCAP Capture Middleware. The PCAP capture middleware stores the full PCAP data from captured middlewares. Because this is a lot of data, we recommended using the cleaner_middleware too, to automatically cleanup/delete old PCAP files. More...
 

Detailed Description

File containing the definition of the pcap middleware utilities.

Author
Alexandru Mereacre
Date
2021

Variable Documentation

◆ pcap_middleware

struct capture_middleware pcap_middleware
extern

PCAP Capture Middleware. The PCAP capture middleware stores the full PCAP data from captured middlewares. Because this is a lot of data, we recommended using the cleaner_middleware too, to automatically cleanup/delete old PCAP files.

Authors
Alexandru Mereacre, Alois Klink