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