Hi !
I'm Korean S/W programmer.
I was developed 'user session monitoring' program using
libpcap-2002.02.26 in IBM aix 4.3.3.
I was referenced README.aix and INSTALL.txt and etc.
configure, make, and make install is succeeded with no problem.
my program has two threads, one is gathering user's start session on
monitoring port 23 (dst host x.x.x.x and dst port 23).
the other thread is real-time user's session monitoring using filtering
option (src host  x.x.x.x and src port x and dst host x.x.x.x and dst
port x).
this program is excuted well in Solaris 7, but in aix 4.3.3 has problem.

when program is excuted, WARNING message is display on stdout from first
thread.

WARNING: DL_PROMISC_MULTI failed (recv_ack: promisc_multi: Primitive
issued in improper state)
WARNING: DL_PROMISC_SAP failed (recv_ack: promisc_sap: Primitive issued
in improper state)

this message is displayed when pcap_open_live() function, but works
well. (may be destination is this host...)
But, network device en0 open fail with promiscuous mode, second thread
dosn't work well.
Before upgrade pacp library version, pcap_open_live() function fail.
but this version, pcap_lookupdev() fruntion fail (error message is 'no
suitable device found').

My thought, problem is pcap_open_live() warning message.
What action or configuration is need?

Please your help, and wait response.
Have a nice day !!!

-
This is the TCPDUMP workers list. It is archived at
http://www.tcpdump.org/lists/workers/index.html
To unsubscribe use mailto:[EMAIL PROTECTED]?body=unsubscribe

Reply via email to