{ "info": { "author": "CORE Security", "author_email": "oss@coresecurity.com", "bugtrack_url": null, "classifiers": [], "description": "This file is an extract from the the online documentation at\nhttps://www.coresecurity.com/corelabs-research/open-source-tools/pcapy\n\n\nWhat is Pcapy?\n==============\n\nPcapy is a Python extension module that enables software written in\nPython to access the routines from the pcap packet capture library.\n\nFrom libpcap's documentation: \"Libpcap is a system-independent\ninterface for user-level packet capture. Libpcap provides a portable\nframework for low-level network monitoring. Applications include\nnetwork statistics collection, security monitoring, network debugging,\netc.\"\n\nWhat makes pcapy different from the others?\n-------------------------------------------\n\n * works with Python threads.\n * works both in UNIX with libpcap and Windows with WinPcap.\n * provides a simpler Object Oriented API.\n\n\nGetting Pcapy\n=============\n\nCurrent and past releases are available from\nhttps://www.coresecurity.com/corelabs-research/open-source-tools/pcapy\n\n\nSetup\n=====\n\nQuick start\n-----------\n\nGrab the latest stable release, unpack it and run 'python setup.py\ninstall' from the directory where you placed it. Isn't that easy?\n\n\nRequirements\n------------\n\n * A Python interpreter. Versions 2.1.3 and newer are known to work.\n * A C++ compiler. GCC G++ 2.95, as well as Microsoft Visual Studio\n 6.0, are known to work.\n * Libpcap 0.7.2 or newer. Windows user are best to check WinPcap 3.0\n or newer.\n * A recent release of Pcapy.\n\nCompiling the source and installing\n-----------------------------------\n\nAs this extension is written in C++ it needs to be compiled for the\nhost system before it can be accessed from Python. Fortunately this\nprocess has been made easy by the setup.py script. In order to compile\nand install the source execute the following command from the\ndirectory where the pcapy's distribution has been unpacked: 'python\nsetup.py install'. This will install the extension into the default\nPython's modules path; note that you might need special permissions to\nwrite there. For more information on what commands and options are\navailable from setup.py, run 'python setup.py --help-commands'.\n\nThis extension has been tested under Linux and Windows systems\nand is known to work there, but it ought to work out-of-the-box on any\nsystem where Python and libpcap are available.\n\n\nLicensing\n=========\n\nThis software is provided under under a slightly modified version of\nthe Apache Software License. See the accompanying LICENSE file for\nmore information.\n\n\nContact Us\n==========\n\nWhether you want to report a bug, send a patch or give some\nsuggestions on this package, drop us a few lines at\noss@coresecurity.com.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/CoreSecurity/pcapy", "keywords": "", "license": "Apache modified", "maintainer": "CORE Security", "maintainer_email": "oss@coresecurity.com", "name": "pcapy", "package_url": "https://pypi.org/project/pcapy/", "platform": "Unix", "project_url": "https://pypi.org/project/pcapy/", "project_urls": { "Homepage": "https://github.com/CoreSecurity/pcapy" }, "release_url": "https://pypi.org/project/pcapy/0.11.4/", "requires_dist": null, "requires_python": "", "summary": "Python pcap extension", "version": "0.11.4" }, "last_serial": 3971058, "releases": { "0.10.10": [ { "comment_text": "", "digests": { "md5": "e7319d07553bd417e3e3a9b7c07c5f26", "sha256": "06f0261b8f34e9ac617ab8923a10e3327009fb0ed6b8b4f08eda6acb829d8be6" }, "downloads": -1, "filename": "pcapy-0.10.10.tgz", "has_sig": false, "md5_digest": "e7319d07553bd417e3e3a9b7c07c5f26", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 93492, "upload_time": "2016-02-22T14:26:43", "url": "https://files.pythonhosted.org/packages/31/93/110394c5b490e83e278e70a435bbfd87c92767bd7a999327bc398344ffd3/pcapy-0.10.10.tgz" } ], "0.10.2": [], "0.10.3": [], "0.10.8": [ { "comment_text": "", "digests": { "md5": "0223adaa81726e5a4699a93bfaf0c8de", "sha256": "b0a3b97e84489f4f0cac82a8cdb2ccdbbd5279dc0b55d3ef4866f7df3e7d4bd3" }, "downloads": -1, "filename": "pcapy-0.10.8.tar.gz", "has_sig": false, "md5_digest": "0223adaa81726e5a4699a93bfaf0c8de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26134, "upload_time": "2015-02-18T15:21:44", "url": "https://files.pythonhosted.org/packages/9c/8a/a177d39a20427d741b4e0c7bd163bc8bf1a4e0f17bc8ba0fb88865c4a1b1/pcapy-0.10.8.tar.gz" } ], "0.10.9": [ { "comment_text": "", "digests": { "md5": "b91b423b0efbcffbe516d369f5d77ada", "sha256": "4c2294361327d0d95ba8212dac067682f7703f1a7543730c44853cb10b76dbb6" }, "downloads": -1, "filename": "pcapy-0.10.9.tar.gz", "has_sig": false, "md5_digest": "b91b423b0efbcffbe516d369f5d77ada", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26148, "upload_time": "2015-07-27T17:44:57", "url": "https://files.pythonhosted.org/packages/b3/32/a8d8530a349becf7d15d19cca55f543943fcfaa5b79926ce9b9a7c0f924f/pcapy-0.10.9.tar.gz" } ], "0.11.1": [ { "comment_text": "", "digests": { "md5": "24f8f339f1f1b00b2b43fe3c6910cbc1", "sha256": "301281bc275bbf953031d13d221e4063208273335c05af500f8637d7d1046bc9" }, "downloads": -1, "filename": "pcapy-0.11.1.tar.gz", "has_sig": false, "md5_digest": "24f8f339f1f1b00b2b43fe3c6910cbc1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29893, "upload_time": "2017-01-16T19:02:54", "url": "https://files.pythonhosted.org/packages/7f/12/626c6c1ee949b6d447f887a65388aa83faec6feb247e1bdf2478139a6078/pcapy-0.11.1.tar.gz" } ], "0.11.2": [ { "comment_text": "", "digests": { "md5": "0593b8fb1adc3519c7a99807ff43176e", "sha256": "03c3cd046f42640b2868bf5fd23a7586b900cb002101a2e89ce0abbb6115859d" }, "downloads": -1, "filename": "pcapy-0.11.2.tar.gz", "has_sig": false, "md5_digest": "0593b8fb1adc3519c7a99807ff43176e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27037, "upload_time": "2018-03-29T22:26:45", "url": "https://files.pythonhosted.org/packages/44/e1/667c08be48099e25cffecf1ba4f8edcb91850ca9b35dbb01f053f79d2411/pcapy-0.11.2.tar.gz" } ], "0.11.3": [ { "comment_text": "", "digests": { "md5": "f7fe2def68163fb062c3055eb810332a", "sha256": "70a87319f692771394837c53f88c30d71d6ad42146ac0f7b648b43e33b58c456" }, "downloads": -1, "filename": "pcapy-0.11.3.tar.gz", "has_sig": false, "md5_digest": "f7fe2def68163fb062c3055eb810332a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33503, "upload_time": "2018-03-31T15:03:48", "url": "https://files.pythonhosted.org/packages/1a/15/cf43f5ed35e463013d9d4eba9a8cc4de21b2a9788a1ebb19bca8e316b05a/pcapy-0.11.3.tar.gz" } ], "0.11.4": [ { "comment_text": "", "digests": { "md5": "c9d388a061fc25f0a4929da63db0f7bf", "sha256": "aa239913678d7ba116e66057a37f914de7726aecd11d00db470127df115c4e78" }, "downloads": -1, "filename": "pcapy-0.11.4.tar.gz", "has_sig": false, "md5_digest": "c9d388a061fc25f0a4929da63db0f7bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37045, "upload_time": "2018-06-17T13:29:02", "url": "https://files.pythonhosted.org/packages/b0/68/b49e008f9e2b5ab727fb4b820c2e7d0914bd8dacb3c2d668a36b6e5d8991/pcapy-0.11.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c9d388a061fc25f0a4929da63db0f7bf", "sha256": "aa239913678d7ba116e66057a37f914de7726aecd11d00db470127df115c4e78" }, "downloads": -1, "filename": "pcapy-0.11.4.tar.gz", "has_sig": false, "md5_digest": "c9d388a061fc25f0a4929da63db0f7bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37045, "upload_time": "2018-06-17T13:29:02", "url": "https://files.pythonhosted.org/packages/b0/68/b49e008f9e2b5ab727fb4b820c2e7d0914bd8dacb3c2d668a36b6e5d8991/pcapy-0.11.4.tar.gz" } ] }