diff options
author | Guy Harris <guy@alum.mit.edu> | 2004-02-12 21:25:07 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2004-02-12 21:25:07 +0000 |
commit | 26536d7a419e04261f04035b287a050889e77a98 (patch) | |
tree | 335c005554f1dba9eee5ded251db4a51bd40295c /simple_dialog.h | |
parent | 6c0c28136f5784fb592274feebeb5f550859f3e3 (diff) | |
download | wireshark-26536d7a419e04261f04035b287a050889e77a98.tar.gz wireshark-26536d7a419e04261f04035b287a050889e77a98.tar.bz2 wireshark-26536d7a419e04261f04035b287a050889e77a98.zip |
Use "guint8" for 8-bit binary data.
"file_getc()" returns either an 8-bit unsigned value, or -1 for error or
EOF; store its return value into an "int", and check for -1 and return
-2, in "esc_read()" (rather than checking "file_error()" at the end).
Clean up some comments, routine names, and variable names - eyeSDN files
are binary, not text.
In "parse_eyesdn_packet_data()", handle the case of an EOF from
"esc_read()".
svn path=/trunk/; revision=10050
Diffstat (limited to 'simple_dialog.h')
0 files changed, 0 insertions, 0 deletions