This repository was archived by the owner on Feb 28, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed
Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 11# APTDetector Changelog
22
3- Since February 11 , 2016 there have been 0 releases and 8 commits for
3+ Since February 07 , 2016 there have been 1 releases and 13 commits for
44
5- an average of zero 0 -commit release every 0 weeks.
5+ an average of one 13 -commit release every 1 weeks.
66
77## 0.1.3
88
99* [ BaseSniffer] [ basesniffer ] is now finished and capable of parsing a [ Pcap] [ Pcap ] file
1010* fixed doctests to pass travis ci
11+ * released the new newversion to pypy
1112
1213## 0.1.2
1314
@@ -42,4 +43,4 @@ Project Started.
4243[ CapTipper ] : http://captipper.readthedocs.org/en/latest/
4344[ pcap-parser ] : https://github.com/caoqianli/pcap-parser
4445[ URLSniffer ] : https://github.com/abzcoding/aptdetector/blob/master/aptdetector/network/sniffer.py
45- [ Pcap ] : https://en.wikipedia.org/wiki/Pcap
46+ [ Pcap ] : https://en.wikipedia.org/wiki/Pcap
Original file line number Diff line number Diff line change 77
88from setuptools import setup
99
10-
1110__author__ = 'Abouzar Parvan'
12- __version__ = '0.1'
11+ __version__ = '0.1.2 '
131214- __url__ = 'https://github.com/abzcoding/APTDetector '
13+ __url__ = 'https://github.com/abzcoding/aptdetector '
1514__license__ = 'BSD'
1615
17-
1816setup (name = 'aptdetector' ,
1917 version = __version__ ,
2018 description = "Advanced Persistent Threat Detection by Using Network Analysis." ,
3331 'Topic :: System :: Networking' ,
3432 'Development Status :: 1 - Planning' ,
3533 'Programming Language :: Python :: 3.4' ,
36- 'Programming Language :: Python :: 3.5' , ]
37- )
34+ 'Programming Language :: Python :: 3.5' ,
35+ ] )
You can’t perform that action at this time.
0 commit comments