aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2012-07-26 12:51:30 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2012-07-26 12:51:30 +0000
commit69ee8e5a72b18014a9c3b82782bb184c669bd53a (patch)
tree951f6ca4d9d862abe7d91cb274ad38f624545e47 /asn1
parent14a808ea3f7b6bcc0414ed93e670bb8a7ea3f360 (diff)
Changes corresping to
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44040 svn path=/trunk/; revision=44041
Diffstat (limited to 'asn1')
-rw-r--r--asn1/rrc/packet-rrc-template.c1
-rw-r--r--asn1/rrc/packet-rrc-template.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/asn1/rrc/packet-rrc-template.c b/asn1/rrc/packet-rrc-template.c
index 26517f4702..61ef2e1c2a 100644
--- a/asn1/rrc/packet-rrc-template.c
+++ b/asn1/rrc/packet-rrc-template.c
@@ -55,6 +55,7 @@
#define PFNAME "rrc"
extern int proto_fp; /*Handler to FP*/
+GTree * hsdsch_muxed_flows;
static dissector_handle_t gsm_a_dtap_handle;
diff --git a/asn1/rrc/packet-rrc-template.h b/asn1/rrc/packet-rrc-template.h
index b8c81d00f9..25ac34f8a2 100644
--- a/asn1/rrc/packet-rrc-template.h
+++ b/asn1/rrc/packet-rrc-template.h
@@ -47,5 +47,5 @@ typedef struct rrc_info
} rrc_info;
-GTree * hsdsch_muxed_flows;
+extern GTree * hsdsch_muxed_flows;
#endif /* PACKET_RRC_H */