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