notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
dshell Extensible network forensic analysis framework
3.2.2 net on this many watch lists=5 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.2.2Version of this port present on the latest quarterly branch.
Maintainer: nobutaka@FreeBSD.org search for ports maintained by this maintainer
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, nginx, collectd5, py39-iocage, poudriere
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
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

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>)
  • py39: py39-dshell
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):
py39-dshell
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.2.23.2.2-3.2.23.2.2---
FreeBSD:13:quarterly3.2.23.2.23.2.23.2.23.2.2-3.2.23.2.2
FreeBSD:14:latest3.2.23.2.23.2.1.b.202106103.2.23.2.23.2.2-3.2.2
FreeBSD:14:quarterly3.2.23.2.2-3.2.23.2.2-3.2.23.2.2
FreeBSD:15:latest3.2.23.2.2n/a3.2.2n/a-3.2.2-
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. bash : shells/bash
  2. py39-tabulate>0 : devel/py-tabulate@py39
  3. py39-GeoIP2>0 : net/py-GeoIP2@py39
  4. py39-netifaces>0 : net/py-netifaces@py39
  5. py39-pcapy-ng>0 : net/py-pcapy-ng@py39
  6. py39-pypacker>0 : net/py-pypacker@py39
  7. py39-openssl>0 : security/py-openssl@py39
  8. py39-elasticsearch>0 : textproc/py-elasticsearch@py39
  9. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  10. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. bash : shells/bash
  2. py39-tabulate>0 : devel/py-tabulate@py39
  3. py39-GeoIP2>0 : net/py-GeoIP2@py39
  4. py39-netifaces>0 : net/py-netifaces@py39
  5. py39-pcapy-ng>0 : net/py-pcapy-ng@py39
  6. py39-pypacker>0 : net/py-pypacker@py39
  7. py39-openssl>0 : security/py-openssl@py39
  8. py39-elasticsearch>0 : textproc/py-elasticsearch@py39
  9. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  10. 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/USArmyResearchLab/Dshell/tar.gz/v3.2.2?dummy=/
Collapse this list.
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2023-03-11
    Affects: users of net/dshell
    Author: nobutaka@FreeBSD.org
    Reason: 
      net/dshell now depends on net/py-pcapy-ng instead of net/py-pcapy.
      Because net/py-pcapy-ng conflicts with net/py-pcapy, please uninstall
      py39-pcapy with the following command before upgrading:
      # pkg delete -f py39-pcapy
    
    

Number of commits found: 26

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.2.2
24 May 2023 16:34:10
commit hash: 0619748960cb07bc181ffe4addf08bc47c4b79eccommit hash: 0619748960cb07bc181ffe4addf08bc47c4b79eccommit hash: 0619748960cb07bc181ffe4addf08bc47c4b79eccommit hash: 0619748960cb07bc181ffe4addf08bc47c4b79ec files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
*: regular cleanup for GH_TAGNAME bad usage
3.2.2
11 Mar 2023 12:25:10
commit hash: dfe43944bc57c37209628fa2394b980a098657bccommit hash: dfe43944bc57c37209628fa2394b980a098657bccommit hash: dfe43944bc57c37209628fa2394b980a098657bccommit hash: dfe43944bc57c37209628fa2394b980a098657bc files touched by this commit
MANTANI Nobutaka (nobutaka) search for other commits by this committer
net/dshell: Update to 3.2.2
3.2.1.b.20220317
14 Jan 2023 11:53:26
commit hash: 885e50f344100a4ee6c5829ef87effef378d4f70commit hash: 885e50f344100a4ee6c5829ef87effef378d4f70commit hash: 885e50f344100a4ee6c5829ef87effef378d4f70commit hash: 885e50f344100a4ee6c5829ef87effef378d4f70 files touched by this commit
MANTANI Nobutaka (nobutaka) search for other commits by this committer
net/dshell: Update to the snapshot on 2022-03-17
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
3.2.1.b.20210610
10 Oct 2021 14:11:06
commit hash: 9db74072eceebe4e0abad2e4f4f22c42cbaf63b1commit hash: 9db74072eceebe4e0abad2e4f4f22c42cbaf63b1commit hash: 9db74072eceebe4e0abad2e4f4f22c42cbaf63b1commit hash: 9db74072eceebe4e0abad2e4f4f22c42cbaf63b1 files touched by this commit
MANTANI Nobutaka (nobutaka) search for other commits by this committer
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
Revision:543380Original commit files touched by this commit
antoine search for other commits by this committer
Unbreak bulk -a
3.0.20200302
21 Mar 2020 12:01:01
Revision:528849Original commit files touched by this commit
nobutaka search for other commits by this committer
Update to the snapshot on 2020-03-02.
3.0.20190523
08 Mar 2020 17:01:47
Revision:528058Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate some ports using deprecated version of python

With hat:	portmgr
3.0.20190523
19 Feb 2020 17:59:36
Revision:526520Original commit files touched by this commit
antoine search for other commits by this committer
Clean up USES

With hat:	portmgr
3.0.20190523
21 Aug 2019 02:22:11
Revision:509485Original commit files touched by this commit
nobutaka search for other commits by this committer
- 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
Revision:508903Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:485117Original commit files touched by this commit
nobutaka search for other commits by this committer
- Update to the snapshot on 2018/09/14.
- Pet portlint.
3.0.20171116
15 Apr 2018 13:12:04
Revision:467391Original commit files touched by this commit
nobutaka search for other commits by this committer
Update to the snapshot on 2017/11/16.
3.0.20150220_1
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
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 View all of this commit message)
3.0.20150220_1
08 May 2017 09:51:33
Revision:440405Original commit files touched by this commit
miwi search for other commits by this committer
- Fix shebangs
- Bump PORTREVISION
3.0.20150220
21 Oct 2016 12:51:41
Revision:424411Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
${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
Revision:412348Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:395483Original commit files touched by this commit
amdmi3 search for other commits by this committer
- 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
Revision:385640Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:382248Original commit files touched by this commit
nobutaka search for other commits by this committer
Fix variable assignment of RUN_DEPENDS.

Pointed out by:		adamw
3.0.20150220
25 Mar 2015 15:25:04
Revision:382234Original commit files touched by this commit
nobutaka search for other commits by this committer
Fix dependencies to fix packaging error.
3.0.20150220
21 Mar 2015 02:13:07
Revision:381786Original commit files touched by this commit
nobutaka search for other commits by this committer
Change dependency on bash from RUN_DEPENDS to BUILD_DEPENDS to fix build error.
3.0.20150220
14 Mar 2015 04:22:38
Revision:381245Original commit files touched by this commit
nobutaka search for other commits by this committer
Fix package building error.
3.0.20150220
26 Feb 2015 15:43:11
Revision:380016Original commit files touched by this commit
nobutaka search for other commits by this committer
Remove useless @dirs.

Suggested by:  bapt
3.0.20150220
25 Feb 2015 14:35:08
Revision:379919Original commit files touched by this commit
nobutaka search for other commits by this committer
Add dshell, extensible network forensic analysis framework.

Number of commits found: 26