Thanks!
As Guy Harris pointed out, it's probably because the
data isn't normal text, it's in binary format.
I'll try to see.
Thanks.
kathy
> We can't help you without source code.
>
> Regards,
>
> Seb :)
>
__
Do you Yahoo!?
Check out the n
(Blah blah blah another wrong from line blah blah blah avoid the
duplicate message detector blah blah blah.)
Kathy Chen wrote:
When I call
u_char *packet = pcap_next(handle, &header);
I can get the packet length value, but I can't really
get the "packet" data (Using printf(..., packet)).
The
We can't help you without source code.
Regards,
Seb :)
Kathy Chen a écrit :
Hi, all,
When I call
u_char *packet = pcap_next(handle, &header);
I can get the packet length value, but I can't really
get the "packet" data (Using printf(..., packet)).
Even if I call this "pcap_next()" continuously,
Hi, all,
When I call
u_char *packet = pcap_next(handle, &header);
I can get the packet length value, but I can't really
get the "packet" data (Using printf(..., packet)).
Even if I call this "pcap_next()" continuously, the
same problem exist.
Could any of you point out the reason for me? Fr