aboutsummaryrefslogtreecommitdiffstats
path: root/writecap
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2020-03-12 11:30:03 -0700
committerGuy Harris <guy@alum.mit.edu>2020-03-12 18:59:44 +0000
commitf77c677f186cae1e687767b7766cfdef62c533a1 (patch)
tree50477fe799ba1dd7d9a7355d566081e13dd2717f /writecap
parent16adaf33b494d26ea7a643cf701c2080120a851a (diff)
Fix some places where we forgot to mention Npcap.
Mostly comments, but a few messages. Change-Id: Iff7380eb15f064bf6a3078e131c70987e36bca44 Reviewed-on: https://code.wireshark.org/review/36381 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'writecap')
-rw-r--r--writecap/pcapio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/writecap/pcapio.c b/writecap/pcapio.c
index 4f48ac80c8..00237e2e1b 100644
--- a/writecap/pcapio.c
+++ b/writecap/pcapio.c
@@ -9,7 +9,7 @@
*
* and
*
- * 2) WinPcap doesn't have it, because a file descriptor opened
+ * 2) WinPcap/Npcap don't have it, because a file descriptor opened
* by code built for one version of the MSVC++ C library
* can't be used by library routines built for another version
* (e.g., threaded vs. unthreaded).