Any kind of proxy is not good for what I want to do. I will try some advice and see if I can still use ethereal. Thanks anyway.
___________________________ Nikos Kastellanos Web Developer ARC Worldwide Greece Tel. +30 210 6829035 Fax. +30 210 6829036 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Hauf Sent: Wednesday, April 19, 2006 10:46 AM To: Open Source Flash Mailing List Subject: Re: [osflash] service capture Hello, maybe you want to try the TCPMonitor from the Apache-Axis project. It is easy configurable and easy to use. Just download Axis from http://ws.apache.org . All what you need is the axis.jar. Put it in a directory and if you are using windows put the following batch-script in the same directory: echo off cls echo Start TCP-IP Monitor set CLASSPATH=.\axis.jar START javaw -classpath %CLASSPATH% org.apache.axis.utils.tcpmon 81 echo on The script starts the TCPMonitor in proxy-mode listening on port 81 on your local computer. Greetings John satish sangaru wrote: > I really like Charles, its shareware. I use it to view AMF traffic. Its > really nice. You should give it a try if you haven't already. There's also a > Firefox extension to autoconfigure Firebox to use Charles. > > Regards, > Satish Sangaru > On 4/19/06, Nikos Kastellanos <[EMAIL PROTECTED]> wrote: >> For that I have ieHTTPHeaders plugin. >> It's really nice and you don't have to bother with proxies and stuff.. >> Ah, and it's free. :) >> >> >> What I try to do with ethereal is reverse engineering the debug protocol. >> Write now I am forged to use two computers and I can only do that at >> office. >> (perhaps I can do it at home too with virtual PC, but still it's a lot of >> trouble). >> >> >> ___________________________ >> Nikos Kastellanos >> Web Developer >> ARC Worldwide Greece >> Tel. +30 210 6829035 >> Fax. +30 210 6829036 >> >> -----Original Message----- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On >> Behalf Of Aaron Smith >> Sent: Tuesday, April 18, 2006 9:11 PM >> To: Open Source Flash Mailing List >> Subject: Re: [osflash] service capture >> >> check out Charles ( http://www.xk72.com/charles/ ). its not free but >> it's really nice. >> >> smith >> >> >> On Apr 18, 2006, at 9:11 AM, Nikos Kastellanos wrote: >> >>> I tried ethereal recently and found the following problem. >>> >>> Ethereal captures only the traffic passing through my network card. >>> I case where app A opens a port and app B connects on it, and both >>> A&B run on my computer, then windows routes the packages internally >>> and nothing pass through the network card, thou ethereal can't >>> catch it. >>> >>> I there I solution to this problem? >>> >>> >>> >>> >>> >>> ___________________________ >>> Nikos Kastellanos >>> Web Developer >>> ARC Worldwide Greece >>> Tel. +30 210 6829035 >>> Fax. +30 210 6829036 >>> >>> -----Original Message----- >>> From: [EMAIL PROTECTED] [mailto:osflash- >>> [EMAIL PROTECTED] On >>> Behalf Of Mark Winterhalder >>> Sent: Tuesday, April 18, 2006 4:05 PM >>> To: [EMAIL PROTECTED]; Open Source Flash Mailing List >>> Subject: Re: [osflash] service capture >>> >>> On 4/18/06, Andrea Varga <[EMAIL PROTECTED]> wrote: >>>> Hi All! >>>> >>>> What open source tool do you use to capture the HTTP traffic, >>>> including >>>> AMF, XML, text etc.? >>>> Something like Netconnection Debugger (but better :) ) or Service >>> Capture? >>> >>> What about Ethereal with appropriate filters? Maybe that would help, >>> depending on what you want to do. There's also Etherape if you like it >>> visually, but it only shows you that there is traffic of a certain >>> protocol, not what it contains. >>> Better make sure others on your network are ok with you using it, >>> though. You'll get their traffic, too, if you don't filter >>> appropriately. >>> >>> http://en.wikipedia.org/wiki/Ethereal >>> >>> Mark >>> >>> -- >>> http://snafoo.org/ >>> >>> _______________________________________________ >>> osflash mailing list >>> [email protected] >>> http://osflash.org/mailman/listinfo/osflash_osflash.org >>> >>> >>> _______________________________________________ >>> osflash mailing list >>> [email protected] >>> http://osflash.org/mailman/listinfo/osflash_osflash.org >>> >>> >> >> _______________________________________________ >> osflash mailing list >> [email protected] >> http://osflash.org/mailman/listinfo/osflash_osflash.org >> >> >> _______________________________________________ >> osflash mailing list >> [email protected] >> http://osflash.org/mailman/listinfo/osflash_osflash.org >> > > > ------------------------------------------------------------------------ > > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
