Re: [tcpdump-workers] Failing tcpdump 4.5.1 testsuite

2013-12-11 Thread Michael Richardson
Romain Francoise wrote: > - the pppoes_id testcase requires a pcap version which supports PPPoE > session ID filtering (>= 1.5) True... I'm not sure that we have, up until now, considered this a problem. Perhaps we should note a minimum pcap version in the test meta-info? > - the nf

Re: [tcpdump-workers] Failing tcpdump 4.5.1 testsuite

2013-12-11 Thread Guy Harris
On Dec 1, 2013, at 3:32 AM, Romain Francoise wrote: > - the nflog-e testcase requires a little-endian host, the NFLOG TLV > length is in host byte order and the capture file was generated on a > little-endian machine, so it can't be read successfully on a > big-endian build host. That means

Re: [tcpdump-workers] buildbot failure in tcpdump+libpcap on Ubuntu-12.04-x64

2013-12-11 Thread Guy Harris
On Dec 4, 2013, at 9:31 PM, buildbot-no-re...@wireshark.org wrote: > The Buildbot has detected a new failure on builder Ubuntu-12.04-x64 while > building tcpdump+libpcap. > Full details are available at: > http://buildbot.wireshark.org/tcpdump/builders/Ubuntu-12.04-x64/builds/592 > > Buildbot U

[tcpdump-workers] buildbot failure in tcpdump+libpcap on Ubuntu-12.04-x64

2013-12-11 Thread buildbot-no-reply
The Buildbot has detected a new failure on builder Ubuntu-12.04-x64 while building tcpdump+libpcap. Full details are available at: http://buildbot.wireshark.org/tcpdump/builders/Ubuntu-12.04-x64/builds/592 Buildbot URL: http://buildbot.wireshark.org/tcpdump/ Buildslave for this Build: ubuntu-12

[tcpdump-workers] Failing tcpdump 4.5.1 testsuite

2013-12-11 Thread Romain Francoise
Hi, FYI, the tcpdump 4.5.1 testsuite has new two testcases which we may want to disable by default: - the pppoes_id testcase requires a pcap version which supports PPPoE session ID filtering (>= 1.5) - the nflog-e testcase requires a little-endian host, the NFLOG TLV length is in host byte ord

Re: [tcpdump-workers] [libpcap] TPACKET_V3 support broken when read timeout 0. (#335)

2013-12-11 Thread Michael Richardson
I propose to release a libpcap 1.5.3 this week with the following changes: 1) if PCAP_LINUX_TPACKET="v3" or ="v2" then the specific method will be used chosen, unless: 2) a new pcap_linux_tpacket(enum method) has been called by the application (which having a GUI, I presume) can let the u