# adom-usb-sniffer-cdc

Reference **adom-usb sniffer plugin** — captures and decodes USB CDC/ACM serial
traffic to a pcap. Copy this directory as the starting point for your own plugin.

```bash
adompkg install adom-usb-sniffer-cdc     # or: ./install.sh from a clone
```

Once installed, `adom-usb` discovers it automatically (it scans
`~/.adom/usb-plugins/*/plugin.json`) and routes the **Sniff** action for any
CDC-serial device to this plugin. See the adom-usb wiki page → "Writing a
packet-sniffer plugin" for the full plugin API.
