Metadata-Version: 2.1
Name: flowcontainer
Version: 6.2
Summary: A python lib to parse traffic flow information from pcaps
Home-page: https://github.com/jmhIcoding/flowcontainer
Author: Minghao Jiang
Author-email: jiangminghao@iie.ac.cn
License: UNKNOWN
Description: 
        A python lib to parse traffic flow information from pcaps.
        
        Homepage : https://github.com/jmhIcoding/flowcontainer.
        
        Fix bugs:
        
        	 set the default filter string to be `tcp or udp or gre`.
        
        	 update help information for errors. 
        
        	 supports ipv6 parse. 
        
        	 fix separator bugs, replace separator from '+' to '`'  
        
        	 fix separator bugs, for http payload, the separator char would separate the payload wrongly.  
        
        	 support extract the extended protocol name, e.g. TLSv1, TLSv2, IPSEC etc. 
        
        	 fix http payload bugs. 
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
