unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Manolis Ragkousis <manolis837@gmail.com>
To: 53006@debbugs.gnu.org
Subject: [bug#53006] [PATCH] gnu: networking: Add arp-scan
Date: Tue, 4 Jan 2022 17:27:18 +0200	[thread overview]
Message-ID: <CAFtzXzM1=T-qSLaX+fY7FpLb40Cw5136+qz7ZU=WodiG=OQVRQ@mail.gmail.com> (raw)
In-Reply-To: <20220104152609.4928-1-manolis837@gmail.com>

Everyone, sorry this is the wrong patch. I sent the previous version
by mistake. Will send the correct one shortly. Ignore this.

On Tue, 4 Jan 2022 at 17:26, <manolis837@gmail.com> wrote:
>
> From: Manolis Ragkousis <manolis837@gmail.com>
>
> * gnu/packages/networking.scm (arp-scan): New variable.
> ---
>  gnu/packages/networking.scm | 21 +++++++++++++++++++++
>  1 file changed, 21 insertions(+)
>
> diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
> index cc9cc61164..7bcd513e41 100644
> --- a/gnu/packages/networking.scm
> +++ b/gnu/packages/networking.scm
> @@ -4143,3 +4143,24 @@ (define-public putty
>  implementations.")
>      (home-page "https://www.chiark.greenend.org.uk/~sgtatham/putty/")
>      (license license:expat)))
> +
> +(define-public arp-scan
> +  (package
> +    (name "arp-scan")
> +    (version "1.9")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       ;; https://github.com/royhills/arp-scan/releases/download/1.9/arp-scan-1.9.tar.gz
> +       (uri (string-append "https://github.com/royhills/arp-scan/"
> +                           "releases/download/" version "/"
> +                           name "-" version ".tar.gz"))
> +       (sha256
> +        (base32 "14nqjzbmnlx2nac7lwa93y5m5iqk3layakyxyvfmvs283k3qm46f"))))
> +    (build-system gnu-build-system)
> +    (inputs
> +     `(("libpcap" ,libpcap)))
> +    (home-page "https://github.com/royhills/arp-scan")
> +    (synopsis "Dscover and fingerprint IP hosts on the local network using ARP")
> +    (description "A tool that uses ARP to discover and fingerprint IP hosts on the local network")
> +    (license license:gpl3)))
> --
> 2.33.1
>




  reply	other threads:[~2022-01-04 15:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-04 15:26 [bug#53006] [PATCH] gnu: networking: Add arp-scan manolis837
2022-01-04 15:27 ` Manolis Ragkousis [this message]
2022-01-04 15:32   ` Manolis Ragkousis
2022-01-04 15:40     ` bug#53006: " Manolis Ragkousis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAFtzXzM1=T-qSLaX+fY7FpLb40Cw5136+qz7ZU=WodiG=OQVRQ@mail.gmail.com' \
    --to=manolis837@gmail.com \
    --cc=53006@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).