1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-05-26 12:06:10 +02:00
fastnetmon-rewritten/src/unified_parser.hpp
2017-07-27 23:09:58 +00:00

8 lines
223 B
C++

#pragma once
#include <stdint.h>
#include <sys/types.h>
#include "fastnetmon_types.h"
bool parse_raw_packet_to_simple_packet(u_char* buffer, int len, simple_packet& packet, bool netmap_read_packet_length_from_ip_header);