blob: de94ea8e25190ce0d5651272fa412825ff9a57dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/* packet-inap.h
*
* Copyright 2004, Tim Endean <endeant@hotmail.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef PACKET_INAP_H
#define PACKET_INAP_H
#include "packet-inap-exp.h"
#endif /* PACKET_INAP_H */
|