From 1a658069d6f29cc57e591047375ee250fd56404a Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 2 Nov 2018 22:18:02 +0000 Subject: [PATCH] Further research shows usbdump(8) is what we should point people at rather than tcpdump for usb traffic capture. --- sbin/devd/devd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/devd/devd.conf b/sbin/devd/devd.conf index 220fca7627f0..8a6151cfd899 100644 --- a/sbin/devd/devd.conf +++ b/sbin/devd/devd.conf @@ -33,8 +33,8 @@ options { # # Configure the interface on attach. Due to a historical accident, this # script is called pccard_ether. We omit the usbus devices because those -# devices are assocaited with the USB Bus and provide a tcpdump point -# to capture USB packets. +# devices are assocaited with the USB Bus and provide an ifnet device to +# allow usb traffic to be captured with usbdump(8). # # NB: DETACH events are ignored; the kernel should handle all cleanup # (routes, arp cache). Beware of races against immediate create