(b *testing.B)
| 96 | } |
| 97 | |
| 98 | func BenchmarkDecodePacketDot11CtrlCTS(b *testing.B) { |
| 99 | for i := 0; i < b.N; i++ { |
| 100 | gopacket.NewPacket(testPacketDot11CtrlCTS, LinkTypeIEEE80211Radio, gopacket.NoCopy) |
| 101 | } |
| 102 | } |
| 103 | |
| 104 | // testPacketDot11MgmtBeacon is the packet: |
| 105 | // 15:44:56.531833 6.0 Mb/s 2412 MHz 11g -81dB signal antenna 5 Beacon (Wi2) [6.0* 9.0 12.0* 18.0 24.0* 36.0 48.0 54.0 Mbit] ESS CH: 1 |
nothing calls this directly
no test coverage detected
searching dependent graphs…