Actions
Bug #7640
openpcap-log: issues with multiple instances of pcap-log
Affected Versions:
Effort:
Difficulty:
Label:
Description
The pcap-log
uses some globals with the assumption that only one instance will exist, however, the structure of the configuration file and logging modules does allow for multiple instances.
- global PcapLogData for shared data in an instance (ovewritten when a new instance is created)
- thread count is global, for the thread number, instead of per instance
- double frees of global data on exit
No data to display
Actions