Inject emits a raw IP packet onto the wire, bypassing the filter. Used to send the spoofed ClientHello.
(p []byte, dir Direction)
| 34 | // Inject emits a raw IP packet onto the wire, bypassing the filter. |
| 35 | // Used to send the spoofed ClientHello. |
| 36 | Inject(p []byte, dir Direction) error |
| 37 | |
| 38 | // Close tears down rules and stops interception. Safe to call multiple |
| 39 | // times. |
no outgoing calls
no test coverage detected