[tcpdump-workers] Packet arrival order

2007-04-02 Thread Ury Segal
Hi, I am running a local pcap application on a Solaris host, capturing only packets going to and from a specific interface. Sometimes I see several packets coming in, in a row, and then several packets going out, in a row, from that interface. However, I know (from the content of the packets a

Re: [tcpdump-workers] pcap_next() caplen is off by 14 bytes (L2 len)

2007-04-02 Thread Ken Bantoft
Re: 0.9.6 - this week.. we hit the 6 month part 2 weeks back... so I'm going to start writing all the ChangeLog/Notes, and get it shipped. Ken On 2-Apr-07, at 1:35 AM, Aaron Turner wrote: On 4/1/07, Guy Harris <[EMAIL PROTECTED]> wrote: I've checked into the main and x.9 branches a chan

Re: [tcpdump-workers] DLT-Value request for IEEE 802.15.4 lrwpan

2007-04-02 Thread Juergen Schimmer
2007/4/2, Guy Harris <[EMAIL PROTECTED]>: In other words, the packets are *NOT* 802.15.4-2006 packets as they appear on the air, but have had the address fields padded? Yes Is this on Linux? Yes it is on Linux. ( X86 and uClinunx ARM ). At the Moment i try to get the device driver (cc2420

Re: [tcpdump-workers] USB support in libpcap

2007-04-02 Thread Abeni Paolo
on Sun 4/1/2007 11:46 PM Guy Harris wrote: > Paolo, do you have any comments on the changes? The only issue I see is the following: I think that the following line is not good: 622c693 < pkth.len = info.hdr->urb_len + sizeof(pcap_usb_header); --- > pkth.len = info.hdr->data_len + size