Packets returns the stream of intercepted packets. The channel is closed when the backend is stopped.
()
| 30 | // Packets returns the stream of intercepted packets. The channel is |
| 31 | // closed when the backend is stopped. |
| 32 | Packets() <-chan Packet |
| 33 | |
| 34 | // Inject emits a raw IP packet onto the wire, bypassing the filter. |
| 35 | // Used to send the spoofed ClientHello. |
no outgoing calls
no test coverage detected