{"id":13748523,"url":"https://github.com/LyleMi/Trafficker","last_synced_at":"2025-05-09T11:30:43.092Z","repository":{"id":107360517,"uuid":"72208582","full_name":"LyleMi/Trafficker","owner":"LyleMi","description":"a tool used to raw traffic / http request","archived":false,"fork":false,"pushed_at":"2019-10-17T10:44:04.000Z","size":1643,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-22T19:33:44.679Z","etag":null,"topics":["packets"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LyleMi.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}},"created_at":"2016-10-28T13:12:47.000Z","updated_at":"2019-10-17T10:44:06.000Z","dependencies_parsed_at":"2023-06-11T11:15:32.880Z","dependency_job_id":null,"html_url":"https://github.com/LyleMi/Trafficker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LyleMi%2FTrafficker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LyleMi%2FTrafficker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LyleMi%2FTrafficker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LyleMi%2FTrafficker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LyleMi","download_url":"https://codeload.github.com/LyleMi/Trafficker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253240350,"owners_count":21876593,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["packets"],"created_at":"2024-08-03T07:00:43.643Z","updated_at":"2025-05-09T11:30:42.800Z","avatar_url":"https://github.com/LyleMi.png","language":"Python","funding_links":[],"categories":["资源清单"],"sub_categories":["Computer Communication and Network"],"readme":"# Trafficker\n\n[![Python 3.6](https://img.shields.io/badge/Python-3.6-blue.svg)](http://www.python.org/download/)\n\nA tool used to send arbitrary packet or parse pcap packet.\n\n## Installation\n\n\u003e only support Linux momentarily\n\n```shell\ngit clone https://github.com/LyleMi/Trafficker.git\npython setup.py install\n```\n\n## Feature\n\n### Suppoerted Protocol\n\n* arp\n* dns\n* icmp\n* igmp\n* ip\n* pop\n* smtp\n* tcp\n* udp\n* vlan\n\n### Usage\n\n```python\nfrom Trafficker.packets.pcap import Pcap\np = Pcap(\"./pcaps/test.pcap\")\nfor packetNumber, p in p.parse():\n    print(packetNumber, p, p.json())\n```\n\nor\n\n```python\nfrom Trafficker.packets.pcap import Pcap\nfrom Trafficker.handlers.tcp import tcpHandler\np = Pcap(\"./pcaps/test.pcap\")\npcap.parseWithCallback([tcpHandler])\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLyleMi%2FTrafficker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLyleMi%2FTrafficker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLyleMi%2FTrafficker/lists"}