pcap2json icon indicating copy to clipboard operation
pcap2json copied to clipboard

little g_CPU* issues in the code

Open michael-brade opened this issue 3 years ago • 0 comments

Hi,

this may simply be an incompletion:

  • g_CPUCore is an array of size 2, but the command line arg --cpu-core can only set g_CPUCore[0], g_CPUCore[1] is generally unused
  • g_CPUOutput is completely unused, output threads seem not to be implemented

michael-brade avatar Apr 14 '21 11:04 michael-brade