aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_dlg.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-02-12 21:25:07 +0000
committerGuy Harris <guy@alum.mit.edu>2004-02-12 21:25:07 +0000
commit26536d7a419e04261f04035b287a050889e77a98 (patch)
tree335c005554f1dba9eee5ded251db4a51bd40295c /gtk/capture_dlg.c
parent6c0c28136f5784fb592274feebeb5f550859f3e3 (diff)
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 'gtk/capture_dlg.c')
0 files changed, 0 insertions, 0 deletions