aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-umts_mac.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-05-16 21:00:36 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-05-16 21:00:36 +0000
commitb17cefcd66d7bc2ec2171777c773a3eaa73d50d2 (patch)
treecef793dc9515f6134c804b0feb969fe80704e480 /epan/dissectors/packet-umts_mac.c
parent78ee09dfeb2396a26616c4f586464ea69d37c16e (diff)
From Cal Turney:
Missed p_get_proto_data() signature update in #if 0:ed code. svn path=/trunk/; revision=49342
Diffstat (limited to 'epan/dissectors/packet-umts_mac.c')
-rw-r--r--epan/dissectors/packet-umts_mac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-umts_mac.c b/epan/dissectors/packet-umts_mac.c
index a636c98d92..5fca15fd4b 100644
--- a/epan/dissectors/packet-umts_mac.c
+++ b/epan/dissectors/packet-umts_mac.c
@@ -1093,7 +1093,7 @@ static void dissect_mac_fdd_hsdsch_common(tvbuff_t *tvb, packet_info *pinfo, pro
ti = proto_tree_add_item(tree, proto_umts_mac, tvb, 0, -1, ENC_NA);
hsdsch_tree = proto_item_add_subtree(ti, ett_mac_hsdsch);
- fpinf = (fp_info *)p_get_proto_data(pinfo->fd, proto_fp);
+ fpinf = (fp_info *)p_get_proto_data(pinfo->fd, proto_fp, 0);
macinf = (umts_mac_info *)p_get_proto_data(pinfo->fd, proto_umts_mac);
if (!macinf) {