Sha256: 08461565a07b859cca87ddf8fcf3047ec7c53b00b46e1ca9e960cf8b6f901adb
Contents?: true
Size: 492 Bytes
Versions: 2
Compression:
Stored size: 492 Bytes
Contents
# frozen_string_literal: true # This file is part of packetgen-plugin-smb. # See https://github.com/sdaubert/packetgen-plugin-smb for more informations # Copyright (C) 2018 Sylvain Daubert <sylvain.daubert@laposte.net> # This program is published under MIT license. module PacketGen::Plugin class SMB # Namespace for TRANS related classes module Trans; end end end require_relative 'trans/request' require_relative 'trans/response' PacketGen::Plugin::SMB.bind_command 'trans'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
packetgen-plugin-smb-0.6.3 | lib/packetgen/plugin/smb/trans.rb |
packetgen-plugin-smb-0.6.2 | lib/packetgen/plugin/smb/trans.rb |