Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

[APP Layer] application data flow feature extraction and analysis.

Notifications You must be signed in to change notification settings

lasso-sustech/stream-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Tool for Simple Stream Analysis

How to user

  1. touch .traces file, and put one line of the location to the traces root folder, e.g.,

    ./traces
    
  2. touch config.json file and define the following sections to apply the analysis:

    {
        "lap2tv.pcapng": {
            "filter": "<wireshark display filter>",
            "limit": "<(unit: ms) threshold for packet chop>",
    
            "interval_cutoff": "<(unit: s) the interval beyond the cutoff will not display>",
    
            "interval_percent": "<the majority for interval analysis>",
            "length_percent": "<the majority percent for length analysis>"
        }
  3. run python3 analyze.py for analysis.

About

[APP Layer] application data flow feature extraction and analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published