;
; CATCOMP QueSO.cd CTFILE QueSO.ct
; CATCOMP QueSO.cd CFILE loc.h
;
STRING_Version (1//)
QueSO Copyright 1998-2002 by savage@apostols.org\nQueSO for AmigaOS/Miami Copyright 1998-2002 by Alfonso Ranieri <alforan@tin.it>\nVersion: %s\nCompilation date: %s\n\n
;
STRING_Usage (//)
Usage: QueSO [-vhdkVw] [-t timeout] [-p port]\n             [-z wait] [-n times] [-c file]\n             host[:port] {host[:port]}\n
;
STRING_Help (//)
%s\n\n       -v    version\n       -h    show this help\n       -d    debug mode\n       -k    configuration file debug mode\n       -V    verbose mode\n       -w    update the config file when a new OS is found\n       -t    global timeout in seconds (%ld)\n       -p    remote port (%ld)\n       -z    seconds to wait before sending next packet (%ld)\n       -n    how many times packets are sent (%ld)\n       -c    configuration file (%s)\n\n       host  target host with optional port number\n\n
;
STRING_NotAccurate (//)
not accurate responce for '%s'
;
STRING_Created (//)
file '%s' created
;
STRING_Info (//)
CfgFile: %s %s\nDefPort: %ld\nTimeout: %ld\n  Times: %ld\n  Delay: %ld\n
;
STRING_UpdateMode (//)
(update mode)
;
STRING_CHECK_Starting (100//)
starting %s:%ld > %s:%ld
;
STRING_CHECK_TCPDebug (//)
%ld: %ld>%ld seq:%1lx ack:%s%lx win:%04lx urp:%lx flags:%s
;
STRING_CHECK_Sniffed (//)
sniffed %ld packet(s)
;
STRING_CHECK_Found (//)
%s:%ld\t%s
;
STRING_CHECK_CfgDebug1 (//)
%s: \n%s
;
STRING_CHECK_CfgDebug2 (//)
%s: %ld %ld %ld %-4lx %-7s\x20
;
STRING_CHECK_DebugNTRecvButConf (//)
** Not received but configured
;
STRING_CHECK_DebugNTRecvAndNTConf (//)
** Ok, not received and not configured
;
STRING_CHECK_DebugFound (//)
** Ok, Found
;
STRING_CHECK_DebugFailed (//)
** FAILED %ld,%ld,%ld,%ld,%02lx != %ld,%ld,%ld,%ld,%02lx
;
STRING_CHECK_NewPattern (//)
%s:%ld\t*- Unknown OS, adding new pattern to '%s'\n
;
STRING_CHECK_Update (//)
%s:%ld\t*- Unknown OS, please update '%s'\n
;
ERR_Opt_Illegal (200//)
illegal option -- %lc
;
ERR_Opt_RequiresArg (//)
option requires an argument -- %lc
;
ERR_NoBSDSocket (//)
QueSO runs only on Miami(Dx) registered (bsdsocket.library version 4 or higher, miami.library version 6 or higher)
;
ERR_NoMem (//)
not enogh memory available
;
ERR_NoSocket (//)
can't create socket (%ld)
;
ERR_BSDSocket (//)
bsdsocket error (%s)
;
ERR_NoHostSupplied (//)
no host supplied
;
ERR_NoHost (//)
host <%s> not found
;
ERR_NoFile (//)
can't open file '%s'
;
ERR_NoSniffer (//)
can't add a 'packets monitor' to interface '%s'
;
ERR_Break (//)
interrupted
;
ERR_BadPort (//)
bad port value '%s', using default '%ld'
;
ERR_BadTimes (//)
bad times value '%s', using default '%ld'
;
ERR_BadTimeout (//)
bad timeout value '%s', using default '%ld'
;
ERR_BadDelay (//)
bad delay value '%s', using default '%ld'
;
ERR_UnreachebleHost (//)
unreacheble host <%s>
;
