Having an issue and I'm not sure what the problem is, hoping someone can point me in the right direction.

I've set up a VM to run SEQ in using oracle's VirtualBox. Network adapter is in bridged mode, I can see EQ traffic (verified with wireshark)
Centos 7 using KDE, installed the following packages: svn libtool gcc-c+ qt qt-demos qt3-devel libpcap-devel
grabbed showeq-05.13.10.38.tar.bz from sourceforge, untarred, ran make -f Makefile.dist build && ./configure && make && make install, everything built fine. (installed maps as well)
Launch showeq with the following command line: showeq -i enp0s3 --ip-address=192.168.1.6
program launches, when I zone in EQ I see the following on the command line:

Info: EQPacket: SessionDisconnect detected, awaiting next zone session, pcap filter EQ Client 192.168.1.6

Did I miss something simple?