Ask Your Question

Revision history [back]

Use tshark, calling it from python and using the -export-objects <protocol>,<destdir> argument to specific which protocol objects, "http" in your case and the destination directory. The python code will also have to provide the name of the capture file to read as a r argument.

See the tshark man page for more info on using it.

Use tshark, calling it from python and using the -export-objects <protocol>,<destdir> argument to specific specify which protocol objects, "http" in your case and the destination directory. The python code will also have to provide the name of the capture file to read as a r argument.

See the tshark man page for more info on using it.

Use tshark, calling it from python and using the -export-objects <protocol>,<destdir> argument to specify which protocol objects, "http" in your case and the destination directory. The python code will also have to provide the name of the capture file to read as a r-r argument.

See the tshark man page for more info on using it.

Use tshark, calling it from python and using the -export-objects --export-objects <protocol>,<destdir> argument to specify which protocol objects, "http" in your case and the destination directory. The python code will also have to provide the name of the capture file to read as a -r argument.

See the tshark man page for more info on using it.