{
"info": {
"author": "Ente",
"author_email": "ducksource@duckpond.ch",
"bugtrack_url": null,
"classifiers": [],
"description": "pdml2flow-frame-inter-arrival-time |PyPI version|\n=================================================\n\n*Calculates frame inter arrival times*\n\n+-----------+--------------------------+-----------------------------+\n| Branch | Build | Coverage |\n+===========+==========================+=============================+\n| master | |Build Status master| | |Coverage Status master| |\n+-----------+--------------------------+-----------------------------+\n| develop | |Build Status develop| | |Coverage Status develop| |\n+-----------+--------------------------+-----------------------------+\n\nPrerequisites\n-------------\n\n- `python `__:\n- 3.4\n- 3.5\n- 3.5-dev\n- 3.6\n- 3.6-dev\n- 3.7-dev\n- nightly\n- `pip `__\n\nInstallation\n------------\n\n.. code:: shell\n\n $ sudo pip install pdml2flow-frame-inter-arrival-time\n\nUsage\n-----\n\n.. code:: shell\n\n usage: Calculate inter arrival times of frames in a flow or on an interface\n [-h] [--no_flow] [--frames]\n\n optional arguments:\n -h, --help show this help message and exit\n --no_flow Calculate inter arrival time to the previous frame on the\n interface, not in the flow [default: False]\n --frames Print the frames alongside the inter arrival time [default:\n False]\n\nExample\n-------\n\n- Print inter arrival times form ``dump.capture``:\n\n .. code:: sh\n\n $ tshark -r dump.capture -Tpdml | pdml2flow +frame-inter-arrival-time\n {\"inter_arrival_times\": [7.152557373046875e-07, 0.0, 0.1733696460723877], \"frames\": null}\n {\"inter_arrival_times\": [3.7670135498046875e-05, 2.3126602172851562e-05], \"frames\": null}\n {\"inter_arrival_times\": [0.16418147087097168, 0.0007672309875488281, 0.16009950637817383, 0.00016069412231445312, 0.0007240772247314453, 0.15914177894592285, 3.814697265625e-05, 5.245208740234375e-06], \"frames\": null}\n {\"inter_arrival_times\": [0.1608715057373047, 0.15995335578918457, 2.384185791015625e-07, 2.384185791015625e-07, 2.384185791015625e-07, 0.15888381004333496], \"frames\": null}\n {\"inter_arrival_times\": [0.16829872131347656, 0.0007762908935546875, 0.14913678169250488, 0.000125885009765625, 0.000736236572265625, 10.19379997253418], \"frames\": null}\n\n- Print inter arrival times with a different flow aggregation. For\n example by interface, if you captured from multiple interfaces:\n\n .. code:: sh\n\n $ tshark -r dump.capture -Tpdml | pdml2flow -f frame.interface_name +frame-inter-arrival-time\n {\"inter_arrival_times\": [7.152557373046875e-07, 0.0, 0.00018739700317382812, 3.7670135498046875e-05, 2.3126602172851562e-05, 0.008971691131591797, 0.16414976119995117, 4.76837158203125e-07, 3.123283386230469e-05, 0.0007672309875488281, 0.16007304191589355, 2.6464462280273438e-05, 0.00016069412231445312, 0.0007240772247314453, 0.1590421199798584, 2.384185791015625e-07, 2.384185791015625e-07, 2.384185791015625e-07, 9.894371032714844e-05, 3.814697265625e-05, 5.245208740234375e-06, 0.0006232261657714844, 0.15811824798583984, 0.010167837142944336, 1.2636184692382812e-05, 0.0007762908935546875, 0.14911913871765137, 1.7642974853515625e-05, 0.000125885009765625, 0.000736236572265625, 0.16014313697814941, 0.035120248794555664, 0.2039034366607666, 1.907348632, ... ] }\n\n- Print arrival times without flow aggregation:\n\n .. code:: sh\n\n $ tshark -r dump.capture -Tpdml | pdml2flow +frame-inter-arrival-time --no_flow\n 0.0\n 7.152557373046875e-07\n 0.0\n 0.00018739700317382812\n 3.7670135498046875e-05\n 2.3126602172851562e-05\n 0.008971691131591797\n 0.16414976119995117\n 4.76837158203125e-07\n 3.123283386230469e-05\n\n.. |PyPI version| image:: https://badge.fury.io/py/pdml2flow-frame-inter-arrival-time.svg\n :target: https://badge.fury.io/py/pdml2flow-frame-inter-arrival-time\n.. |Build Status master| image:: https://travis-ci.org/Enteee/pdml2flow-frame-inter-arrival-time.svg?branch=master\n :target: https://travis-ci.org/Enteee/pdml2flow-frame-inter-arrival-time\n.. |Coverage Status master| image:: https://coveralls.io/repos/github/Enteee/pdml2flow-frame-inter-arrival-time/badge.svg?branch=master\n :target: https://coveralls.io/github/Enteee/pdml2flow-frame-inter-arrival-time?branch=master\n.. |Build Status develop| image:: https://travis-ci.org/Enteee/pdml2flow-frame-inter-arrival-time.svg?branch=develop\n :target: https://travis-ci.org/Enteee/pdml2flow-frame-inter-arrival-time\n.. |Coverage Status develop| image:: https://coveralls.io/repos/github/Enteee/pdml2flow-frame-inter-arrival-time/badge.svg?branch=develop\n :target: https://coveralls.io/github/Enteee/pdml2flow-frame-inter-arrival-time?branch=develop",
"description_content_type": "",
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/Enteee/pdml2flow-frame-inter-arrival-time",
"keywords": "pdml2flow plugin",
"license": "Apache 2.0",
"maintainer": "",
"maintainer_email": "",
"name": "pdml2flow-frame-inter-arrival-time",
"package_url": "https://pypi.org/project/pdml2flow-frame-inter-arrival-time/",
"platform": "",
"project_url": "https://pypi.org/project/pdml2flow-frame-inter-arrival-time/",
"project_urls": {
"Homepage": "https://github.com/Enteee/pdml2flow-frame-inter-arrival-time"
},
"release_url": "https://pypi.org/project/pdml2flow-frame-inter-arrival-time/0.1/",
"requires_dist": null,
"requires_python": "",
"summary": "Calculate frame inter arrival times",
"version": "0.1"
},
"last_serial": 5225022,
"releases": {
"0.1": [
{
"comment_text": "",
"digests": {
"md5": "2fbb321f0717140497c3a5fca44abf7e",
"sha256": "48d6535922a5c1ac89b02bbb6be42628594f4c3d3f5d0fd039ae17571d695f91"
},
"downloads": -1,
"filename": "pdml2flow-frame-inter-arrival-time-0.1.tar.gz",
"has_sig": false,
"md5_digest": "2fbb321f0717140497c3a5fca44abf7e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8463,
"upload_time": "2019-05-04T08:28:13",
"url": "https://files.pythonhosted.org/packages/f1/af/578089294cb7a3eb2f4407ae299172bbc94fc853af298923b8350019b32f/pdml2flow-frame-inter-arrival-time-0.1.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "2fbb321f0717140497c3a5fca44abf7e",
"sha256": "48d6535922a5c1ac89b02bbb6be42628594f4c3d3f5d0fd039ae17571d695f91"
},
"downloads": -1,
"filename": "pdml2flow-frame-inter-arrival-time-0.1.tar.gz",
"has_sig": false,
"md5_digest": "2fbb321f0717140497c3a5fca44abf7e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8463,
"upload_time": "2019-05-04T08:28:13",
"url": "https://files.pythonhosted.org/packages/f1/af/578089294cb7a3eb2f4407ae299172bbc94fc853af298923b8350019b32f/pdml2flow-frame-inter-arrival-time-0.1.tar.gz"
}
]
}