[WinPcap-users] (CLASS AC PROBLEM AGAIN)code is here please have a look...

2002-05-31 Thread leo lion
_ const struct sniff_ethernet *ethernet; const struct sniff_ip *ip; const struct sniff_tcp *tcp; const char *payload;int size_ethernet = sizeof(struct sniff_ethernet); int size_ip = sizeof(struct sniff_ip); int size_tcp = sizeof(struct sniff_tcp);

Re: [WinPcap-users] (CLASS AC PROBLEM AGAIN)code is here please have a look...

2002-05-31 Thread Gianluca Varenni
ject: [WinPcap-users] (CLASS AC PROBLEM AGAIN)code is here please have a look... _ const struct sniff_ethernet *ethernet; const struct sniff_ip *ip; const struct sniff_tcp *tcp; const char *payload;int size_ethe

Re: [WinPcap-users] (CLASS AC PROBLEM AGAIN)code is here please have a look...

2002-05-31 Thread Gianluca Varenni
ader). GV - Original Message - From: Gianluca Varenni To: [EMAIL PROTECTED] Sent: Friday, May 31, 2002 3:23 PM Subject: Re: [WinPcap-users] (CLASS AC PROBLEM AGAIN)code is here please have a look... Hi. First, it depends on how you declared the ethernet header. Seco