Wireshark
4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
epan
dissectors
packet-isl.h
1
/* packet-isl.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_ISL_H__
11
#define __PACKET_ISL_H__
12
13
void
dissect_isl(tvbuff_t *tvb,
packet_info
*pinfo, proto_tree *tree,
14
int
fcs_len);
15
16
#endif
packet_info
struct _packet_info packet_info
Represents the metadata and indexing information for a single captured frame.
Generated by
1.15.0