Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
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 <[email protected]>
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
17WS_DLL_PUBLIC
18void analyze_q708_ispc(tvbuff_t *tvb, proto_tree *tree, int offset, int length, uint16_t ispc);
19
20#endif /* __PACKET_Q708_H__ */
Definition proto.h:901
Definition tvbuff-int.h:35