You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/plugins
Jeff Lucovsky 448915fb55 capture/napatech: 0-pad thread names
Apply zero-padding to Napatech worker threads so alphanumeric sorting
displays workers in proper order.

Set padding for thread names according to stream count:

1-9 streams: no padding, e.g, nt1, nt9
10-99 streams: use padding, e.g, nt01, nt99
100-999 streams: use padding, e.g, nt001, nt099, nt999

This will insure that thread names, when sorted alphanumerically,
maintain thread worker id order.

Issue: 8337
1 month ago
..
napatech capture/napatech: 0-pad thread names 1 month ago
ndpi plugins/ndpi: guard against NULL f->storage in all callbacks 2 months ago
pfring pfring: use static functions; add void arg to SCPluginRegister 2 months ago
Makefile.am ndpi: initial implementation of nDPI plugin 1 year ago