lemontree55 / packetgen

Ruby library to easily generate and capture network packets
MIT License
98 stars 13 forks source link

Fix malformed format string - %" (ArgumentError) #108

Closed optix2000 closed 4 years ago

optix2000 commented 4 years ago

Fixes

packetgen/lib/packetgen/types/abstract_tlv.rb:174:in `%': malformed format string - %" (ArgumentError)

which occurs when percent literals are in the value.