Re: [twsocket] TWSocket sending UDP

2006-01-21 Thread Wilfried Mestdagh
Hello Shane, You need to call Connect. However you do not have to wait and you can call SendTo immediatly after calling Connect. --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz Saturday, January 21, 2006, 05:08, Shane Mitchell wrote: > Hey.

[twsocket] TGpHTTPProxy and Banner in footer

2006-01-21 Thread scanctrl
Hello , I use the component TGpHTTPProxy (based TWSocketServer) and I will wish to know if it is possible to force sends it of an additional code HTML to the Web pages to consult (like "Banner" but at the foot of the page or Header HTTP) thank you for your assistance PS: Sorry for my

Re: [twsocket] TWSocket sending UDP

2006-01-21 Thread Francois PIETTE
And you have to call connect only once if you use SendTo later. -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Wilfried Mestdagh" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Saturday, January 21, 2006 10:18 AM Subject: Re: [twsocket] TWSocket sending UDP

Re: [twsocket] TGpHTTPProxy and Banner in footer

2006-01-21 Thread Francois PIETTE
> I use the component TGpHTTPProxy (based TWSocketServer) > and I will wish to know if it is possible to force sends > it of an additional code HTML to the Web pages to consult > (like "Banner" but at the foot of the page or Header HTTP) I don't know the details for this component. Probably th

Re: [twsocket] TGpHTTPProxy and Banner in footer

2006-01-21 Thread scanctrl
Hello Francois, TGpHTTPProxy do not use "Banner", is set only a blank. Banner is send to StartConnection (ICS) on Header HTTP : /* WSocketS.pas, TWSocketClient */ procedure TWSocketClient.StartConnection; begin if Length(FBanner) > 0 then SendStr(FBanner + FLineEnd); end; is this pos

Re: [twsocket] TGpHTTPProxy and Banner in footer

2006-01-21 Thread Francois PIETTE
> TGpHTTPProxy do not use "Banner", is set only a blank. > Banner is send to StartConnection (ICS) on Header HTTP : > > /* WSocketS.pas, TWSocketClient */ > procedure TWSocketClient.StartConnection; > begin >if Length(FBanner) > 0 then >SendStr(FBanner + FLineEnd); > end; > > is this po

[twsocket] GpHTTPProxy component

2006-01-21 Thread ibrahim bulut
hi, i have to write a http sniff application i must capture internet explorer data. i have download and installed the component. (icsbeta20060108.zip) but i can not capture the data i am trying demo application i input www.google.com.tr to address editbox. but i can not see the data what is th

Re: [twsocket] THttpServer Digest Auth implemented with ICS

2006-01-21 Thread Fastream Technologies
You're welcome but there is a bug in the code that Peter needs to look at besides the ones I fixed. Please do not merge yet and wait for me. Best Regards, SZ - Original Message - From: "Francois PIETTE" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Friday, January 20, 2006 8:44

Re: [twsocket] TGpHTTPProxy and Banner in footer

2006-01-21 Thread scanctrl
Re: Ok, howto place my code to analyze the HTML ? and how to make to send my additional string to browser ? Thanks FP> Defenitely not. FP> Somehow you have to scan the data passing thru the proxy, find out where FP> HTML documents are, parse the HTML to search for the end (that is FP> tag), the

Re: [twsocket] TGpHTTPProxy and Banner in footer

2006-01-21 Thread Fastream Technologies
Jazorsoft has a free/open source HTML parser. Not sure about the URL but I downloaded from torry.net. Regards, SZ - Original Message - From: <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Saturday, January 21, 2006 1:37 PM Subject: Re: [twsocket] TGpHTTPProxy and Banner in footer

Re: [twsocket] TGpHTTPProxy and Banner in footer

2006-01-21 Thread Francois PIETTE
>> Ok, howto place my code to analyze the HTML ? >> and how to make to send my additional string to browser ? You have to study how the GpHTTPProxy component work, or wait until his author read your message. > Jazorsoft has a free/open source HTML parser. > Not sure about the URL but I > downloa

Re: [twsocket] GpHTTPProxy component

2006-01-21 Thread Wilfried Mestdagh
Hello ibrahim, You have to set the proxy settings of your browser to the host name or IP where you run gpHttpProxy on. When it is on the same machine you use localhost or 127.0.0.1. --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz Saturday, Ja

Re: [twsocket] TGpHTTPProxy and Banner in footer

