aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/README.capture2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.capture b/doc/README.capture
index 8ba0af49e6..5941565fcd 100644
--- a/doc/README.capture
+++ b/doc/README.capture
@@ -41,7 +41,7 @@ Capture driver
Wireshark doesn't have direct access to the capture hardware. Instead of this,
it uses the Libpcap/Winpcap library to capture data from network cards.
-On Win32, in capture-wpcap.c the function g_module_open("wpcap") is called
+On Win32, in capture-wpcap.c the function ws_module_open("wpcap.dll") is called
to load the wpcap.dll. This dll includes all functions needed for
packet capturing.