aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isl.h
blob: ca23acefeaa32cde7ff0dc0d390a260c10b6abd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* packet-isl.h
 *
 * Wireshark - Network traffic analyzer
 * By Gerald Combs <gerald@wireshark.org>
 * Copyright 1998 Gerald Combs
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

#ifndef __PACKET_ISL_H__
#define __PACKET_ISL_H__

void dissect_isl(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
    int fcs_len);

#endif