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