1 /* Do not modify this file. Changes will be overwritten.                      */
2 /* Generated automatically by the ASN.1 to Wireshark dissector compiler       */
3 /* packet-rtse.h                                                              */
4 /* asn2wrs.py -b -p rtse -c ./rtse.cnf -s ./packet-rtse-template -D . -O ../.. rtse.asn */
5 
6 /* Input file: packet-rtse-template.h */
7 
8 #line 1 "./asn1/rtse/packet-rtse-template.h"
9 /* packet-rtse.h
10  * Routines for RTSE packet dissection
11  * Graeme Lunt 2005
12  *
13  * Wireshark - Network traffic analyzer
14  * By Gerald Combs <gerald@wireshark.org>
15  * Copyright 1998 Gerald Combs
16  *
17  * SPDX-License-Identifier: GPL-2.0-or-later
18  */
19 
20 #ifndef PACKET_RTSE_H
21 #define PACKET_RTSE_H
22 
23 
24 /*--- Included file: packet-rtse-exp.h ---*/
25 #line 1 "./asn1/rtse/packet-rtse-exp.h"
26 int dissect_rtse_RTORQapdu(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
27 int dissect_rtse_RTOACapdu(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
28 int dissect_rtse_RTORJapdu(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
29 int dissect_rtse_RTABapdu(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_);
30 
31 /*--- End of included file: packet-rtse-exp.h ---*/
32 #line 16 "./asn1/rtse/packet-rtse-template.h"
33 
34 void register_rtse_oid_dissector_handle(const char *oid, dissector_handle_t dissector, int proto _U_, const char *name, gboolean uses_ros);
35 
36 #endif  /* PACKET_RTSE_H */
37