Use proto_tree_add_int64 for 64-bit values.

svn path=/trunk/; revision=49362
This commit is contained in:
Evan Huus 2013-05-17 00:56:54 +00:00
parent 2572f8ac1e
commit 5dc6e4598e
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ collectd_proto_tree_add_assembled_notification (tvbuff_t *tvb,
proto_tree_add_time (subtree, hf_collectd_data_time, tvb,
ndispatch->time_off, /* length = */ 8, &nstime);
proto_tree_add_int (subtree, hf_collectd_data_severity, tvb,
proto_tree_add_int64 (subtree, hf_collectd_data_severity, tvb,
ndispatch->severity_off, /* length = */ 8,
ndispatch->severity);