{"id":29724662,"url":"https://github.com/cybersecurity-dev/pcap2timeseries-extractor","last_synced_at":"2026-07-16T21:39:29.215Z","repository":{"id":291276928,"uuid":"971348709","full_name":"cybersecurity-dev/PCAP2TimeSeries-Extractor","owner":"cybersecurity-dev","description":"PCAP to Time Series Extractor","archived":false,"fork":false,"pushed_at":"2025-11-29T23:10:34.000Z","size":572,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-07-16T21:39:10.204Z","etag":null,"topics":["anomaly-detection","anomalydetection","network-analysis","network-visualization","pcap","time-series","timeseries","timeseries-analysis"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cybersecurity-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-23T11:43:40.000Z","updated_at":"2025-12-04T14:26:09.000Z","dependencies_parsed_at":"2025-05-03T15:44:41.016Z","dependency_job_id":null,"html_url":"https://github.com/cybersecurity-dev/PCAP2TimeSeries-Extractor","commit_stats":null,"previous_names":["cybersecurity-dev/pcap2timeseries-extractor"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cybersecurity-dev/PCAP2TimeSeries-Extractor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2FPCAP2TimeSeries-Extractor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2FPCAP2TimeSeries-Extractor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2FPCAP2TimeSeries-Extractor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2FPCAP2TimeSeries-Extractor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cybersecurity-dev","download_url":"https://codeload.github.com/cybersecurity-dev/PCAP2TimeSeries-Extractor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybersecurity-dev%2FPCAP2TimeSeries-Extractor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35559858,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-16T02:00:06.687Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anomaly-detection","anomalydetection","network-analysis","network-visualization","pcap","time-series","timeseries","timeseries-analysis"],"created_at":"2025-07-24T21:25:47.224Z","updated_at":"2026-07-16T21:39:29.210Z","avatar_url":"https://github.com/cybersecurity-dev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# **`PCAP2TS`** | PCAP to [Time Series](https://wikipedia.org/wiki/Time_series) Extractor\n\u003c/div\u003e\n\n[![YouTube](https://img.shields.io/badge/YouTube-%23FF0000.svg?style=for-the-badge\u0026logo=YouTube\u0026logoColor=white)]()\n[![Reddit](https://img.shields.io/badge/Reddit-FF4500?style=for-the-badge\u0026logo=reddit\u0026logoColor=white)]()\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/cybersecurity-dev/\"\u003e\u003cimg height=\"25\" src=\"https://github.com/cybersecurity-dev/cybersecurity-dev/blob/main/assets/github.svg\" alt=\"GitHub\"\u003e\u003c/a\u003e\n    \u0026nbsp;\n    \u003ca href=\"https://www.youtube.com/@CyberThreatDefence\"\u003e\u003cimg height=\"25\" src=\"https://github.com/cybersecurity-dev/cybersecurity-dev/blob/main/assets/youtube.svg\" alt=\"YouTube\"\u003e\u003c/a\u003e\n    \u0026nbsp;\n    \u003ca href=\"https://cyberthreatdefence.com/my_awesome_lists\"\u003e\u003cimg height=\"20\" src=\"https://github.com/cybersecurity-dev/cybersecurity-dev/blob/main/assets/blog.svg\" alt=\"My Awesome Lists\"\u003e\u003c/a\u003e\n    \u003cimg src=\"https://github.com/cybersecurity-dev/cybersecurity-dev/blob/main/assets/bar.gif\"\u003e\n\u003c/p\u003e\n\n\u003cdetails\u003e\n\n\u003csummary\u003eInstall required tools on Linux\u003c/summary\u003e\n\n### For Ubuntu 18.04, 20.04, 22.04\n\n```bash\nsudo apt-get update\n```\n\u003c/details\u003e\n\n\n\u003cdetails\u003e\n\n\u003csummary\u003eInstall required python libs\u003c/summary\u003e\n\n### pip install\n```bash\npip install -r requirements.txt\npython3 setup.py install\n```\n\n### conda install\n```bash\nconda config --add channels conda-forge\nconda install --file requirements_conda.txt\npython3 setup.py install\n```\n\n\u003c/details\u003e\n\n\n## TCP/IP Model\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd style=\"width: 25%; vertical-align: top;\"\u003e\n      \u003cimg src=\"./assets/tcp-ip-model.png\" width=\"50%\" height=\"auto\" alt=\"TCP-IP-Model\"/\u003e\n    \u003c/td\u003e\n    \u003ctd style=\"width: 75%;\"\u003e\n      \u003ctable border=\"1\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eLayer\u003c/th\u003e\n            \u003cth\u003eFunction\u003c/th\u003e\n            \u003cth\u003eProtocols\u003c/th\u003e\n          \u003c/tr\u003e\n        \u003c/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eApplication Layer\u003c/td\u003e\n            \u003ctd\u003eProvides network services directly to end-user applications. It handles application-level protocols and interfaces with user software.\u003c/td\u003e\n            \u003ctd\u003eHTTP, FTP, SMTP, DNS, RIP, SNMP\u003c/td\u003e\n          \u003c/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eTransport Layer\u003c/td\u003e\n            \u003ctd\u003eManages end-to-end communication and data transfer reliability. It is responsible for error recovery, flow control, and ensuring data integrity.\u003c/td\u003e\n            \u003ctd\u003eTCP, UDP\u003c/td\u003e\n          \u003c/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eInternet Layer\u003c/td\u003e\n            \u003ctd\u003eHandles logical addressing and routing of data packets across the network. It determines the best path for data from the source to the destination.\u003c/td\u003e\n            \u003ctd\u003eIP, ARP, ICMP, IGMP\u003c/td\u003e\n          \u003c/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eNetwork Access Layer\u003c/td\u003e\n            \u003ctd\u003eManages physical network hardware and data framing. It handles the communication between devices on the same network segment and provides error detection.\u003c/td\u003e\n            \u003ctd\u003eEthernet, PPP\u003c/td\u003e\n          \u003c/tr\u003e\n        \u003c/tbody\u003e\n      \u003c/table\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybersecurity-dev%2Fpcap2timeseries-extractor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcybersecurity-dev%2Fpcap2timeseries-extractor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybersecurity-dev%2Fpcap2timeseries-extractor/lists"}