Metadata-Version: 1.1
Name: IP-Link
Version: 0.3
Summary: The goal of IP-Link is to see the relationships between different IP from a network traffic capture.
Home-page: https://gitlab.com/cedric/ip-link
Author: Cédric Bonhomme
Author-email: cedric@cedricbonhomme.org
License: Python
Description: IP-Link
        =======
        
        Presentation
        ------------
        
        The goal of `IP-Link <https://gitlab.com/cedric/ip-link>`_
        is to see the relationships between different IP from network traffic capture,
        thus quickly for a given address with the IP that communicates the most.  
        IP-Link offers severall visualization methods.
        
        
        Installation
        ------------
        
        .. code-block:: bash
        
            $ sudo apt install libpcap0.8
            $ git clone https://gitlab.com/cedric/ip-link.git
            $ cd ip-link/
            $ pipenv install
            $ pipenv shell
        
        Python >= 3.6.
        
        
        Turorial and examples
        ---------------------
        
        The site of IP-Link provides a complete `tutorial <https://ip-link.readthedocs.io/en/latest/tutorial.html>`_.
        
        
        License
        -------
        
        This software is licensed under
        `GNU General Public License version 3 <https://www.gnu.org/licenses/gpl-3.0.html>`_
        
        Copyright (C) 2010-2018 `Cédric Bonhomme <https://www.cedricbonhomme.org>`_
        
        |
        
        Release History
        ===============
        
        0.3 (2018-09-30)
        ----------------
        
        - the majority of scripts are now working with Python 3;
        - pypacker is now used in order to parse pcap files;
        - the tutorial has been updated.
        
        
        0.2 (2012-02-05)
        ----------------
        
        - This version introduces the generation of Bézier curves;
        - It is now possible to see the relations between IP and ports;
        - The tutorial has been updated.
        
        
        0.1 (2010-03-18)
        ----------------
        
        - First official release of IP-Link.
        
        
Platform: Linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Security
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
