13#ifndef __W_PCAP_ENCAP_H__
14#define __W_PCAP_ENCAP_H__
17#include "ws_symbol_export.h"
int wtap_wtap_encap_to_pcap_encap(int encap)
Converts a Wireshark encapsulation type to a PCAP encapsulation type.
Definition pcap-common.c:719
WS_DLL_PUBLIC int wtap_pcap_encap_to_wtap_encap(int encap)
Converts a PCAP encapsulation type to a Wireshark encapsulation type.
Definition pcap-common.c:707
WS_DLL_PUBLIC bool wtap_encap_requires_phdr(int encap)
Checks if a given encapsulation type requires a pseudo-header.
Definition pcap-common.c:2708