aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-inap.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-11-14 17:35:04 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-11-14 17:35:04 +0000
commit34ea8864543bdb540bbf7aa4dc436ad25ff93936 (patch)
treeae77bb640cfc28d13745445f7c59eb52a1a57551 /epan/dissectors/packet-inap.c
parentfa5c7f85aa5d006ac650546c3f81eb7744dfdc59 (diff)
[-Wunused-but-set-variable]
svn path=/trunk/; revision=39829
Diffstat (limited to 'epan/dissectors/packet-inap.c')
-rw-r--r--epan/dissectors/packet-inap.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/epan/dissectors/packet-inap.c b/epan/dissectors/packet-inap.c
index 89759fbbbb..153a022ca2 100644
--- a/epan/dissectors/packet-inap.c
+++ b/epan/dissectors/packet-inap.c
@@ -9353,12 +9353,9 @@ dissect_inap(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
proto_item *item=NULL;
proto_tree *tree=NULL;
int offset = 0;
- guint length;
asn1_ctx_t asn1_ctx;
asn1_ctx_init(&asn1_ctx, ASN1_ENC_BER, TRUE, pinfo);
- length = tvb_length(tvb);
-
col_set_str(pinfo->cinfo, COL_PROTOCOL, "INAP");
/* create display subtree for the protocol */
@@ -11669,7 +11666,7 @@ void proto_register_inap(void) {
"InvokeId_present", HFILL }},
/*--- End of included file: packet-inap-hfarr.c ---*/
-#line 203 "../../asn1/inap/packet-inap-template.c"
+#line 200 "../../asn1/inap/packet-inap-template.c"
};
@@ -11923,7 +11920,7 @@ void proto_register_inap(void) {
&ett_inap_InvokeId,
/*--- End of included file: packet-inap-ettarr.c ---*/
-#line 216 "../../asn1/inap/packet-inap-template.c"
+#line 213 "../../asn1/inap/packet-inap-template.c"
};
/* Register protocol */