File tree Expand file tree Collapse file tree 2 files changed +28
-3
lines changed Expand file tree Collapse file tree 2 files changed +28
-3
lines changed Original file line number Diff line number Diff line change 4
4
"cell_type" : " markdown" ,
5
5
"metadata" : {},
6
6
"source" : [
7
- " # nfstream : a Flexible Network Data Analysis Framework"
7
+ " # NFStream : a Flexible Network Data Analysis Framework"
8
8
]
9
9
},
10
10
{
60
60
" * `active_timeout` [default= `300` ]: Flows that are active for more than this value in seconds will be exported.\n " ,
61
61
" * `plugins` [default= `()` ]: Set of user defined NFPlugins.\n " ,
62
62
" * `dissect` [default= `True` ]: Enable nDPI deep packet inspection library for Layer 7 visibility.\n " ,
63
- " * `max_tcp_dissections` [default= `10 ` ]: Maximum per flow TCP packets to dissect (ignored when dissect=False).\n " ,
63
+ " * `max_tcp_dissections` [default= `80 ` ]: Maximum per flow TCP packets to dissect (ignored when dissect=False).\n " ,
64
64
" * `max_udp_dissections` [default= `16` ]: Maximum per flow UDP packets to dissect (ignored when dissect=False).\n " ,
65
65
" * `statistics` [default= `False`]: Enable statistical flow features extraction.\n " ,
66
66
" * `account_ip_padding_size` [default= `False`]: Enable Ethernet padding accounting when reporting IP sizes.\n " ,
115
115
" df.head()"
116
116
]
117
117
},
118
+ {
119
+ "cell_type" : " markdown" ,
120
+ "metadata" : {},
121
+ "source" : [
122
+ " We can enable IP anonymization as follow:"
123
+ ]
124
+ },
125
+ {
126
+ "cell_type" : " code" ,
127
+ "execution_count" : null ,
128
+ "metadata" : {},
129
+ "outputs" : [],
130
+ "source" : [
131
+ " df = NFStreamer(source=\" pcaps/instagram.pcap\" , statistics=True).to_pandas(ip_anonymization=True)"
132
+ ]
133
+ },
134
+ {
135
+ "cell_type" : " code" ,
136
+ "execution_count" : null ,
137
+ "metadata" : {},
138
+ "outputs" : [],
139
+ "source" : [
140
+ " df.head()"
141
+ ]
142
+ },
118
143
{
119
144
"cell_type" : " markdown" ,
120
145
"metadata" : {},
Original file line number Diff line number Diff line change 1
- nfstream >= 5.1.0
1
+ nfstream >= 5.1.5
You can’t perform that action at this time.
0 commit comments