aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2019-01-03 13:56:15 -0800
committerGuy Harris <guy@alum.mit.edu>2019-01-03 21:57:34 +0000
commitfae1db03269b748ae8d4eb23f87595f4a4cbcba7 (patch)
tree9b6f00fdb5f4f1451d749a73d0b12f6608274f01
parentc39bc2a4f62f7d20daf494886197d570192594de (diff)
Slight fixup for where the capture code lives.
The full explanation is a bit more complicated - we'd have to mention the dumpcap/*shark split, and the code on both sides of the split. Change-Id: I43f8fc3c589bdf900e20714b55a3b4f544879bc2 Reviewed-on: https://code.wireshark.org/review/31349 Reviewed-by: Guy Harris <guy@alum.mit.edu>
-rw-r--r--docbook/wsdg_src/WSDG_chapter_build_intro.asciidoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_build_intro.asciidoc b/docbook/wsdg_src/WSDG_chapter_build_intro.asciidoc
index 698f39cc41..43e1a4eddc 100644
--- a/docbook/wsdg_src/WSDG_chapter_build_intro.asciidoc
+++ b/docbook/wsdg_src/WSDG_chapter_build_intro.asciidoc
@@ -13,9 +13,10 @@ Wireshark consists of the following major parts:
* Packet dissection - in the _/epan/dissectors_ and
_/plugins/epan/{asterisk}_ directories
-* File I/O - using Wireshark’s own wiretap library
+* Capture file I/O - using Wireshark’s own wiretap library
-* Capture - using the libpcap and Npcap libraries, in _/wiretap_
+* Capture - using the libpcap and Npcap libraries, in _dumpcap.c_ and
+the _/capchild_ and _/caputils directories
* User interface - using Qt and associated libraries