[twsocket] gphttpproxy component problem

2008-07-03 Thread ibrahim bulut
Hi folks. I am writing an application with gphttpproxy component. I set proxy for internet explorer and sniffing the traffic. But i have a problem about proxy. If gphttpproxy component is active, users internet explorer is not working correctly. Some pictures are not showing and

Re: [twsocket] gphttpproxy component problem

2008-07-03 Thread Wilfried Mestdagh
Hello ibrahim, Some pictures are not showing When the server close then the local connection is closed also. Probably all data is not transmitted to the client at this moment. Try to find this place in the code and replace Close or CloseDelayed with Shutdown(1). That's probably the reason. ---

Re: [twsocket] GpHTTPProxy component

2006-01-23 Thread Fastream Technologies
as well as encrypted) and also encryption. Any idea? Regards, SZ - Original Message - From: ibrahim bulut [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Saturday, January 21, 2006 5:34 PM Subject: Re: [twsocket] GpHTTPProxy component telefon numaranızdan

[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

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,

Re: [twsocket] GpHTTPProxy component

2006-01-21 Thread ibrahim bulut
: Saturday, January 21, 2006 3:12 PM Subject: Re: [twsocket] GpHTTPProxy component 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

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 twsocket@elists.org Sent: Saturday, January 21, 2006 3:12 PM Subject: Re: [twsocket] GpHTTPProxy

Re: [twsocket] GpHTTPProxy component

2006-01-21 Thread Wilfried Mestdagh
: [twsocket] GpHTTPProxy component 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

Re: [twsocket] GpHTTPProxy component

2006-01-21 Thread ibrahim bulut
] To: ICS support mailing twsocket@elists.org Sent: Saturday, January 21, 2006 3:51 PM Subject: Re: [twsocket] GpHTTPProxy component I think he wants to sniff raw traffic. AFAIK Angus has written a component for that. Regards, SZ - Original Message - From: Wilfried Mestdagh [EMAIL

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

Re: [twsocket] GpHTTPProxy component

2006-01-21 Thread ibrahim bulut
: [twsocket] GpHTTPProxy component 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

Re: [twsocket] GpHTTPProxy component

2006-01-21 Thread Fastream Technologies
Subject: Re: [twsocket] GpHTTPProxy component 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

Re: [twsocket] GpHTTPProxy component

2006-01-21 Thread ibrahim bulut
PM Subject: Re: [twsocket] GpHTTPProxy component 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

Re: [twsocket] GpHTTPProxy component

2006-01-21 Thread ibrahim bulut
@elists.org Sent: Saturday, January 21, 2006 4:03 PM Subject: Re: [twsocket] GpHTTPProxy component 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

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 search

Re: [twsocket] GpHTTPProxy component

2006-01-21 Thread ibrahim bulut
: Saturday, January 21, 2006 4:57 PM Subject: Re: [twsocket] GpHTTPProxy component 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