#
# Copyright (C) 2015-2017 Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# Parses the JSON version of the RSSAC002 traffic stats into a
# normalized format.
use JSON;
open(INPUT, "<$file");
close(INPUT);
my $type = "tcp request-size ";
}
my $type = "tcp response-size ";
}
my $type = "udp request-size ";
}
my $type = "udp response-size ";
}