https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5228
--- Comment #2 from campbco@xxxxxxxxx 2010-09-16 12:27:15 PDT ---
(In reply to comment #1)
> "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().
Sorry, i should have mentioned I have the sane issue as root.
@@@:root root> whoami
root
@@@:root root> tshark
tshark: Couldn't load module
/opt/iexpress/wireshark/lib/wireshark/plugins/1.0.15/asn1.so: Unsatisfied code
symbol 'g_node_insert_before' in load module
'/opt/iexpress/wireshark/lib/wireshark/plugins/1.0.15/asn1.so'.
Running as user "root" and group "sys". This could be dangerous.
Capturing on lan900
tshark: Can't install filter (recv_ack: promisc_phys: UNIX error - Not owner).
Please report this to the Wireshark developers.
(This is not a crash; please do not report it as such.)
0 packets captured
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.