Metadata-Version: 2.1
Name: pcapstats
Version: 1.0.2
Summary: UNKNOWN
Home-page: https://github.com/sanaakhelloqi/pcapstats
Author: Sanaa Khelloqi
Author-email: sanaa.khelloqi@stud-mail.uni-wuerzburg
License: Apache License 2.0
Description: # pcapstats
        
        ## Install
        `pip install pcapstats`
        
        ## CLI
        ### pcapstats stats
        ```
        Usage: pcapstats stats [OPTIONS] [FILES]...
        
          Calculate statistics for one or more pcap files.
        
        Options:
          -o, --output TEXT
          -p, --processes INTEGER  Maximum amount of concurrent processes.
          --help                   Show this message and exit.
        ```
        
        ### pcapstats compare
        ```
        Usage: pcapstats compare [OPTIONS] ORIGINAL [TARGETS]...
        
          Calculate similarity metrics and statistics for one or more pcap file.
        
        Options:
          -o, --output TEXT
          -v, --visualize
          -vo, --visualize-output TEXT
          -p, --processes INTEGER       Maximum amount of concurrent processes.
          --help                        Show this message and exit.
        ```
        
        ### pcapstats filter
        ```
        Usage: pcapstats filter [OPTIONS] ORIGINAL [TARGETS]...
        
          Filter pcap files based on similarity metrics.
        
        Options:
          -o, --output TEXT        File where filter output gets saved.
          -j, --json-file TEXT     JSON containing custom thresholds for the available
                                   metrics.
        
          -p, --processes INTEGER  Maximum amount of concurrent processes.
          --help                   Show this message and exit.
        ```
Keywords: pcap,network,network traffic
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
