Functions for accessing specific types of packet layers. These functions return the first layer of each type found within the packet. ------------------------------------------------------------------ LinkLayer returns the first link layer in the packet
()
| 79 | //// ------------------------------------------------------------------ |
| 80 | // LinkLayer returns the first link layer in the packet |
| 81 | LinkLayer() LinkLayer |
| 82 | // NetworkLayer returns the first network layer in the packet |
| 83 | NetworkLayer() NetworkLayer |
| 84 | // TransportLayer returns the first transport layer in the packet |
no outgoing calls