2006-01-21 Thread Wilfried Mestdagh
Hello scanctrl, > Ok, howto place my code to analyze the HTML ? > and how to make to send my additional string to browser ? GpHttpProxy has somewhere a parser (to parse the GET's). At some point you can expand the code to search for . At that point you can send your data. --- Rgds, Wilfried [Tea

Re: [twsocket] GpHTTPProxy component

2006-01-21 Thread ibrahim bulut
when i set the ie browser proxy to localhost, i cannot reach the internet. i am working on a local network (adsl) what i must do is there another way to do it without proxy - Original Message - From: "Wilfried Mestdagh" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Saturday, Jan

Re: [twsocket] GpHTTPProxy component

2006-01-21 Thread Fastream Technologies
I think he wants to sniff raw traffic. AFAIK Angus has written a component for that. Regards, SZ - Original Message - From: "Wilfried Mestdagh" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Saturday, January 21, 2006 3:12 PM Subject: Re: [twsocket] GpHTTPProxy component > Hell

Re: [twsocket] GpHTTPProxy component

2006-01-21 Thread Wilfried Mestdagh
Hello ibrahim, If you wants to sniff raw traffic then (as SZ suggested) then you can use Angus his components: http://www.magsys.co.uk/download/software/monsock1.zip but if you want to sniff only HTTP traffic from within a given LAN then the proxy can be preferable. Some browser has separate sett

Re: [twsocket] GpHTTPProxy component

2006-01-21 Thread ibrahim bulut
i must read a java applet's data. i want to use GpHTTPProxy component for this. can i do it with GpHTTPProxy component. i can not use winpcap based component because server is crypring the data (ibm websphere server) - Original Message - From: "Fastream Technologies" <[EMAIL PROTECTED

Re: [twsocket] GpHTTPProxy component

2006-01-21 Thread Angus Robertson - Magenta Systems Ltd
> I think he wants to sniff raw traffic. AFAIK Angus has written a > component for that. http://www.magsys.co.uk/delphi/magmonsock.asp Angus -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http:

Re: [twsocket] GpHTTPProxy component

2006-01-21 Thread ibrahim bulut
i have tested Angus's component (http://www.magsys.co.uk/download/software/monsock1.zip) i can do it with winpcap and snoop component but problem is that java applet is connecting to ibm websphere server and server is crpyting the data. so i can capture the data but i can not decrypt it (data is

Re: [twsocket] GpHTTPProxy component

2006-01-21 Thread Fastream Technologies
IMO, even if you set a tunneling proxy, it would be impossible to read 128-bit SSL traffic in case it is implemented end-to-end. Regards, SZ - Original Message - From: "ibrahim bulut" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Saturday, January 21, 2006 4:21 PM Subject: Re: [

Re: [twsocket] TGpHTTPProxy and Banner in footer

2006-01-21 Thread scanctrl
Hello Francois, Good, I found procedure and modified for detect '' and send my string :) (en français : sa fonctionne) Thank's All ! Saturday, January 21, 2006, 12:50:55 PM, you wrote: >>> Ok, howto place my code to analyze the HTML ? >>> and how to make to send my additional string to browser

Re: [twsocket] GpHTTPProxy component

2006-01-21 Thread ibrahim bulut
page is not under ssl but ibm websphere crypting the data some software companies in our country do it. but how they do it i don't know. - Original Message - From: "Fastream Technologies" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Saturday, January 21, 2006 4:25 PM Subject: Re

Re: [twsocket] GpHTTPProxy component

2006-01-21 Thread ibrahim bulut
how can i set the proxy to a true value i am under local network (adsl) i have set address to localhost and port to 80 (internet explorer's lan setting) but i can not to reach the internet - Original Message - From: "Wilfried Mestdagh" <[EMAIL PROTECTED]> To: "ICS support mailing" Se

Re: [twsocket] GpHTTPProxy component

2006-01-21 Thread Francois PIETTE
> page is not under ssl > but ibm websphere crypting the data > > some software companies in our country do it. > but how they do it i don't know. You can capture data with a proxy or a sniffer. But none will decrypt data for you ! To decrypt, you must first know how it is crypted. You have to se

Re: [twsocket] GpHTTPProxy component

2006-01-21 Thread ibrahim bulut
i can not capture data with GpHTTPProxy component for example, i cannot capture www.google.com i think is miss someting or some configuration is wrong but what is the wrong - Original Message - From: "Francois PIETTE" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Saturday, Janua

Re: [twsocket] GpHTTPProxy component

2006-01-21 Thread Fastream Technologies
I am in Turkey too. I wonder which type of applications are you talking about and which companies as well. Regards, SZ - Original Message - From: "ibrahim bulut" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Saturday, January 21, 2006 4:32 PM Subject: Re: [twsocket] GpHTTPProxy

Re: [twsocket] GpHTTPProxy component

2006-01-21 Thread ibrahim bulut
some pharmacy software companies is about that in turkey. can you help me about this can you speak turkish - Original Message - From: "Fastream Technologies" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Saturday, January 21, 2006 5:09 PM Subject: Re: [twsocket] GpHTTPProxy comp

Re: [twsocket] GpHTTPProxy component

2006-01-21 Thread Fastream Technologies
Tükçe: Türkçe konuşabiliyorum. Sanırım sizin sniffer kullanmanız daha uygun. Şifre çözümü için IBM'in bu iş için kendi API'si olabileceğini düşünüyorum ben (eğer çözülmesini istiyorlarsa tabi :) ). English: I can speak Turkish. I believe you should use a sniffer for the purpose. I think IBM sho

Re: [twsocket] GpHTTPProxy component

2006-01-21 Thread ibrahim bulut
telefon numaranızdan arayabilir miyim dahili numara ve isminiz nedir can i call you what is your internal number - Original Message - From: "Fastream Technologies" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Saturday, January 21, 2006 5:29 PM Subject: Re: [twsocket] GpHTTPProx

Re: [twsocket] Installing latest beta under BCB6--PROBLEMS!

2006-01-21 Thread Mike Versteeg
Just wondering, the new internet components that come with BCB2006 are no good? Mike On 1/16/06, Fastream Technologies <[EMAIL PROTECTED]> wrote: > I removed all the old units then added all the .pas files in the new folder. > IcsZLibDLL.pas is included. Which units should be in the package which

Re: [twsocket] Installing latest beta under BCB6--PROBLEMS!

2006-01-21 Thread Francois PIETTE
> Just wondering, the new internet components that come with BCB2006 are no > good? There is no new internet component that come with BCB2006. Being good or not is not a subject allowed here on ICS support mailing list. This mailing list is for ICS support and not to compare products. ICS is d

[twsocket] OnDataAvailable called before shutdown with no data

2006-01-21 Thread Jack
Hello Francois and all, I use telnet as client to connect to a twsocketserver, after connecting to it, without sending any data from the client (do not type anything in telnet) I call shutdown(1) on all the client sockets. After this, although there is no data received, the client socket's OnDataA