ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-users: Re: [Ethereal-users] Ethereal, Getting interface selection to appear under CA

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxx>
Date: Fri, 22 Feb 2002 13:11:25 -0800
On Fri, Feb 22, 2002 at 04:05:08PM -0500, Koutsos, Mark wrote:
> tethereal -i en0
> tethereal: The capture session could not be initiated (recv_ack:
> promisc_phys error 0x11).

0x11 on Solaris is DL_UNDELIVERABLE "Previous data unit could not be
delivered".  I've no idea whether it's the same on AIX; if it is, that's
some mysterious error somewhere in the bowels of the OS.

In any case, it's not an Ethereal or Tethereal error, it's a problem
with libpcap or with the OS code.

Try downloading and building libpcap 0.7 from tcpdump.org, which at
least tries to report DLPI errors in a less cryptic fashion.  Then
install that version of libpcap on top of the one you were using (you're
already using a version of libpcap other than the one that comes with
AIX, as the AIX one uses the weird mutant BPF that comes with AIX rather
than using DLPI, but the error message in question is from a libpcap
that uses DLPI), and then rebuild Ethereal and try again.