aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2019-01-05 23:15:00 -0800
committerGuy Harris <guy@alum.mit.edu>2019-01-06 07:17:38 +0000
commit824baf9e16d93d7b1ca2f1a12ffa9a0da95ee1dc (patch)
tree205aba4272556567a6f784f3821d553996717249
parent9a20acc071f93cb193696b7f1738130cf4158b62 (diff)
Fix typo.
Change-Id: I03291922ddef34ab1408684df650dbac191a2020 Reviewed-on: https://code.wireshark.org/review/31401 Reviewed-by: Guy Harris <guy@alum.mit.edu>
-rw-r--r--docbook/wsdg_src/WSDG_chapter_capture.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_capture.asciidoc b/docbook/wsdg_src/WSDG_chapter_capture.asciidoc
index 29e2837400..e394539a3c 100644
--- a/docbook/wsdg_src/WSDG_chapter_capture.asciidoc
+++ b/docbook/wsdg_src/WSDG_chapter_capture.asciidoc
@@ -33,7 +33,7 @@ If you had to introduce one or more new `{dlt-glob}` values, you will
also have to add support in Wireshark for those `{dlt-glob}` values to
_wiretap/pcap-common.c_, which might mean adding one or more
_WTAP_ENCAP_ types to _wtap.h_ and to the `encap_table[]` table in
-_wiretap/wtap.c_. You’d thehave to write a dissector or dissectors for
+_wiretap/wtap.c_. You'd then have to write a dissector or dissectors for
the link-layer protocols or protocols and have them register themselves
with the `wtap_encap` dissector table, with the appropriate _WTAP_ENCAP_
values by calling `dissector_add_uint()`.