Port details |
- dshell Extensible network forensic analysis framework
- 3.2.2 net =7 3.2.2Version of this port present on the latest quarterly branch.
- Maintainer: nobutaka@FreeBSD.org
- Port Added: 2015-02-25 14:35:21
- Last Update: 2023-05-24 16:34:10
- Commit Hash: 0619748
- People watching this port, also watch:: suricata, poudriere, node, collectd5, nginx
- License: MIT
- WWW:
- https://github.com/USArmyResearchLab/Dshell
- Description:
- DShell is an extensible network forensic analysis framework.
Enables rapid development of plugins to support the dissection of
network packet captures.
Key features:
- Deep packet analysis using specialized plugins
- Robust stream reassembly
- IPv4 and IPv6 support
- Custom output handlers
- Chainable plugins
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}dshell>0:net/dshell@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net/dshell/ && make install clean
- To add the package, run one of these commands:
- pkg install net/dshell
- pkg install py39-dshell
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-dshell listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-dshell
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1678529542
SHA256 (USArmyResearchLab-Dshell-v3.2.2_GH0.tar.gz) = 8aae3f679640356c450ab57d9e14e483af10a38f43f20c702962d92712844d6a
SIZE (USArmyResearchLab-Dshell-v3.2.2_GH0.tar.gz) = 190315
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bash : shells/bash
- py39-tabulate>0 : devel/py-tabulate@py39
- py39-GeoIP2>0 : net/py-GeoIP2@py39
- py39-netifaces>0 : net/py-netifaces@py39
- py39-pcapy-ng>0 : net/py-pcapy-ng@py39
- py39-pypacker>0 : net/py-pypacker@py39
- py39-openssl>0 : security/py-openssl@py39
- py39-elasticsearch>0 : textproc/py-elasticsearch@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- bash : shells/bash
- py39-tabulate>0 : devel/py-tabulate@py39
- py39-GeoIP2>0 : net/py-GeoIP2@py39
- py39-netifaces>0 : net/py-netifaces@py39
- py39-pcapy-ng>0 : net/py-pcapy-ng@py39
- py39-pypacker>0 : net/py-pypacker@py39
- py39-openssl>0 : security/py-openssl@py39
- py39-elasticsearch>0 : textproc/py-elasticsearch@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_dshell
- USES:
- python
- pkg-message:
- For install:
- To use the GeoIP Databases from DShell, please download
GeoLite2-ASN_[date].tar.gz, GeoLite2-City_[date].tar.gz, and
GeoLite2-Country_[date].tar.gz from the following URL and place
GeoLite2-ASN.mmdb, GeoLite2-City.mmdb, and GeoLite2-Country.mmdb
into /usr/local/lib/python3.9/site-packages/dshell/data/GeoIP .
https://dev.maxmind.com/geoip/geolite2-free-geolocation-data
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.2.2 24 May 2023 16:34:10 |
Mathieu Arnold (mat) |
*: regular cleanup for GH_TAGNAME bad usage |
3.2.2 11 Mar 2023 12:25:10 |
MANTANI Nobutaka (nobutaka) |
net/dshell: Update to 3.2.2 |
3.2.1.b.20220317 14 Jan 2023 11:53:26 |
MANTANI Nobutaka (nobutaka) |
net/dshell: Update to the snapshot on 2022-03-17 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.2.1.b.20210610 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.2.1.b.20210610 10 Oct 2021 14:11:06 |
MANTANI Nobutaka (nobutaka) |
net/dshell: Resurrect port and update to the snapshot on 2021-06-10.
This port was previously removed due to lack of Python 3 support.
Current version supports Python 3. |
3.0.20200302 24 Jul 2020 21:07:23 |
antoine |
Unbreak bulk -a |
3.0.20200302 21 Mar 2020 12:01:01 |
nobutaka |
Update to the snapshot on 2020-03-02. |
3.0.20190523 08 Mar 2020 17:01:47 |
antoine |
Deprecate some ports using deprecated version of python
With hat: portmgr |
3.0.20190523 19 Feb 2020 17:59:36 |
antoine |
Clean up USES
With hat: portmgr |
3.0.20190523 21 Aug 2019 02:22:11 |
nobutaka |
- Update to the latest snapshot on 2019-05-23.
- Switch to use the GeoLite2 database.
- Switch to use py-pycryptodome. |
3.0.20180914 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
3.0.20180914 17 Nov 2018 06:29:59 |
nobutaka |
- Update to the snapshot on 2018/09/14.
- Pet portlint. |
3.0.20171116 15 Apr 2018 13:12:04 |
nobutaka |
Update to the snapshot on 2017/11/16. |
3.0.20150220_1 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
3.0.20150220_1 08 May 2017 09:51:33 |
miwi |
- Fix shebangs
- Bump PORTREVISION |
3.0.20150220 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
3.0.20150220 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
3.0.20150220 28 Aug 2015 13:39:57 |
amdmi3 |
- Switch to options helpers
- While here, add some NO_ARCHes and couple missing PORT_OPTIONS=DOCS
Approved by: portmgr blanket |
3.0.20150220 07 May 2015 17:26:06 |
mat |
Update ports in the n* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
3.0.20150220 25 Mar 2015 16:10:05 |
nobutaka |
Fix variable assignment of RUN_DEPENDS.
Pointed out by: adamw |
3.0.20150220 25 Mar 2015 15:25:04 |
nobutaka |
Fix dependencies to fix packaging error. |
3.0.20150220 21 Mar 2015 02:13:07 |
nobutaka |
Change dependency on bash from RUN_DEPENDS to BUILD_DEPENDS to fix build error. |
3.0.20150220 14 Mar 2015 04:22:38 |
nobutaka |
Fix package building error. |
3.0.20150220 26 Feb 2015 15:43:11 |
nobutaka |
Remove useless @dirs.
Suggested by: bapt |
3.0.20150220 25 Feb 2015 14:35:08 |
nobutaka |
Add dshell, extensible network forensic analysis framework. |