THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.

Revision history  [back]

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 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.

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 -rr 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 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.