https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5228
--- Comment #1 from Guy Harris <guy@xxxxxxxxxxxx> 2010-09-16 12:18:57 PDT ---
"tshark: Can't install filter (recv_ack: promisc_sap: UNIX error - Not owner).
Please report this to the Wireshark developers.
(This is not a crash; please do not report it as such.)"
means, in effect, "you can't capture if you're not running as root", at least
on your version of HP-UX. promisc_sap refers SAP promiscuity, i.e. receiving
all packets regardless of the Ethernet type/DSAP and LSAP in 802.2/SNAP type,
not to physical promiscuity, i.e. receiving all packets even if they're unicast
packets not sent to your adapter's MAC address, so -p makes no difference for
that error. (I'll look at making libpcap report that better.)
I'm not sure why the ASN.1 plugin is failing to find g_node_insert_before().
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.