aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sna.c
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2007-03-28 07:06:39 +0000
committerStephen Fisher <steve@stephen-fisher.com>2007-03-28 07:06:39 +0000
commit85a464c98012ebad9a612dbd76b4662442f1821b (patch)
tree54f5b092d39996c74a7ddc7acb7feb6ae3834454 /epan/dissectors/packet-sna.c
parent4b0b2c289446f1073dfc7fbac39a08e3942e3b02 (diff)
Fix a bunch of warnings, add svn:keywords Id and svn:eol-style native
to packet-iuup.c. svn path=/trunk/; revision=21244
Diffstat (limited to 'epan/dissectors/packet-sna.c')
-rw-r--r--epan/dissectors/packet-sna.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-sna.c b/epan/dissectors/packet-sna.c
index 8835870694..a89a1c79be 100644
--- a/epan/dissectors/packet-sna.c
+++ b/epan/dissectors/packet-sna.c
@@ -2424,7 +2424,7 @@ dissect_control_0e(tvbuff_t *tvb, proto_tree *tree)
buf = tvb_get_ephemeral_string(tvb, 3, len);
EBCDIC_to_ASCII(buf, len);
- proto_tree_add_string(tree, hf_sna_control_0e_value, tvb, 3, len, buf);
+ proto_tree_add_string(tree, hf_sna_control_0e_value, tvb, 3, len, (char*)buf);
}
static void