Skip to content

Commit

Permalink
Debug message for finding an options packet
Browse files Browse the repository at this point in the history
  • Loading branch information
srebhan committed May 7, 2024
1 parent a78e02c commit b583af8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/inputs/netflow/netflow_decoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,7 @@ func (d *netflowDecoder) Decode(srcIP net.IP, payload []byte) ([]telegraf.Metric
case netflow.TemplateFlowSet:
case netflow.IPFIXOptionsTemplateFlowSet:
case netflow.OptionsDataFlowSet:
d.Log.Debug("IPFIX OPTIONS FLOWSET FOUND!")
case netflow.DataFlowSet:
for _, record := range fs.Records {
tags := map[string]string{
Expand Down

0 comments on commit b583af8

Please sign in to comment.