2 * Routine and tables for analyzing an ISPC according to Q.708
3 * Copyright 2010, Gerasimos Dimitriadis <dimeg [AT] intracom.gr>
5 * Wireshark - Network traffic analyzer
6 * By Gerald Combs <gerald@wireshark.org>
7 * Copyright 1998 Gerald Combs
9 * SPDX-License-Identifier: GPL-2.0-or-later
12 #ifndef __PACKET_Q708_H__
13 #define __PACKET_Q708_H__
15 #include "ws_symbol_export.h"
18 void analyze_q708_ispc(tvbuff_t
*tvb
, proto_tree
*tree
, int offset
, int length
, uint16_t ispc
);
20 #endif /* __PACKET_Q708_H__ */