The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / epan / dissectors / packet-umts_rrc.h @ 643c6f1b

History | View | Annotate | Download (3.02 KB)

1 94c402d6 Anders Broman
/* Do not modify this file.                                                   */
2
/* It is created automatically by the ASN.1 to Wireshark dissector compiler   */
3
/* .\packet-umts_rrc.h                                                        */
4
/* ../../tools/asn2wrs.py -u -e -p umts_rrc -c umts_rrc.cnf -s packet-umts_rrc-template umts_rrc_Class-definitions.asn */
5
6
/* Input file: packet-umts_rrc-template.h */
7
8
#line 1 "packet-umts_rrc-template.h"
9
/* packet-umts_rrc.h
10
 * Routines for Universal Mobile Telecommunications System (UMTS);
11
 * Radio Resource Control (RRC) protocol specification
12
 * (3GPP TS 25.331 version 6.7.0 Release 6) packet dissection
13
 * Copyright 2005, Anders Broman <anders.broman@ericsson.com>
14
 *
15
 * $Id$
16
 *
17
 * Ethereal - Network traffic analyzer
18
 * By Gerald Combs <gerald@ethereal.com>
19
 * Copyright 1998 Gerald Combs
20
 *
21
 * This program is free software; you can redistribute it and/or
22
 * modify it under the terms of the GNU General Public License
23
 * as published by the Free Software Foundation; either version 2
24
 * of the License, or (at your option) any later version.
25
 *
26
 * This program is distributed in the hope that it will be useful,
27
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
28
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
29
 * GNU General Public License for more details.
30
 *
31
 * You should have received a copy of the GNU General Public License
32
 * along with this program; if not, write to the Free Software
33
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
34
 */
35
36
#ifndef PACKET_UMTS_RRC_H
37
#define PACKET_UMTS_RRC_H
38
39
40
41
42
/*--- Included file: packet-umts_rrc-exp.h ---*/
43
#line 1 "packet-umts_rrc-exp.h"
44
int dissect_umts_rrc_DL_DCCH_Message(tvbuff_t *tvb, int offset, asn1_ctx_t *actx, proto_tree *tree, int hf_index);
45
int dissect_umts_rrc_UL_DCCH_Message(tvbuff_t *tvb, int offset, asn1_ctx_t *actx, proto_tree *tree, int hf_index);
46
int dissect_umts_rrc_DL_CCCH_Message(tvbuff_t *tvb, int offset, asn1_ctx_t *actx, proto_tree *tree, int hf_index);
47
int dissect_umts_rrc_UL_CCCH_Message(tvbuff_t *tvb, int offset, asn1_ctx_t *actx, proto_tree *tree, int hf_index);
48
int dissect_umts_rrc_PCCH_Message(tvbuff_t *tvb, int offset, asn1_ctx_t *actx, proto_tree *tree, int hf_index);
49
int dissect_umts_rrc_DL_SHCCH_Message(tvbuff_t *tvb, int offset, asn1_ctx_t *actx, proto_tree *tree, int hf_index);
50
int dissect_umts_rrc_UL_SHCCH_Message(tvbuff_t *tvb, int offset, asn1_ctx_t *actx, proto_tree *tree, int hf_index);
51
int dissect_umts_rrc_BCCH_FACH_Message(tvbuff_t *tvb, int offset, asn1_ctx_t *actx, proto_tree *tree, int hf_index);
52
int dissect_umts_rrc_BCCH_BCH_Message(tvbuff_t *tvb, int offset, asn1_ctx_t *actx, proto_tree *tree, int hf_index);
53
int dissect_umts_rrc_MCCH_Message(tvbuff_t *tvb, int offset, asn1_ctx_t *actx, proto_tree *tree, int hf_index);
54
int dissect_umts_rrc_MSCH_Message(tvbuff_t *tvb, int offset, asn1_ctx_t *actx, proto_tree *tree, int hf_index);
55
56
/*--- End of included file: packet-umts_rrc-exp.h ---*/
57
#line 34 "packet-umts_rrc-template.h"
58
59
#endif  /* PACKET_UMTS_RRC_H */
60