Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / packet-q708.h
blobad3656b106a5be15ce1122ceb4a773807b5dbf90
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>
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"
17 WS_DLL_PUBLIC
18 void analyze_q708_ispc(tvbuff_t *tvb, proto_tree *tree, int offset, int length, uint16_t ispc);
20 #endif /* __PACKET_Q708_H__ */