Hi
I'm working with tethereal and the command that i've made is this:
tethereal.exe -i 2 -f "tcp port 3128" -R http.request.method=="GET" -w capture.txt -c 20
But when i open the file, i can't read the first line:
example:
Ôò¡ ÿÿ 繕Cú\ ê ê ¬ ¦€í E ÜŽ³@ €îòÀ¨ç—Á‰¬Í8ïAÍ»adPÿÿü GET
http://www.ojogo.pt/21-288/index.htm HTTP/1.1
Host:
www.ojogo.ptUser-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=
0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Proxy-Connection: keep-alive
Cookie: /21-288/index.htm=; IDUSR=4326396116; ASPSESSIONIDQARTTBRR=OPBDDNGAGDEEGFNCKHNNCJEK; ASPSESSIONIDSCTSASBS=AHBPCMAAJJLFEKKGOPMHDGKK
If-Modified-Since: Tue, 06 Dec 2005 03:00:05 GMT
If-None-Match: "1ef2f82811fac51:1b60"
Cache-Control: max-age=0
What i want is to get the Hosts, but i need that the first line must be in normal characters.
If i open the capture in Ethereal and export it to Plain Text, the capture text becomes "normal".
Can someone help me in this problem?
sorry for my english :x
Thank you!