On Jan 14, 2008 3:59 AM, wfifi <[EMAIL PROTECTED]> wrote: > thanks ido > wireshark is a great tool, i attach a log, found data is got, but > Component's status not change.
I've read your code again (and looked at the log), I noticed this: strstream.WriteString(String(ABuffer)) You are casting a pointer as a string... The way to convert PChar to a string is to use the function StrPas I believe that it will solve the problem. Ido > > > 2008/1/13, ik <[EMAIL PROTECTED] >: > > I can't see the content, and from quick googeling, i see that it's a > > known communication sniffer in china / > > In tcpdump (when using unix) or wireshark, you can see also the > > content that you send and receive, so it's easier to know what's going > > on. > > > > Ido > > > > > > -- http://ik.homelinux.org/ _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
