diff options
author | Guy Harris <guy@alum.mit.edu> | 2005-03-06 01:53:56 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2005-03-06 01:53:56 +0000 |
commit | 476c8da0867c011606b8d60dfeb388f5f48c830e (patch) | |
tree | fa6f75c6a355ac0866cfa25961c05005b7508fcb /help | |
parent | aaf320c76b066f5f211bf04dbdcd7f8c07e9fc1e (diff) | |
download | wireshark-476c8da0867c011606b8d60dfeb388f5f48c830e.tar.gz wireshark-476c8da0867c011606b8d60dfeb388f5f48c830e.tar.bz2 wireshark-476c8da0867c011606b8d60dfeb388f5f48c830e.zip |
Don't use "long" and "%l[doux]" for 64-bit quantities, use guint64 and %
followed by PRIu64.
Don't use C++/C99-style comments.
Use "tvb_reported_length()" to get packet lengths - don't use
"tvb_length()", and especially don't directly refer to the "length"
field of the tvbuff.
svn path=/trunk/; revision=13609
Diffstat (limited to 'help')
0 files changed, 0 insertions, 0 deletions