diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-09-21 01:53:59 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-21 01:53:59 +0300 |
| commit | 171e350e348afadb55967b9c13d5eadc7f7d2cf4 (patch) | |
| tree | 14ec93df8ccc1aca0cf453f826d46a402b09dc8f /pkg/packets/types.go | |
| parent | define todos on packets (diff) | |
| download | sdp.go-171e350e348afadb55967b9c13d5eadc7f7d2cf4.tar.gz sdp.go-171e350e348afadb55967b9c13d5eadc7f7d2cf4.tar.bz2 sdp.go-171e350e348afadb55967b9c13d5eadc7f7d2cf4.zip | |
add strings builder, customize ALL outputs (#6)
Diffstat (limited to 'pkg/packets/types.go')
| -rw-r--r-- | pkg/packets/types.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/packets/types.go b/pkg/packets/types.go index 6297b01..a2fb78f 100644 --- a/pkg/packets/types.go +++ b/pkg/packets/types.go | |||
| @@ -42,9 +42,9 @@ type Stop struct { | |||
| 42 | } | 42 | } |
| 43 | 43 | ||
| 44 | type CustomData struct { | 44 | type CustomData struct { |
| 45 | Unknown int32 | 45 | Type int32 |
| 46 | Size int32 | 46 | Size int32 |
| 47 | Data string | 47 | Data string |
| 48 | } | 48 | } |
| 49 | 49 | ||
| 50 | type StringTables struct { | 50 | type StringTables struct { |