(b *testing.B)
| 210 | } |
| 211 | } |
| 212 | func BenchmarkDecodePacketDot11DataQOSData(b *testing.B) { |
| 213 | for i := 0; i < b.N; i++ { |
| 214 | gopacket.NewPacket(testPacketDot11DataQOSData, LinkTypeIEEE80211Radio, gopacket.NoCopy) |
| 215 | } |
| 216 | } |
| 217 | |
| 218 | // testPacketDot11MgmtAction is the packet: |
| 219 | // 15:54:43.236460 1.0 Mb/s 2412 MHz 11b -67dB signal antenna 5 Action (8e:3a:e3:44:ac:c6): Spectrum Management Act#4 |
nothing calls this directly
no test coverage detected
searching dependent graphs…