|
|
@ -664,6 +664,8 @@ void DecodeRegisterPerfCounters(DecodeThreadVars *dtv, ThreadVars *tv)
|
|
|
|
dtv->counter_vntag = StatsRegisterCounter("decoder.vntag", tv);
|
|
|
|
dtv->counter_vntag = StatsRegisterCounter("decoder.vntag", tv);
|
|
|
|
dtv->counter_ieee8021ah = StatsRegisterCounter("decoder.ieee8021ah", tv);
|
|
|
|
dtv->counter_ieee8021ah = StatsRegisterCounter("decoder.ieee8021ah", tv);
|
|
|
|
dtv->counter_teredo = StatsRegisterCounter("decoder.teredo", tv);
|
|
|
|
dtv->counter_teredo = StatsRegisterCounter("decoder.teredo", tv);
|
|
|
|
|
|
|
|
dtv->counter_ipv4inipv4 = StatsRegisterCounter("decoder.ipv4_in_ipv4", tv);
|
|
|
|
|
|
|
|
dtv->counter_ipv6inipv4 = StatsRegisterCounter("decoder.ipv6_in_ipv4", tv);
|
|
|
|
dtv->counter_ipv4inipv6 = StatsRegisterCounter("decoder.ipv4_in_ipv6", tv);
|
|
|
|
dtv->counter_ipv4inipv6 = StatsRegisterCounter("decoder.ipv4_in_ipv6", tv);
|
|
|
|
dtv->counter_ipv6inipv6 = StatsRegisterCounter("decoder.ipv6_in_ipv6", tv);
|
|
|
|
dtv->counter_ipv6inipv6 = StatsRegisterCounter("decoder.ipv6_in_ipv6", tv);
|
|
|
|
dtv->counter_mpls = StatsRegisterCounter("decoder.mpls", tv);
|
|
|
|
dtv->counter_mpls = StatsRegisterCounter("decoder.mpls", tv);
|
|
|
|