{"id":19322690,"url":"https://github.com/picatz/pcapz","last_synced_at":"2025-04-22T19:31:47.894Z","repository":{"id":56887662,"uuid":"127999929","full_name":"picatz/pcapz","owner":"picatz","description":"⚡️Pure ruby network capture API","archived":true,"fork":false,"pushed_at":"2020-10-10T20:06:52.000Z","size":29,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T13:41:50.813Z","etag":null,"topics":["bsd","linux","packet-capture","ruby"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/picatz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-04T03:09:27.000Z","updated_at":"2024-08-25T20:42:12.000Z","dependencies_parsed_at":"2022-08-21T00:50:46.245Z","dependency_job_id":null,"html_url":"https://github.com/picatz/pcapz","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picatz%2Fpcapz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picatz%2Fpcapz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picatz%2Fpcapz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picatz%2Fpcapz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/picatz","download_url":"https://codeload.github.com/picatz/pcapz/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250308435,"owners_count":21409269,"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":["bsd","linux","packet-capture","ruby"],"created_at":"2024-11-10T01:42:08.008Z","updated_at":"2025-04-22T19:31:47.529Z","avatar_url":"https://github.com/picatz.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pcapz\n\u003e Pure ruby network capture API\n\n## Installation\n\n    $ gem install pcapz\n\n## Usage\n\n```ruby\nrequire \"pcapz\"\n\n# start packet capture\ncap = Pcapz.capture.new\n\n# CTRL+C Exit\ntrap \"SIGINT\" do\n  cap.stop!\nend\n\ncap.packets do |packet|\n  # do something with packet\n  puts packet.size\nend\n```\n\n## Supported Platforms\n\nCurrently this has only been implemented/tested on macOS and Linux.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpicatz%2Fpcapz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpicatz%2Fpcapz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpicatz%2Fpcapz/lists"}