-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(dumpcap): Handle dumpcap invocation for unix transports
Currently there is a flaw in the plugin interface. Plugins cannot specify how dumpcap should be invoked to capture traffic. The default is ethernet traffic. There are Unix transports available which are neither CAN traffic nor ethernet traffic. In this case the wrong method `_eth_cmd()` is called which cannot create a valid CLI for dumpcap.
- Loading branch information
1 parent
05e50cb
commit 7b34f3b
Showing
1 changed file
with
37 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters