From andywhite at gmail.com Fri Jun 11 08:52:38 2010 From: andywhite at gmail.com (Andrew White) Date: Fri, 11 Jun 2010 08:52:38 -0000 Subject: Help compiling msl_test.c Message-ID: Hi, I have tried compiling msl_test.c on Freebsd g++ -o msl_test msl_test.c In file included from msl_test.c:53: msl_test_bsd.c: In function `void* bpfWalkInit(void*, int*)': msl_test_bsd.c:45: error: invalid conversion from `void*' to `bpf_hdr*' msl_test_bsd.c:46: error: pointer of type `void *' used in arithmetic msl_test_bsd.c:46: error: invalid conversion from `void*' to `char*' msl_test_bsd.c: In function `void* bpfWalkNext(int*)': msl_test_bsd.c:61: error: invalid conversion from `void*' to `bpf_hdr*' msl_test_bsd.c:68: error: pointer of type `void *' used in arithmetic msl_test_bsd.c:69: error: pointer of type `void *' used in arithmetic msl_test_bsd.c:73: error: invalid conversion from `void*' to `bpf_hdr*' msl_test_bsd.c:78: error: pointer of type `void *' used in arithmetic msl_test_bsd.c:78: error: invalid conversion from `void*' to `char*' msl_test_bsd.c: In function `void msl_probe(void*, int)': msl_test_bsd.c:203: error: invalid conversion from `void*' to `char*' msl_test_bsd.c:203: error: invalid conversion from `void*' to `char*' msl_test.c: In function `void breakupPacket(void*, ether_header**, ip**, tcphdr**)': msl_test.c:166: error: pointer of type `void *' used in arithmetic msl_test.c:170: error: pointer of type `void *' used in arithmetic msl_test.c: In function `int createTCPsession(sockaddr_in)': msl_test.c:225: error: invalid conversion from `int*' to `socklen_t*' msl_test.c:225: error: initializing argument 3 of `int getsockname(int, sockaddr*, socklen_t*)' and in ubuntu and also debian g++ -o msl_test msl_test.c In file included from msl_test.c:51: msl_test_linux.c: In function ?int raw_open(char*)?: msl_test_linux.c:138: error: invalid conversion from ?unsigned char*? to ?char*? msl_test_linux.c:138: error: initializing argument 1 of ?char* strncpy(char*, const char*, size_t)? msl_test_linux.c: In function ?void* find_our_packet(int*)?: msl_test_linux.c:169: error: invalid conversion from ?int*? to ?socklen_t*? msl_test_linux.c:169: error: initializing argument 6 of ?ssize_t recvfrom(int, void*, size_t, int, sockaddr*, socklen_t*)? msl_test.c: In function ?void breakupPacket(void*, ether_header**, ip**, tcphdr**)?: msl_test.c:166: warning: pointer of type ?void *? used in arithmetic msl_test.c:170: warning: pointer of type ?void *? used in arithmetic msl_test.c: In function ?int createTCPsession(sockaddr_in)?: msl_test.c:225: error: invalid conversion from ?int*? to ?socklen_t*? msl_test.c:225: error: initializing argument 3 of ?int getsockname(int, sockaddr*, socklen_t*)? What am I missing, any help appreciated ? -------------- next part -------------- An HTML attachment was scrubbed... URL: From blas.moreno at secunetics.com Thu Jun 17 15:30:27 2010 From: blas.moreno at secunetics.com (Blas Moreno) Date: Thu, 17 Jun 2010 15:30:27 -0000 Subject: Help running Web-Polygraph Message-ID: Hello, I am trying to run Web-Polygraph on a Mac and Windows machine. I am having no luck with either OS. Is there some way to get it to run on these OS? Thanks, Blas Notice: This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy the message and attachments without retaining a copy. -------------- next part -------------- An HTML attachment was scrubbed... URL: From tejpal.amin at gmail.com Wed Jun 23 06:27:02 2010 From: tejpal.amin at gmail.com (Tejpal Amin) Date: Wed, 23 Jun 2010 06:27:02 -0000 Subject: Wish to use Web-Polygraph for stress testing Squid 3.0 Message-ID: Hi, I have tried configuring Web-Polygraph to stress test Squid 3.0 but am unable to use it. I am using the refernce manual provided at the website but things are not working. I would be configuring th Poly server and Poly client on the same machine. Regards Tej