Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork144
Open
Description
I use the :
strmr = NFStreamer( source=pcap_file, promiscuous_mode=True, snapshot_length=1000, statistical_analysis=True, splt_analysis=N_FIRST_PACKETS, accounting_mode=ACCOUNTING_MODE, n_meters=0, n_dissections=0, system_visibility_poll_ms=1 ) new_data_df = strmr.to_pandas(columns_to_anonymize=[])code, and each time receive 50-line DataFrame. In my pcap file I have ~10000 timestamps with 243 time windows of 1ms length. What criterion should I change to get statistics over each time window, i.e., 243 lines in the DataFrame?
Thanks
Metadata
Metadata
Assignees
Labels
No labels