Hi! I am trying to get SIPP 1.1 working under Windows XP. The standard scenarios work without a problem, but when I try to use pcplay I always get an error during execution and compilation.
PROBLEM A: First try with the binaries: 1.) If I execute "sipp -sn uac_pcap" directly I get: 3 [main] sipp 2476 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION 1800 [main] sipp 2476 open_stackdumpfile: Dumping stack trace to sipp.exe.stackdump 2.) If I download the uac_pcap.xml from the manual pages and execute "sipp -sf uac_pcap.xml" I get: 2006-09-04 09:59:34: Unknown element 'nop' in xml scenario file. How do I get the pcap part working? ---------- PROBLEM B: Compile the source: I even tried to compile sipp 1.1 under Windows XP (cygwin) with installed Winpcap 3.1 following the instructions and I get: (B.t.w: "make ossl" works fine) $ make pcapplay make OSNAME=`uname|sed -e "s/CYGWIN.*/CYGWIN/"` MODELNAME=`uname -m` OBJ_PCAPPLA Y="send_packets.o prepare_pcap.o" PCAPPLAY_LIBS="-lpcap" PCAPPLAY="-DPCAPPLAY" s ipp make[1]: Entering directory `/sipp' cc -D__CYGWIN -Dsocklen_t=int -D__3PCC__ -DPCAPPLAY -I. -I/usr/include/open ssl -I/usr/include -c -o send_packets.o send_packets.c send_packets.c:44:18: pcap.h: No such file or directory send_packets.c:49:25: netinet/ip6.h: No such file or directory send_packets.c: In function `hexdump': send_packets.c:101: error: `stderr' undeclared (first use in this function) send_packets.c:101: error: (Each undeclared identifier is reported only once send_packets.c:101: error: for each function it appears in.) send_packets.c: In function `send_packets': send_packets.c:145: error: `F_GETFL' undeclared (first use in this function) send_packets.c:146: error: `O_NONBLOCK' undeclared (first use in this function) send_packets.c:147: error: `F_SETFL' undeclared (first use in this function) send_packets.c:193: error: `stderr' undeclared (first use in this function) send_packets.c: In function `do_sleep': send_packets.c:220: error: `stderr' undeclared (first use in this function) make[1]: *** [send_packets.o] Error 1 make[1]: Leaving directory `/sipp' make: *** [pcapplay] Error 2 ---- Thanks in advance. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
