diff options
author | Daniel Langesten <daniel.langest@gmail.com> | 2015-03-25 12:56:36 +0100 |
---|---|---|
committer | Daniel Langesten <daniel.langest@gmail.com> | 2015-03-25 12:56:36 +0100 |
commit | 270f1a8c9b9825cf194f82c84a749c0520372232 (patch) | |
tree | dd697905df5547727a644e6ada56d0ac8742c69f | |
parent | 11c1eb4e0b78af1c9a282fe1b040cc692e0ef05c (diff) |
reformating testdata
-rw-r--r-- | testdata/jsoninput | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/testdata/jsoninput b/testdata/jsoninput index b2d4a25..6119e09 100644 --- a/testdata/jsoninput +++ b/testdata/jsoninput @@ -2,17 +2,17 @@ {"pkt_len_distrib": "0-199", "as_src": 1, "as_dst": 2, "packets": 5, "bytes": 3, "port_dst": 10, "ip_src": "1.1.1.1", "ip_dst": "2.2.2.2", "port_src": 5} {"pkt_len_distrib": "0-199", "as_src": 1, "as_dst": 2, "packets": 6, "bytes": 3, "port_dst": 10, "ip_src": "1.1.1.1", "ip_dst": "2.2.2.2", "port_src": 5} {"pkt_len_distrib": "0-199", "as_src": 1, "as_dst": 2, "packets": 7, "bytes": 3, "port_dst": 10, "ip_src": "1.1.1.1", "ip_dst": "2.2.2.2", "port_src": 5} ----- + {"pkt_len_distrib": "200-299", "as_src": 1, "as_dst": 2, "packets": 9, "bytes": 3, "port_dst": 10, "ip_src": "1.1.1.1", "ip_dst": "2.2.2.2", "port_src": 5} {"pkt_len_distrib": "200-299", "as_src": 1, "as_dst": 2, "packets": 1, "bytes": 3, "port_dst": 10, "ip_src": "1.1.1.1", "ip_dst": "2.2.2.2", "port_src": 5} ----- + {"pkt_len_distrib": "200-299", "as_src": 2, "as_dst": 3, "packets": 7, "bytes": 3, "port_dst": 10, "ip_src": "1.1.1.1", "ip_dst": "2.2.2.2", "port_src": 5} ----- + {"pkt_len_distrib": "200-299", "as_src": 2, "as_dst": 3, "packets": 6, "bytes": 3, "port_dst": 10, "ip_src": "2.2.2.2", "ip_dst": "1.1.1.1", "port_src": 5} ----- + {"pkt_len_distrib": "200-299", "as_src": 2, "as_dst": 3, "packets": 1, "bytes": 3, "port_dst": 10, "ip_src": "2.2.2.2", "ip_dst": "1.1.1.1", "port_src": 6} ----- + {"pkt_len_distrib": "200-299", "as_src": 2, "as_dst": 3, "packets": 0, "bytes": 3, "port_dst": 11, "ip_src": "2.2.2.2", "ip_dst": "1.1.1.1", "port_src": 6} ----- + {"pkt_len_distrib": "200-299", "as_src": 2, "as_dst": 4, "packets": 4, "bytes": 3, "port_dst": 11, "ip_src": "2.2.2.2", "ip_dst": "1.1.1.1", "port_src": 6} ---- |