UniRec 3.0.0
Loading...
Searching...
No Matches
ipAddress.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <unirec/unirec.h>
4
5namespace NemeaPlusPlus {
6
7struct IpAddress {
9};
10
11static_assert(sizeof(IpAddress) == sizeof(ip_addr_t), "Invalid header definition");
12
13} // namespace NemeaPlusPlus
Definition of UniRec structures and functions.