aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/packet-tftp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-tftp.c b/epan/dissectors/packet-tftp.c
index 61a6d7a003..3930da28bc 100644
--- a/epan/dissectors/packet-tftp.c
+++ b/epan/dissectors/packet-tftp.c
@@ -217,8 +217,8 @@ static void dissect_tftp_message(tftp_conv_info_t *tftp_info,
offset += i1;
i1 = tvb_strsize(tvb, offset);
- ti = proto_tree_add_item(tftp_tree, hf_tftp_transfer_type,
- tvb, offset, i1, FALSE);
+ proto_tree_add_item(tftp_tree, hf_tftp_transfer_type,
+ tvb, offset, i1, FALSE);
col_append_fstr(pinfo->cinfo, COL_INFO, ", Transfer type: %s",
tvb_format_stringzpad(tvb, offset, i1));