f4498c3916
Also adds binary coding magic comment to a few files
8 lines
143 B
Ruby
8 lines
143 B
Ruby
# -*- coding: binary -*-
|
|
#
|
|
# DHCP Server support written by scriptjunkie
|
|
#
|
|
|
|
require 'rex/proto/dhcp/constants'
|
|
require 'rex/proto/dhcp/server'
|