From dabb19572d954ac9d7b0771d79bdb594fcaadcde Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Sun, 4 Feb 2018 15:15:02 -0800 Subject: =?UTF-8?q?More=20AsciiDoc=20=E2=86=92=20Asciidoctor=20updates.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Switch from AsciiDoc's smart quotes markup to the quotes themselves. Use double curly quotes in place of singles. Switch from XML entities to their direct equivalents where we can. Switch from hex entities to decimal entities where we can't or it's not convenient. (Asciidoctor PDF doesn't yet handle hex entities). Change-Id: Iaf5ec33249e1c91b3d50b5d96251763243b72836 Reviewed-on: https://code.wireshark.org/review/25606 Reviewed-by: Gerald Combs --- docbook/wsdg_src/WSDG_chapter_works.asciidoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docbook/wsdg_src/WSDG_chapter_works.asciidoc') diff --git a/docbook/wsdg_src/WSDG_chapter_works.asciidoc b/docbook/wsdg_src/WSDG_chapter_works.asciidoc index 07adfec2bd..6ba6c53e15 100644 --- a/docbook/wsdg_src/WSDG_chapter_works.asciidoc +++ b/docbook/wsdg_src/WSDG_chapter_works.asciidoc @@ -16,7 +16,7 @@ This chapter will give you a short overview of how Wireshark works. === Overview -The following will give you a simplified overview of Wireshark's function blocks: +The following will give you a simplified overview of Wireshark’s function blocks: [[ChWorksFigOverview]] @@ -58,8 +58,8 @@ with elevated privileges. Source code is in the root directory. WinPcap and libpcap:: These are separate libraries that provide packet capture and filtering support on different platforms. The filtering WinPcap and libpcap -works at a much lower level than Wireshark's display filters and uses a -significantly different mechanism. That's why we have different display and +works at a much lower level than Wireshark’s display filters and uses a +significantly different mechanism. That’s why we have different display and capture filter syntaxes. @@ -71,7 +71,7 @@ Capturing takes packets from a network adapter and saves them to a file on your hard disk. Since raw network adapter access requires elevated privileges these functions -are isolated into the `dumpcap` program. It's only this program that needs these +are isolated into the `dumpcap` program. It’s only this program that needs these privileges, allowing the main part of the code (dissectors, user interface, etc) to run with normal user privileges. -- cgit v1.2.3