]> git.droids-corp.org - dpdk.git/commit
app/dumpcap: allow help/version without primary process
authorBen Magistro <koncept1@gmail.com>
Tue, 25 Jan 2022 03:25:45 +0000 (03:25 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 8 Mar 2022 08:32:59 +0000 (09:32 +0100)
commita8dde09f97dfdec56bfb43fb7392eb9835bf414e
treee2bf575ae999da71c628152b3131203a50ab4556
parent499b1cbcf9d376a1130550ee61461276c5138a1b
app/dumpcap: allow help/version without primary process

Currently dumpcap tries to initialize dpdk before parsing command line
arguments, this makes it impossible to check version or help without
having the primary process running already.

Signed-off-by: Ben Magistro <koncept1@gmail.com>
app/dumpcap/main.c