Sha256: 3d3f968b4b0a187ec42e29eff997936bf4bb9f2f69f474435c75a52592f18afc
Contents?: true
Size: 285 Bytes
Versions: 23
Compression:
Stored size: 285 Bytes
Contents
module RubySMB module Dcerpc class PSyntaxIdT < BinData::Record endian :little uuid :if_uuid, initial_value: -> { uuid } uint16 :if_ver_major, initial_value: -> { ver_major } uint16 :if_ver_minor, initial_value: -> { ver_minor } end end end
Version data entries
23 entries across 23 versions & 1 rubygems