fix datatypes, we ain't got no short/long
This commit is contained in:
parent
97c8b7d0aa
commit
6783fa43cf
1 changed files with 3 additions and 3 deletions
|
|
@ -741,11 +741,11 @@
|
|||
[
|
||||
{
|
||||
"name": "unknown",
|
||||
"type": "short"
|
||||
"type": "i16"
|
||||
},
|
||||
{
|
||||
"name": "protocol",
|
||||
"type": "long"
|
||||
"type": "i64"
|
||||
},
|
||||
{
|
||||
"name": "bodyLength",
|
||||
|
|
@ -1819,7 +1819,7 @@
|
|||
},
|
||||
{
|
||||
"name": "flags",
|
||||
"type": "short"
|
||||
"type": "i16"
|
||||
}
|
||||
]
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue