lunixbochs / struc

Better binary packing for Go
MIT License
567 stars 43 forks source link

Is support sizeof=TPDU+4? #88

Open chushuai opened 3 years ago

chushuai commented 3 years ago

type TPKT struct { Version uint8 struc:"uint8" Reserved uint8 struc:"uint8" Length uint16 struc:"int16,little,sizeof=TPDU+4" TPDU []byte }