aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/wsug_src/tshark-h.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docbook/wsug_src/tshark-h.txt')
-rw-r--r--docbook/wsug_src/tshark-h.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/docbook/wsug_src/tshark-h.txt b/docbook/wsug_src/tshark-h.txt
index 308e5b9b65..4be4189570 100644
--- a/docbook/wsug_src/tshark-h.txt
+++ b/docbook/wsug_src/tshark-h.txt
@@ -1,4 +1,4 @@
-TShark (Wireshark) 2.5.0 (v2.5.0rc0-1171-g33c00a67)
+TShark (Wireshark) 2.5.0 (v2.5.0rc0-1220-g23e2b1f9)
Dump and analyze network traffic.
See https://www.wireshark.org for more information.
@@ -113,3 +113,7 @@ Miscellaneous:
-G [report] dump one of several available reports and exit
default report="fields"
use "-G ?" for more help
+
+WARNING: dumpcap will enable kernel BPF JIT compiler if available.
+You might want to reset it
+By doing "echo 0 > /proc/sys/net/core/bpf_jit_enable"