Home
last modified time | relevance | path

Searched refs:ica_magic (Results 1 – 1 of 1) sorted by relevance

/dports/security/dsniff/dsniff-2.4/
H A Ddecode_citrix.c27 static u_char ica_magic[] = { 0x32, 0x26, 0x85, 0x92, 0x58 }; variable
39 while ((i = buf_index(&inbuf, ica_magic, sizeof(ica_magic))) >= 0) { in decode_citrix()