[PATCH 1/6] app/dumpcap: add additional dump info
Stephen Hemminger
stephen at networkplumber.org
Mon Jan 2 17:57:29 CET 2023
On Mon, 2 Jan 2023 16:24:36 +0000
Ben Magistro <koncept1 at gmail.com> wrote:
> This change increases the information returned when listing interfaces
> to include link state and promiscuous mode. Additionally, the
> information is formatted to be easily consumed by a machine or a person.
>
> This change is/was utilized while troubleshooting and developing the
> subsequent patches to address the issues identified on the mailing
> list [1].
>
> [1] http://mails.dpdk.org/archives/dev/2022-December/258317.html
>
> Signed-off-by: Ben Magistro <koncept1 at gmail.com>
The output format was designed to be the same as dumpcap,
if you want more info use procinfo.
$ dumpcap -D
1. enp2s0
2. any
3. lo (Loopback)
4. wlo1
5. bluetooth0
6. bluetooth-monitor
7. nflog
8. nfqueue
9. dbus-system
10. dbus-session
Testing a fix now for multiple interfaces.
More information about the dev
mailing list