Class: Rex::Proto::Kerberos::Pac::UnknownPacElement
- Inherits:
-
BinData::Record
- Object
- BinData::Record
- Rex::Proto::Kerberos::Pac::UnknownPacElement
- Defined in:
- lib/rex/proto/kerberos/pac/krb5_pac.rb
Instance Attribute Summary collapse
-
#ul_type ⇒ Integer
Describes the type of data present in the buffer.
-
#unknown_element ⇒ String
The contents of an unknown Pac Element.
Instance Attribute Details
#ul_type ⇒ Integer
Returns Describes the type of data present in the buffer.
569 |
# File 'lib/rex/proto/kerberos/pac/krb5_pac.rb', line 569 virtual :ul_type, value: :selection |
#unknown_element ⇒ String
Returns The contents of an unknown Pac Element.
573 |
# File 'lib/rex/proto/kerberos/pac/krb5_pac.rb', line 573 string :unknown_element, read_length: :data_length |