Sha256: 5478502166a95ad4cd5aa4731c3c40cbf720a95a0f5dfa97e2e7fca84c288703
Contents?: true
Size: 503 Bytes
Versions: 2
Compression:
Stored size: 503 Bytes
Contents
# -*- coding: binary -*- # $Id: constants.rb 15548 2012-06-29 06:08:20Z rapid7 $ require 'rex/proto/dhcp' module Rex module Proto module DHCP Request = 1 Response = 2 DHCPDiscover = 1 DHCPOffer = 2 DHCPRequest = 3 DHCPAck = 5 DHCPMagic = "\x63\x82\x53\x63" OpDHCPServer = 0x36 OpLeaseTime = 0x33 OpSubnetMask = 1 OpRouter = 3 OpDns = 6 OpHostname = 0x0c OpEnd = 0xff PXEMagic = "\xF1\x00\x74\x7E" OpPXEMagic = 0xD0 OpPXEConfigFile = 0xD1 OpPXEPathPrefix = 0xD2 OpPXERebootTime = 0xD3 end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
librex-0.0.68 | lib/rex/proto/dhcp/constants.rb |
librex-0.0.66 | lib/rex/proto/dhcp/constants.rb |