diff options
author | Guy Harris <guy@alum.mit.edu> | 2007-05-29 06:56:07 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2007-05-29 06:56:07 +0000 |
commit | d2ac4f7133b977b267c0b121aa2bdcb9507e0422 (patch) | |
tree | 7e4f2588b513edda09dc228f9704dc099692792d /help | |
parent | 2a5ff70caab499848de0c327052d564a831ba559 (diff) | |
download | wireshark-d2ac4f7133b977b267c0b121aa2bdcb9507e0422.tar.gz wireshark-d2ac4f7133b977b267c0b121aa2bdcb9507e0422.tar.bz2 wireshark-d2ac4f7133b977b267c0b121aa2bdcb9507e0422.zip |
Check for G_GINT64_MODIFIER in Wireshark as we do in Wiretap.
In all the places where a cast to "long long" or "unsigned long long"
was done, use G_GINT64_MODIFIER and get rid of the cast, as
1) there's no guarantee that "%ll" works
and
2) there's no guarantee that "long long" works
(the latter definitely does *NOT* work with MSVC++; the former doesn't
work with regular printf in MSVC++, but it might work with the GLib
printf-based functions).
svn path=/trunk/; revision=21978
Diffstat (limited to 'help')
0 files changed, 0 insertions, 0 deletions