Actions
Optimization #7528
opendecode: remove duplicate counters tracking unknown ethertype values
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 8 months ago
- Related to Feature #7129: decode: Create a decode event for unknown ethertypes added
Updated by Jeff Lucovsky 8 months ago
- Subject changed from Remov to decode: remove duplicate counters tracking unknown ethertype values
Updated by Philippe Antoine 18 days ago
- Tracker changed from Bug to Optimization
- Affected Versions deleted (
8.0.0)
Actions