send captured packets to server

This commit is contained in:
2026-07-21 21:19:50 +02:00
parent 8a45d91e8d
commit 7ca7089476
3 changed files with 84 additions and 48 deletions

View File

@@ -8,6 +8,7 @@ const (
unused uint16 = iota
REQ_REGISTER
RESP_REGISTER
REQ_DATA
)
func Uint16(v uint16) []byte {