Lars Roland wrote: > I finally got some time to work on this. Patch is attached. > I don't have any IPv6 pcap files, to test with. also I did not test on > any other platform than Cygwin. > > The following still applies: > > On my system I've copied the WinPcap developer package to > "C:\cygwin\lib\WpdPack". > > Additionally I had to remove or rename "pthread.h" in > "C:\cygwin\lib\WpdPack\Include", as it interfered with pthread.h from > cygwin. > Perhaps someone who knows more about makefiles for GNU make can solve > this issue in a better way. > > Regards, > Lars > Hello Lars,
I can't seem to get it working on my cygwin. Compiling and running SIPp without pcapplay works (with or without ossl). When I compile with pcapplay for Cygwin, the compile works but SIPp crashes every time at startup. Here is what gdb gives for a simple "sipp -h" $ gdb --args sipp -h GNU gdb 6.5.50.20060706-cvs (cygwin-special) Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i686-pc-cygwin"... (gdb) run Starting program: /cygdrive/c/transfer/SIP/sipp.svn/sipp.exe -h Loaded symbols for /cygdrive/c/WINDOWS/system32/ntdll.dll Loaded symbols for /cygdrive/c/WINDOWS/system32/kernel32.dll Loaded symbols for /cygdrive/c/WINDOWS/system32/wpcap.dll Loaded symbols for /cygdrive/c/WINDOWS/system32/ws2_32.dll Loaded symbols for /cygdrive/c/WINDOWS/system32/msvcrt.dll Loaded symbols for /cygdrive/c/WINDOWS/system32/ws2help.dll Loaded symbols for /cygdrive/c/WINDOWS/system32/advapi32.dll Loaded symbols for /cygdrive/c/WINDOWS/system32/rpcrt4.dll Loaded symbols for /cygdrive/c/WINDOWS/system32/Packet.dll Loaded symbols for /cygdrive/c/WINDOWS/system32/WanPacket.dll Loaded symbols for /cygdrive/c/WINDOWS/system32/npptools.dll Loaded symbols for /cygdrive/c/WINDOWS/system32/mfc42u.dll Loaded symbols for /cygdrive/c/WINDOWS/system32/gdi32.dll Loaded symbols for /cygdrive/c/WINDOWS/system32/user32.dll Loaded symbols for /cygdrive/c/WINDOWS/system32/ole32.dll Loaded symbols for /cygdrive/c/WINDOWS/system32/oleaut32.dll Loaded symbols for /cygdrive/c/WINDOWS/system32/iphlpapi.dll Loaded symbols for /cygdrive/c/WINDOWS/system32/version.dll Loaded symbols for /usr/bin/cygcrypto-0.9.8.dll Loaded symbols for /usr/bin/cygwin1.dll Loaded symbols for /usr/bin/cygncurses-8.dll Loaded symbols for /usr/bin/cygssl-0.9.8.dll Program received signal SIGSEGV, Segmentation fault. 0x007c6225 in init_console_handler () (gdb) It seems that init_console_handler is a Cygwin function - but I was unable to find any info on that. Do you have any idea? In the mean time, I will try to do it on another PC I have. -- Olivier HP OpenCall Software http://www.hp.com/go/opencall/ ------------------------------------------------------------------------- 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
