You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it attempt to decode any port 8888 traffic as HTTP. See tshark documentation for details.
27
28
:param tshark_path: Path of the tshark binary
28
29
:param override_prefs: A dictionary of tshark preferences to override, {PREFERENCE_NAME: PREFERENCE_VALUE, ...}.
30
+
:param capture_filter: Capture (wireshark) filter to use.
29
31
:param disable_protocol: Tells tshark to remove a dissector for a specifc protocol.
32
+
:param use_ek: Uses tshark in EK JSON mode. It is faster than XML but has slightly less data.
33
+
:param use_json: DEPRECATED. Use use_ek instead.
30
34
:param custom_parameters: A dict of custom parameters to pass to tshark, i.e. {"--param": "value"}
31
35
or else a list of parameters in the format ["--foo", "bar", "--baz", "foo"]. or else a list of parameters in the format ["--foo", "bar", "--baz", "foo"].
0 commit comments