13#ifndef __W_PCAP_ENCAP_H__
14#define __W_PCAP_ENCAP_H__
17#include "ws_symbol_export.h"
23WS_DLL_PUBLIC
int wtap_pcap_encap_to_wtap_encap(
int encap);
24int wtap_wtap_encap_to_pcap_encap(
int encap);
25WS_DLL_PUBLIC
bool wtap_encap_requires_phdr(
int encap);