pcap2json
pcap2json copied to clipboard
little g_CPU* issues in the code
Hi,
this may simply be an incompletion:
-
g_CPUCore
is an array of size 2, but the command line arg--cpu-core
can only setg_CPUCore[0]
,g_CPUCore[1]
is generally unused -
g_CPUOutput
is completely unused, output threads seem not to be implemented