diff --git a/attributeTcMsg.go b/attributeTcMsg.go index 4523f1f..57362f3 100644 --- a/attributeTcMsg.go +++ b/attributeTcMsg.go @@ -60,7 +60,7 @@ func extractTcmsgAttributes(data []byte, info *Attribute) error { } if len(xStats) > 0 { tcxstats := &XStats{} - if err := extractXStats(ad.Bytes(), tcxstats, info.Kind); err != nil { + if err := extractXStats(xStats, tcxstats, info.Kind); err != nil { return err } info.XStats = tcxstats