Re: [twsocket] Any BCB users out there?

2006-03-07 Thread David Lewis
I'm currently using BCB5, although currently reviewing BDS for a possible upgrade. For installation, I just unzip & then open IcsBcb50.bpk in the IDE & then compile from there. Dave Fastream Technologies wrote: > Hello, > > As far as I can remember, we are not the only BCB users here on this l

Re: [twsocket] Raw sockets doesn't capture broadcast UDP packets

2006-03-07 Thread Jack
Hello Arno, >>> I tried a C++ library based on raw socket and it worked. I briefly >>> looked at the C++ code and didn't find anything obvious. > If you have the source it shouldn't be a big deal to find out the > difference between TWsocket's and their API calls. Yeah. I actually compared the p

Re: [twsocket] Any BCB users out there?

2006-03-07 Thread Bevan Edwards
Hi all, > As far as I can remember, we are not the only BCB users here on this list. > Could you confirm that you are as well using BCB and how do you install and > use the latest versions on your C++ compiler? I use BCB6 and BDS2006, but I haven't yet ventured down the path of installing any

Re: [twsocket] Raw sockets doesn't capture broadcast UDP packets

2006-03-07 Thread Arno Garrels
Jack wrote: > Hello Arno, > > I know about the components. They use ICS raw sockets. Because > ICS raw sockets does not capture broadcast packets, they don't > either :( >From what I know raw sockets are not reliable, I tried several applications based on raw sockets when I was looking for a sni

Re: [twsocket] Raw sockets doesn't capture broadcast UDP packets

2006-03-07 Thread Jack
Hello Arno, I know about the components. They use ICS raw sockets. Because ICS raw sockets does not capture broadcast packets, they don't either :( -- Best regards, Jack Tuesday, March 7, 2006, 9:58:59 AM, you wrote: > Jack wrote: >> Resending ... anyone has any idea why this is happening? >

Re: [twsocket] Raw sockets doesn't capture broadcast UDP packets

2006-03-07 Thread Angus Robertson - Magenta Systems Ltd
> These components use ICS: > http://www.magsys.co.uk/delphi/magmonsock.asp He's using my components already, he does not want to use WinPcap (which will fix the problem) due to install issues, and I've been unable to help him about raw sockets, support for which seems sporadic on the OSs and h

[twsocket] keepalive

2006-03-07 Thread george r smith
Hi all, Is there a way at the O/S level (unix-linux and windows) to set the keepalive for the O/S. Can you do it by port ? We are losing connections and it seems to be on the server side. Thanks grs -- To unsubscribe or change your settings for TWSocket mailing list please goto http:

Re: [twsocket] Raw sockets doesn't capture broadcast UDP packets

2006-03-07 Thread Arno Garrels
Jack wrote: > Resending ... anyone has any idea why this is happening? These components use ICS: http://www.magsys.co.uk/delphi/magmonsock.asp "Raw sockets which are available with Windows 2000 and later. This uses WSocket from the François Piette internet component suite, from http://www.overb

[twsocket] Raw sockets doesn't capture broadcast UDP packets

2006-03-07 Thread Jack
Resending ... anyone has any idea why this is happening? ===8<==Original message text=== Hello Francois, I used the code you posted earlier to capture traffic with raw sockets. It's the UDP packets I'm interested. It all works fine with packets specifically addressed to t

[twsocket] Any BCB users out there?

2006-03-07 Thread Fastream Technologies
Hello, As far as I can remember, we are not the only BCB users here on this list. Could you confirm that you are as well using BCB and how do you install and use the latest versions on your C++ compiler? Best Regards, SubZ -- To unsubscribe or change your settings for TWSocket mailing list

[twsocket] HTTP POST answer code 401

2006-03-07 Thread Fastream Technologies
Hello, I have a question that I am unsure about POST/require authentication. When a request arrives at a HTTP server, unless it already contains valid auth data, a 401 response is returned. This is very easy with GET and HEAD as the request contains data no more than the header. However with PO

Re: [twsocket] Odd Behaviour

2006-03-07 Thread Arno Garrels
Allan Fernandes wrote: > P1 denotes port = 5011 and P2 denotes port = 5014 >(I have tried changing ports to 6011 and 6014) What does this mean? Server?, client?, Port?, PasvPortRange or DataPortRange? Are you using Pasv mode? > The Problem: > All Transfers via P1 are perfectly OK, but

Re: [twsocket] ICS V5 Beta. Now include HTTP server authentication

2006-03-07 Thread Fastream Technologies
Tried it but there seems to be many more problems particularly with httpcondconf.pas and perhaps -when it is passed- with others. I think there seems to be a BIG drawback for BCB users. Regards, SZ - Original Message - From: "Arno Garrels" <[EMAIL PROTECTED]> To: "ICS support mailing"

Re: [twsocket] ICS V5 Beta. Now include HTTP server authentication

2006-03-07 Thread Arno Garrels
Fastream Technologies wrote: > Still looking forward to a solution! ;(( In Winsock.pas of Delphi these constants are missing thus they need to be defined in WSocket.pas. But they are defined in Winsock2.h in C++Builder which is most likely the problem. What happens if you comment them out in WSock