|
哪位高手帮忙看看这个问题啊!!!谢谢sdlkfj9
在使用winsockets协议进行脚本录制以后,在回放的时候报错:
vuser_init.c(24): callSend: Wed Dec 27 16:01:21.849: About to send 56 bytes to socket0 (220)
vuser_init.c(24): callSend: Wed Dec 27 16:01:21.859: Waiting for writable socket 10 secs, 0 usecs
vuser_init.c(24): callSend: Wed Dec 27 16:01:21.869: Trying to send 56 bytes
vuser_init.c(24): callSend: Wed Dec 27 16:01:21.879: Sent in this iteration 56 bytes (total in all iterations 56 bytes)
vuser_init.c(26): lrs_receive(socket0, buf4)
vuser_init.c(26): fiInitRecv: socket: socket0 (220), buffer: buf4, expected size: 230
vuser_init.c(26): callRecv: Wed Dec 27 16:01:21.909: About to read 230 bytes from socket0 (220)
vuser_init.c(26): fiPerformReceive: Wed Dec 27 16:01:21.919: Waiting for readable socket 10 secs, 0 usecs
vuser_init.c(26): fiPerformReceive: Wed Dec 27 16:01:21.929: Trying to read 8192 bytes
vuser_init.c(26): 错误:socket0 - 软件造成连接终止. 错误代码: 10053.
从操作调用了中止.
data.ws中buf的具体数据如下:
recv buf4 230
"\x01\x00\x00\x01\x06\x15\x00\x00\x02\x05"
"USERS"
"\x04"
"NAME"
"\x03"
" "
"\x00\x00\x01\xfd\x03\x05"
"@"
"\x00\x17\x00\x00\x03\x05"
"USERS"
"\x06"
"USERID"
"\x03"
"\v"
"\x00\x00\x01\x03\x03\x07"
"@"
"\x00\x19\x00\x00\x04\x05"
"USERS\bPASSWORD"
"\x03"
" "
"\x00\x00\x01\xfd\x03\x00\x00\x00\x1d\x00\x00\x05\x05"
"USERS\fItemIDString"
"\x03\xff\x00\x00\x01\xfd\x03\x01\x00\x00\x18\x00\x00\x06\x05"
"USERS"
"\x07"
"GROUPID"
"\x03"
"\v"
"\x00\x00\x01\x03\x03\x00\x00\x00\x19\x00\x00\x07\x05"
"USERS\bUserRole"
"\x03"
"\v"
"\x00\x00\x01\x03\x03\x00\x00\x00\x01\x00\x00"
"\b"
"\xfe"
"("
"\x00\x00"
"\t\rAdministrator"
"\x01"
"1"
"\x10"
"25d75f1a2e8e0c2a"
"\x01"
"*"
"\x02"
"-1"
"\x01"
"0"
"\x01\x00\x00"
"\n"
"\xfe" |
|