Wireshark  4.3.0
The Wireshark network protocol analyzer
packet-q708.h
1 /* packet-q708.h
2  * Routine and tables for analyzing an ISPC according to Q.708
3  * Copyright 2010, Gerasimos Dimitriadis <dimeg [AT] intracom.gr>
4  *
5  * Wireshark - Network traffic analyzer
6  * By Gerald Combs <gerald@wireshark.org>
7  * Copyright 1998 Gerald Combs
8  *
9  * SPDX-License-Identifier: GPL-2.0-or-later
10  */
11 
12 #ifndef __PACKET_Q708_H__
13 #define __PACKET_Q708_H__
14 
15 #include "ws_symbol_export.h"
16 
17 WS_DLL_PUBLIC
18 void analyze_q708_ispc(tvbuff_t *tvb, proto_tree *tree, int offset, int length, guint16 ispc);
19 
20 #endif /* __PACKET_Q708_H__ */
Definition: proto.h:904
Definition: tvbuff-int.h:35