Files
metasploit-gs/lib/rex/proto/natpmp.rb
T
2021-02-08 12:24:12 +00:00

10 lines
201 B
Ruby

# -*- coding: binary -*-
# NAT-PMP protocol support
#
# @author Jon Hart <jhart@spoofed.org>
module Rex::Proto::NATPMP
include Rex::Proto::NATPMP::Constants
include Rex::Proto::NATPMP::Packet
end