Wireshark
4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
epan
dissectors
packet-osi-options.h
1
/* packet-osi-options.h
2
* Defines for OSI options part decode
3
*
4
* Ralf Schneider <
[email protected]
>
5
*
6
* Wireshark - Network traffic analyzer
7
* By Gerald Combs <
[email protected]
>
8
* Copyright 1998 Gerald Combs
9
*
10
* SPDX-License-Identifier: GPL-2.0-or-later
11
*/
12
13
#ifndef _PACKET_OSI_OPTIONS_H__
14
#define _PACKET_OSI_OPTIONS_H__
15
16
/*
17
* published API functions
18
*/
19
extern
void
dissect_osi_options(
unsigned
char
, tvbuff_t *,
int
, proto_tree *,
packet_info
*);
20
21
#endif
/* _PACKET_OSI_OPTIONS_H__ */
packet_info
struct _packet_info packet_info
Represents the metadata and indexing information for a single captured frame.
Generated by
1.15.0