lib/packetgen/pcapng.rb in packetgen-0.3.0 vs lib/packetgen/pcapng.rb in packetgen-1.0.0

- old
+ new

@@ -1,4 +1,8 @@ +# 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. require 'stringio' module PacketGen # Module to handle PCAP-NG file format.