TransportLayer returns the first transport layer in the packet
()
| 83 | NetworkLayer() NetworkLayer |
| 84 | // TransportLayer returns the first transport layer in the packet |
| 85 | TransportLayer() TransportLayer |
| 86 | // ApplicationLayer returns the first application layer in the packet |
| 87 | ApplicationLayer() ApplicationLayer |
| 88 | // ErrorLayer is particularly useful, since it returns nil if the packet |
no outgoing calls