Wireshark-bugs: [Wireshark-bugs] [Bug 11058] annoying popup when trying to capture on bonds

Date: Fri, 27 Mar 2015 14:40:29 +0000

Comment # 11 on bug 11058 from
i'm back in the situation where i can compare an OK machine with a NOK machine,
for this i had to test with an older version of wireshark, for now my opinion
is that it could be due to different handling of bonding by recent 3.X kernels
.

OK machine :

[root@ORVTR4MONILTE ~]# dumpcap -v
Dumpcap 1.10.0 (SVN Rev Unknown from unknown)

Copyright 1998-2013 Gerald Combs <[email protected]> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiled (64-bit) with GLib 2.22.5, with libpcap, without libz, without POSIX
capabilities, without libnl.

Running on Linux 2.6.32-71.el6.x86_64, with locale en_US.UTF-8, with libpcap
version 1.0.0.
Intel(R) Xeon(R) CPU           L5410  @ 2.33GHz

Built using gcc 4.4.4 20100726 (Red Hat 4.4.4-13).

See http://www.wireshark.org for more information.

[root@ORVTR4MONILTE ~]# uname -a
Linux ORVTR4MONILTE 2.6.32-71.el6.x86_64 #1 SMP Wed Sep 1 01:33:01 EDT 2010
x86_64 x86_64 x86_64 GNU/Linux

[root@ORVTR4MONILTE ~]# dumpcap -L -i bond_LTEcore 
Capturing on 'bond_LTEcore'
Data link types of interface bond_LTEcore (use option -y to set):
  EN10MB (Ethernet)
  DOCSIS (DOCSIS)







NOK machine :

[root@orvtr19moni wireshark-1.10.0]# ./dumpcap -v
Dumpcap 1.10.0 (SVN Rev Unknown from unknown)

Copyright 1998-2013 Gerald Combs <[email protected]> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiled (32-bit) with GLib 2.38.2, with libpcap, with libz 1.2.8, without
POSIX
capabilities, without libnl.

Running on Linux 3.15.8-200.fc20.i686+PAE, with locale en_US.UTF-8, with
libpcap
version 1.5.3, with libz 1.2.8.

Built using gcc 4.8.3 20140624 (Red Hat 4.8.3-1).

See http://www.wireshark.org for more information.

[root@orvtr19moni wireshark-1.10.0]# uname -a
Linux orvtr19moni 3.15.8-200.fc20.i686+PAE #1 SMP Fri Aug 1 01:00:23 UTC 2014
i686 i686 i386 GNU/Linux

[root@orvtr19moni wireshark-1.10.0]# ./dumpcap -L -i MONI
Capturing on 'MONI'
dumpcap: The capabilities of the capture device "MONI" could not be obtained
(No such device exists).
Please check to make sure you have sufficient permissions, and that
you have the proper interface or pipe specified.


You are receiving this mail because:
  • You are watching all bug changes.