aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/wsug_src
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-01-14 08:15:59 +0000
committerGerald Combs <gerald@wireshark.org>2018-01-14 08:16:05 +0000
commit7bf0620eb5848cf0a13e4a3b6eee45f880d8dd01 (patch)
treeaa91adf44b4938b94f29a4b17b97391a9ce75ff6 /docbook/wsug_src
parentae199f2eb9f7b104e5aeaeea6301cc025dba23e3 (diff)
[Automatic update for 2018-01-14]
Update manuf, services enterprise numbers, translations, and other items. Change-Id: Ie096b93a5c9476d763fb6677d0d9ab54c3c4744c Reviewed-on: https://code.wireshark.org/review/25306 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'docbook/wsug_src')
-rw-r--r--docbook/wsug_src/dumpcap-h.txt9
-rw-r--r--docbook/wsug_src/tshark-h.txt9
2 files changed, 10 insertions, 8 deletions
diff --git a/docbook/wsug_src/dumpcap-h.txt b/docbook/wsug_src/dumpcap-h.txt
index 9b25cbaaf5..2e6b21dbfd 100644
--- a/docbook/wsug_src/dumpcap-h.txt
+++ b/docbook/wsug_src/dumpcap-h.txt
@@ -1,4 +1,4 @@
-Dumpcap (Wireshark) 2.5.0 (v2.5.0rc0-1220-g23e2b1f9)
+Dumpcap (Wireshark) 2.5.0 (v2.5.0rc0-2358-gae199f2e)
Capture network packets and dump them into a pcapng or pcap file.
See https://www.wireshark.org for more information.
@@ -52,9 +52,10 @@ Miscellaneous:
-v print version information and exit
-h display this help and exit
-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"
+Dumpcap can benefit from an enabled BPF JIT compiler if available.
+You might want to enable it by executing:
+ "echo 1 > /proc/sys/net/core/bpf_jit_enable"
+Note that this can make your system less secure!
Example: dumpcap -i eth0 -a duration:60 -w output.pcapng
"Capture packets from interface eth0 until 60s passed into output.pcapng"
diff --git a/docbook/wsug_src/tshark-h.txt b/docbook/wsug_src/tshark-h.txt
index 848af8fe57..d9fd91861f 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-1500-g78f9a07f)
+TShark (Wireshark) 2.5.0 (v2.5.0rc0-2358-gae199f2e)
Dump and analyze network traffic.
See https://www.wireshark.org for more information.
@@ -114,6 +114,7 @@ Miscellaneous:
default report="fields"
use "-G help" 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"
+Dumpcap can benefit from an enabled BPF JIT compiler if available.
+You might want to enable it by executing:
+ "echo 1 > /proc/sys/net/core/bpf_jit_enable"
+Note that this can make your system less secure!