guessnet 0.58 source package in Ubuntu

Changelog

guessnet (0.58) unstable; urgency=medium

  * QA upload.
  * Fix FBTFS with GCC-11. Remove dynamic exception specs. (Closes: #984163)
  * debian/control: Add version (>= 1.1-3) to "libwibble-dev".

 -- Marcos Talau <email address hidden>  Sat, 07 Jan 2023 16:53:56 -0300

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
any
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe net
Lunar release universe net

Downloads

File Size SHA-256 Checksum
guessnet_0.58.dsc 1.6 KiB 9b490b9a971bc58c1b81c7c1edda066d1017dd2bc7c118643e61b6fbe762f8ec
guessnet_0.58.tar.xz 147.2 KiB 6c5ec1b2cacc7064e63a4cb8aab0bee89b8ab94ed7322e5bab8a8efad5135d7b

No changes file available.

Binary packages built by this source

guessnet: Guess which LAN a network device is connected to

 Guessnet is a non-aggressive network detection tool to use when moving
 a machine among networks which don't necessarily provide DHCP.
 .
 Guessnet takes in input a list of candidate network profiles,
 each of which includes a test description; then it runs all
 the tests in parallel and prints the name of the profile whose
 test was the first one to succeed.
 .
 Available tests are:
  * ARP probes to check for known hosts in the network
  * link beat check, to check if the interface is connected to anything
  * PPPOE check to see if there is a concentrator accessible via PPPOE
  * Checks provided by custom arbitrary scripts.
 .
 Guessnet can be used in either native mode or "ifupdown mode".
 In the latter case guessnet integrates nicely with ifupdown
 as a "mapping script".

guessnet-dbgsym: debug symbols for guessnet