Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-users: [Wireshark-users] how to extract data-text-lines

Date: Fri, 29 May 2009 22:21:59 -0400
I would like to extract the HTML payload from a packet.

when I do a tshark -V on a captured file it shows all the details including a section called:

Line-based text data: text/html

that contains all that I need to extract.

however, when I do: tshark -T fields -e data-text-lines

I only get back: Line-based text data: text/html

What am I doing wrong ?