(t *testing.T)
| 1073 | } |
| 1074 | |
| 1075 | func TestDecodingLayerArray(t *testing.T) { |
| 1076 | testDecodingLayerContainer(t, gopacket.DecodingLayerArray(nil)) |
| 1077 | } |
| 1078 | |
| 1079 | // testICMP is the packet: |
| 1080 | // 15:49:15.773265 IP 72.14.222.226 > 172.29.20.15: ICMP host 10.66.73.201 unreachable - admin prohibited filter, length 36 |
nothing calls this directly
no test coverage detected
searching dependent graphs…