Package Details: sendip 2.5-7

Git Clone URL: https://aur.archlinux.org/sendip.git (read-only, click to copy)
Package Base: sendip
Description: A commandline tool to allow sending arbitrary IP packets
Upstream URL: https://www-x.antd.nist.gov/ipv6/sendip.html
Licenses: GPL
Submitter: goodmen
Maintainer: jleclanche
Last Packager: freswa
Votes: 8
Popularity: 0.000000
First Submitted: 2009-02-13 08:37 (UTC)
Last Updated: 2020-05-17 03:08 (UTC)

Latest Comments

1 2 Next › Last »

cgarz commented on 2018-04-11 00:58 (UTC)

goodmen: I had no idea about nping. I even had nmap installed already lol. It does indeed look better. Not needing sudo or a sudoers entry is a huge improvement. I'll be modifying my wifi light control script with this immediately. Thanks a bunch for the suggestion.

goodmen commented on 2018-04-10 05:24 (UTC)

cgarz: why not turn to use nping in extra/nmap ?

That is the reason why i drop sendip.

cgarz commented on 2018-04-10 02:31 (UTC) (edited on 2018-04-10 02:31 (UTC) by cgarz)

Got an error when downloading with trizen. wget clarified the issue:

ERROR: The certificate of ‘www-x.antd.nist.gov’ is not trusted.

ERROR: The certificate of ‘www-x.antd.nist.gov’ hasn't got a known issuer.

Temp fixed for current version by running this before installing:

wget --no-check-certificate https://www-x.antd.nist.gov/ipv6/sendip/sendip-2.5-mec-3a2.tar.gz -P /tmp/trizen-$USER/sendip

freswa commented on 2018-02-22 15:55 (UTC)

I did. So stupid. With way more C experience now, I changed the patch for a minimal invasive version. Thanks for pointing me to that.

qwerty123 commented on 2018-02-22 13:18 (UTC) (edited on 2018-02-22 13:28 (UTC) by qwerty123)

frederik, didn't you changed the whole logic of parameter parsing? For me it looks like with your patch do_opt will stuck in infinite loop (*(--q)='\0'; is not part of while(...) loop in original code as we need to change ':' to '\0' after we found it).

I think, patch should be something like that: https://github.com/semverchenko/sendip-PKGBUILD/commit/56fbcf5533b541d0d65690c1c2f2d5d64118be1f (+added include to fix mec/protoname.c:81:6: error: implicit declaration of function 'isdigit' [-Werror=implicit-function-declaration])

freswa commented on 2017-04-06 13:45 (UTC)

fixed, thx!

mschmitt commented on 2017-04-06 10:25 (UTC)

When trying to build the current version (2015-06-08 17:43) of the package, it fails with the following error: ---------- rip.c:64:3: error: this ‘while’ clause does not guard... [-Werror=misleading-indentation] while(*(q++)!=':') /* do nothing */; *(--q)='\0'; ^~~~~ rip.c:64:40: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘while’ while(*(q++)!=':') /* do nothing */; *(--q)='\0'; ---------- To fix this, line 64 in rip.c needs to be reformatted, and similarly line 80 in ripng.c.

sjakub commented on 2014-10-14 16:46 (UTC)

This does not build anymore. It requires this line in prepare() to build: sed -i 's|_BSD_SOURCE|_DEFAULT_SOURCE|' csum.c

goodmen commented on 2013-11-05 00:09 (UTC)

drevilt: no problem! Thanks!!

nagy commented on 2013-11-04 21:23 (UTC)

i would like to take over this package if you like.