Wireshark-commits: [Wireshark-commits] master 04e660d: nfs: fix guint64 format in proto_item_append
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=04e660d082062407897e6e427642c7319a9de23a
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
04e660d by Dario Lombardo (lomato@xxxxxxxxx):
nfs: fix guint64 format in proto_item_append_text.
../epan/dissectors/packet-nfs.c:7070:48: error: format specifies type 'long' but the argument has type 'guint64' (aka 'unsigned long long') [-Werror,-Wformat]
proto_item_append_text(attr_tree, " = %ld", size);
~~~ ^~~~
%llu
Change-Id: Iab7c6e026e9e5668e5d744eaedc67cd055f5e3cc
Reviewed-on: https://code.wireshark.org/review/34860
Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from 254502d Add config 3 frame support synphasor
add 04e660d nfs: fix guint64 format in proto_item_append_text.
Summary of changes:
epan/dissectors/packet-nfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)