Object
Monkeypatch for Struct to include some string safety – anything that uses Struct is going to presume binary strings anyway.
Struct
# File lib/packetfu/structfu.rb, line 315 def force_binary(str) PacketFu.force_binary(str) end