(ApplicationLayer)
| 50 | SetNetworkLayer(NetworkLayer) |
| 51 | SetTransportLayer(TransportLayer) |
| 52 | SetApplicationLayer(ApplicationLayer) |
| 53 | SetErrorLayer(ErrorLayer) |
| 54 | // NextDecoder should be called by a decoder when they're done decoding a |
| 55 | // packet layer but not done with decoding the entire packet. The next |
no outgoing calls
no test coverage detected