Functions for accessing arbitrary packet layers: ------------------------------------------------------------------ Layers returns all layers in this packet, computing them as necessary
()
| 68 | //// ------------------------------------------------------------------ |
| 69 | // Layers returns all layers in this packet, computing them as necessary |
| 70 | Layers() []Layer |
| 71 | // Layer returns the first layer in this packet of the given type, or nil |
| 72 | Layer(LayerType) Layer |
| 73 | // LayerClass returns the first layer in this packet of the given class, |
no outgoing calls