-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsamples.json
More file actions
105 lines (105 loc) · 2.07 KB
/
samples.json
File metadata and controls
105 lines (105 loc) · 2.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
[{
"tcp.srcport": 52332,
"tcp.dstport": 8000,
"ip.proto": 6,
"frame.len": 66,
"tcp.flags.syn": 0,
"tcp.flags.reset": 0,
"tcp.flags.push": 0,
"tcp.flags.ack": 1,
"ip.flags.mf": 0,
"ip.flags.df": 1,
"ip.flags.rb": 0,
"tcp.seq": 1,
"tcp.ack": 1,
"Packets": 10,
"Bytes": 1144,
"Tx Packets": 6,
"Tx Bytes": 560,
"Rx Packets": 4,
"Rx Bytes": 584
},
{
"tcp.srcport": 53000,
"tcp.dstport": 8080,
"ip.proto": 6,
"frame.len": 74,
"tcp.flags.syn": 1,
"tcp.flags.reset": 0,
"tcp.flags.push": 0,
"tcp.flags.ack": 0,
"ip.flags.mf": 0,
"ip.flags.df": 1,
"ip.flags.rb": 0,
"tcp.seq": 12345,
"tcp.ack": 0,
"Packets": 15,
"Bytes": 1300,
"Tx Packets": 9,
"Tx Bytes": 700,
"Rx Packets": 6,
"Rx Bytes": 600
},
{
"tcp.srcport": 54000,
"tcp.dstport": 443,
"ip.proto": 6,
"frame.len": 52,
"tcp.flags.syn": 0,
"tcp.flags.reset": 1,
"tcp.flags.push": 0,
"tcp.flags.ack": 1,
"ip.flags.mf": 0,
"ip.flags.df": 0,
"ip.flags.rb": 0,
"tcp.seq": 54321,
"tcp.ack": 12345,
"Packets": 8,
"Bytes": 1024,
"Tx Packets": 4,
"Tx Bytes": 512,
"Rx Packets": 4,
"Rx Bytes": 512
},
{
"tcp.srcport": 55000,
"tcp.dstport": 21,
"ip.proto": 6,
"frame.len": 60,
"tcp.flags.syn": 1,
"tcp.flags.reset": 0,
"tcp.flags.push": 1,
"tcp.flags.ack": 1,
"ip.flags.mf": 1,
"ip.flags.df": 0,
"ip.flags.rb": 0,
"tcp.seq": 22222,
"tcp.ack": 33333,
"Packets": 12,
"Bytes": 1500,
"Tx Packets": 7,
"Tx Bytes": 800,
"Rx Packets": 5,
"Rx Bytes": 700
},
{
"tcp.srcport": 56000,
"tcp.dstport": 25,
"ip.proto": 6,
"frame.len": 64,
"tcp.flags.syn": 0,
"tcp.flags.reset": 0,
"tcp.flags.push": 1,
"tcp.flags.ack": 1,
"ip.flags.mf": 0,
"ip.flags.df": 1,
"ip.flags.rb": 0,
"tcp.seq": 55555,
"tcp.ack": 66666,
"Packets": 20,
"Bytes": 2048,
"Tx Packets": 10,
"Tx Bytes": 1024,
"Rx Packets": 10,
"Rx Bytes": 1024
}]