Metadata-Version: 2.1
Name: disspcap
Version: 1.0.1
Summary: Pcap parsing library.
Home-page: https://github.com/danieluhricek/disspcap
Author: Daniel Uhricek
Author-email: daniel.uhricek@gypri.cz
License: UNKNOWN
Description: ====================================
        Disspcap - pcap dissector
        ====================================
        
        `Disspcap <https://github.com/danieluhricek/disspcap>`_ is a minimalist library for packet examination implemented in C++ and with available binding to Python. 
        Attempting to be *simple* and *fast*. Disspcap provides simple alternative to robust
        pcap-related libraries and frameworks.
        
        
        Python package
        **************
        
        .. code:: bash
        
            $ pip install disspcap
        
        
        Docs
        ****
        `<https://disspcap.readthedocs.io>`_
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: C++
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Networking
Classifier: Topic :: System :: Networking :: Monitoring
Description-Content-Type: text/x-rst
