URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1e84591f4f07dc712bee9be3a33508a5510bb357
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
1e84591 by Guy Harris (guy@xxxxxxxxxxxx):
Fix some "bad file" messages.
The number being compared against is the amount of data *remaining* in
the comment information, not the *size* of the comment information.
And it's unsigned, so format it with %u.
Change-Id: I5f02302ad4acbc3b27655ff5518e6e56d464020d
Reviewed-on: https://code.wireshark.org/review/28280
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 7f3d719 Convert NetMon comment titles to UTF-8 when reading the file.
adds 1e84591 Fix some "bad file" messages.
Summary of changes:
wiretap/netmon.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)