Actions
Bug #7528
opendecode: remove duplicate counters tracking unknown ethertype values
Affected Versions:
Effort:
Difficulty:
Label:
Description
Issue 7129 introduced a counter to track events raise for unknown ethertypes. This results in 2 values tracking unknown ethertypes as this example from stats.log
shows:
decoder.unknown_ethertype | Total | 281 decoder.event.ethernet.unknown_ethertype | Total | 281
Remove the legacy counter -- decoder.unknown_ethertype
-- and keep the event-based counter.
Updated by Jeff Lucovsky 25 days ago
- Related to Feature #7129: decode: Create a decode event for unknown ethertypes added
Updated by Jeff Lucovsky 24 days ago
- Subject changed from Remov to decode: remove duplicate counters tracking unknown ethertype values
Actions