Hello,
from screenshot / running app the tool looks very nice.
I wanted to use it for some of our people which haven't much experience in administration/debugging to get quick SIP flows checked.
Sadly there is a problem with the sniffer module inclusion:
Starting SIPFlow Standard 2.5.0...
=> seems that only 32bit support of the dll is available and with IA architecture?
Error loading necessary librariers - ~/SIPFlow/2.5.0/lib/libjpcap.so: ~/SIPFlow/2.5.0/lib/libjpcap.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch)
java.library.path = lib
LD_LIBRARY_PATH = ./lib
Starting SIPFlow Standard 2.5.0...
=> also only support for 32bit system is included ?
Would be nice to get 32 + 64 bit dlls/libs included or do you can force to use the java 32bit version if 32+64 bit versions are installed ?
Bests
Reiner
(PS: if posted twice then sorry; my browser crashed and actually I see no open ticket)
Reiner,
Are you running a 64 bit version of the Java VM? If so, have you tried running the 32 bit version? This post here (http://stackoverflow.com/questions/9483379/jpcap-dll-on-a-64-bit-system) seems to indicate that might help. Using the "-d32" option may help too.
I'm able to run SIPFlow on my 64 bit version of Windows, but I'm using a 32 bit version of the JRE.
Mitch
Closing this ticket for now