URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=25f1df445991870b32d81bd60e9fbdcf241bcf47
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
25f1df4 by Guy Harris (guy@xxxxxxxxxxxx):
"%l[doux]" doesn't mean "64-bit integer".
Use G_GINT64_MODIFIER as the format modifier to indicate that the value
being printed is 64-bit; there is no guarantee that long is 64-bit (it's
not 64-bit on ILP32 platforms such as 32-bit Windows and 32-bit UN*X, or
even on LLP64 platforms such as 64-bit Windows).
Change-Id: I0444f7f396969824f1040c06a67753718c32881b
Reviewed-on: https://code.wireshark.org/review/6838
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 49a7e97 Try dissecting some stuff even if we don't have conversation information.
adds 25f1df4 "%l[doux]" doesn't mean "64-bit integer".
Summary of changes:
epan/dissectors/packet-amqp.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)