Wireshark  4.3.0
The Wireshark network protocol analyzer
packet-erf.h
1 /* packet-erf.h
2  *
3  * Wireshark - Network traffic analyzer
4  * By Gerald Combs <gerald@wireshark.org>
5  * Copyright 1998 Gerald Combs
6  *
7  * SPDX-License-Identifier: GPL-2.0-or-later
8  */
9 
10 #ifndef __PACKET_ERF_H__
11 #define __PACKET_ERF_H__
12 
29 guint64* erf_get_ehdr(packet_info *pinfo, guint8 hdrtype, gint* afterinstance);
30 #endif /* packet-erf.h */
Definition: packet_info.h:44