{ "info": { "author": "Dug Song", "author_email": "dugsong@monkey.org", "bugtrack_url": null, "classifiers": [], "description": "\nPython pcap module\n------------------\n\nThis is a simplified object-oriented Python wrapper for libpcap -\nthe current tcpdump.org version, and the WinPcap port for Windows.\n\nexample use:\n\n>>> import pcap\n>>> for ts, pkt in pcap.pcap():\n... print ts, `pkt`\n... \n\nBuilding\n--------\n\nJust try 'make', and then 'make install'\n\nIf your libpcap installation is missing the pcap-int.h header, you\nwill need to build against a libpcap build directory. Modify the\nCONFIG_ARGS in the Makefile to point to the location of your built\nlibpcap distribution, and try again.\n\nSee INSTALL file for more detailed build instructions.\n\nSupport\n-------\n\nVisit http://code.google.com/p/pypcap for help!\n\n", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://monkey.org/~dugsong/pypcap/", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "pcap-fix", "package_url": "https://pypi.org/project/pcap-fix/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pcap-fix/", "project_urls": { "Homepage": "http://monkey.org/~dugsong/pypcap/" }, "release_url": "https://pypi.org/project/pcap-fix/1.1.1/", "requires_dist": null, "requires_python": null, "summary": "packet capture library", "version": "1.1.1" }, "last_serial": 796095, "releases": { "1.1.1": [ { "comment_text": "", "digests": { "md5": "c1a75986d84a2ebce338329800aa6317", "sha256": "b445ad84c6c1ddef1add881f35386e05f54ab2b514689ecad79df6eceed2f8c0" }, "downloads": -1, "filename": "pcap-fix-1.1.1.tar.gz", "has_sig": false, "md5_digest": "c1a75986d84a2ebce338329800aa6317", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18730, "upload_time": "2013-04-04T18:56:50", "url": "https://files.pythonhosted.org/packages/06/d8/eb0736d19ea241d3528f9ef6303b83925f78be52f7564287bec6bb50502d/pcap-fix-1.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c1a75986d84a2ebce338329800aa6317", "sha256": "b445ad84c6c1ddef1add881f35386e05f54ab2b514689ecad79df6eceed2f8c0" }, "downloads": -1, "filename": "pcap-fix-1.1.1.tar.gz", "has_sig": false, "md5_digest": "c1a75986d84a2ebce338329800aa6317", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18730, "upload_time": "2013-04-04T18:56:50", "url": "https://files.pythonhosted.org/packages/06/d8/eb0736d19ea241d3528f9ef6303b83925f78be52f7564287bec6bb50502d/pcap-fix-1.1.1.tar.gz" } ] }