aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-05-22 14:53:30 -0700
committerGuy Harris <guy@alum.mit.edu>2014-05-22 21:55:54 +0000
commitb48a21588a053e8c82b807b405c87306b5386b91 (patch)
tree9ff64c0861b283ca4d09d47b0ba21758f58954e2 /file.c
parentc4ca41e0ccdc0e0b648afcb35acef32c86a91169 (diff)
Don't use sizeof(guintN) for sizes of data in packets.
Either 1) sizeof(guintN) = N/8, in which case it's redundant or 2) sizeof(guintN) != N/8, in which case it's wrong. This also keeps us from having to throw casts at complaints about shortening 64-bit values. Change-Id: I33911acfc54c0f3f21b73026a100a82b1ee2c35e Reviewed-on: https://code.wireshark.org/review/1731 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'file.c')
0 files changed, 0 insertions, 0 deletions