aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-12-01 06:18:30 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-12-01 06:18:30 +0000
commit72b18dfd817f9ff1636b008cbbcdca1a67a26975 (patch)
tree4b5b7e4e68b987da69c5484a5a327ecfb5dee913 /epan
parent6ea74af3d168fff72e9755f74ea82f4244a80db2 (diff)
Fix a typo
svn path=/trunk/; revision=16630
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-inap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-inap.c b/epan/dissectors/packet-inap.c
index 13d46648d7..705e0b2110 100644
--- a/epan/dissectors/packet-inap.c
+++ b/epan/dissectors/packet-inap.c
@@ -5235,7 +5235,7 @@ static int dissect_invokeData(packet_info *pinfo, proto_tree *tree, tvbuff_t *tv
offset=dissect_inap_StatusReportArg(FALSE, tvb, offset, pinfo, tree, hf_inap_StatusReportArg_PDU);
break;
case 41:/*41, "CallGap */
- offset=dissect_inap_CallGapArg(FALSE, tvb, offset, pinfo, tree, hf_inap_RCallGapArg_PDU);
+ offset=dissect_inap_CallGapArg(FALSE, tvb, offset, pinfo, tree, hf_inap_CallGapArg_PDU);
break;
case 42:/*42, "ActivateServiceFiltering */
offset=dissect_inap_ActivateServiceFilteringArg(FALSE, tvb, offset, pinfo, tree, hf_inap_ActivateServiceFilteringArg_PDU);