Sha256: ec438135f9be4eeb5ac2ffdbaef92b2cc7b2e85f659b3dd02e7ab34cbcd1fce9

Contents?: true

Size: 628 Bytes

Versions: 23

Compression:

Stored size: 628 Bytes

Contents

module RubySMB
  module Dcerpc
    module PTypes
      REQUEST            = 0
      PING               = 1
      RESPONSE           = 2
      FAULT              = 3
      WORKING            = 4
      NOCALL             = 5
      REJECT             = 6
      ACK                = 7
      CL_CANCEL          = 8
      FACK               = 9
      CANCEL_ACK         = 10
      BIND               = 11
      BIND_ACK           = 12
      BIND_NAK           = 13
      ALTER_CONTEXT      = 14
      ALTER_CONTEXT_RESP = 15
      SHUTDOWN           = 17
      CO_CANCEL          = 18
      ORPHANED           = 19
    end
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
ruby_smb-0.0.24 lib/ruby_smb/dcerpc/ptypes.rb
ruby_smb-0.0.23 lib/ruby_smb/dcerpc/ptypes.rb
ruby_smb-0.0.22 lib/ruby_smb/dcerpc/ptypes.rb