lib/packetgen/pcapng/unknown_block.rb in packetgen-2.4.0 vs lib/packetgen/pcapng/unknown_block.rb in packetgen-2.5.0
- old
+ new
@@ -1,9 +1,11 @@
# This file is part of PacketGen
# See https://github.com/sdaubert/packetgen for more informations
# Copyright (C) 2016 Sylvain Daubert <sylvain.daubert@laposte.net>
# This program is published under MIT license.
+# frozen_string_literal: true
+
module PacketGen
module PcapNG
# {UnknownBlock} is used to handle unsupported blocks of a pcapng file.
# @author Sylvain Daubert