Re: HTTP and HTML question
Jaap Keuter <[email protected]>
| Newsgroups | gmane.network.ethereal.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, You could have looked at the tools page on the Wireshark Wiki: http://wiki.wireshark.org/Tools There you find a reference to tcpflow, which I think can fill your needs. Thanx, Jaap On Wed, 28 Jun 2006, [utf-8] Adrián Ribao wrote: > El Lunes, 26 de Junio de 2006 20:55, Adrián Ribao escribió: > > Hello! > > I have been a long time looking for a solution that I can't find without > > your help. > > I want to track all the HTML code in a net, and save it to a file. Well, > > I've created some rules, capturing only packages with this filter: "tcp > > port http" And then showing only: > > http.content_type contains "text/html" > > > > Well, now I see the packages that I want, the problem is to save only the > > HTML. I've tried exporting to PDML and then I can do a XSL Transformation. > > But if the data is gziped, how can I do it? > > Please, does someone know how to solve this? > > Thank you very much. > > _______________________________________________ > > Ethereal-users mailing list > > [email protected] > > http://www.ethereal.com/mailman/listinfo/ethereal-users > > If nobody knows the answer, could someone tell me where can I find info about > this? Usenet? Chat? Google? I've tried in all of them, and I didn't get > anything. > > Thank you!