An open API service indexing awesome lists of open source software.

https://github.com/cybersecurity-dev/pcap2timeseries-extractor

PCAP to Time Series Extractor
https://github.com/cybersecurity-dev/pcap2timeseries-extractor

anomaly-detection anomalydetection network-analysis network-visualization pcap time-series timeseries timeseries-analysis

Last synced: about 13 hours ago
JSON representation

PCAP to Time Series Extractor

Awesome Lists containing this project

README

          

# **`PCAP2TS`** | PCAP to [Time Series](https://wikipedia.org/wiki/Time_series) Extractor

[![YouTube](https://img.shields.io/badge/YouTube-%23FF0000.svg?style=for-the-badge&logo=YouTube&logoColor=white)]()
[![Reddit](https://img.shields.io/badge/Reddit-FF4500?style=for-the-badge&logo=reddit&logoColor=white)]()


GitHub
 
YouTube
 
My Awesome Lists

Install required tools on Linux

### For Ubuntu 18.04, 20.04, 22.04

```bash
sudo apt-get update
```

Install required python libs

### pip install
```bash
pip install -r requirements.txt
python3 setup.py install
```

### conda install
```bash
conda config --add channels conda-forge
conda install --file requirements_conda.txt
python3 setup.py install
```

## TCP/IP Model



TCP-IP-Model





Layer
Function
Protocols




Application Layer
Provides network services directly to end-user applications. It handles application-level protocols and interfaces with user software.
HTTP, FTP, SMTP, DNS, RIP, SNMP


Transport Layer
Manages end-to-end communication and data transfer reliability. It is responsible for error recovery, flow control, and ensuring data integrity.
TCP, UDP


Internet Layer
Handles logical addressing and routing of data packets across the network. It determines the best path for data from the source to the destination.
IP, ARP, ICMP, IGMP


Network Access Layer
Manages physical network hardware and data framing. It handles the communication between devices on the same network segment and provides error detection.
Ethernet, PPP