fix datatypes, we ain't got no short/long

This commit is contained in:
mhsjlw 2016-06-14 18:41:49 -04:00
commit 6783fa43cf

View file

@ -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"
}
]
],