Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
packet-erf.h
1/* packet-erf.h
2 *
3 * Wireshark - Network traffic analyzer
4 * By Gerald Combs <[email protected]>
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
29uint64_t* erf_get_ehdr(packet_info *pinfo, uint8_t hdrtype, int* afterinstance);
30#endif /* packet-erf.h */
Definition packet_info.h:43