Rodrigo Osorio e0ddc97997 Update portinuse code to reflect changes made in FreeBSD 12.0
Structures xtcpcb and xinpcb returned by the kernel
hide now part of its members after r315662. The fix
was inspired by changes made in usr.bin/systat/netstat.c
tool.
2019-03-07 17:22:36 +01:00
..
2018-03-14 00:09:42 +01:00
2016-11-11 09:42:22 -05:00
2018-03-14 00:09:42 +01:00
2018-07-06 14:16:49 +02:00
2016-11-11 09:42:22 -05:00
2018-07-06 13:31:44 +02:00
2017-11-02 16:52:07 +01:00
2019-02-10 16:11:16 +01:00
2015-07-15 18:11:27 +02:00
2018-04-20 17:19:52 +02:00
2018-07-06 13:20:30 +02:00
2018-07-06 14:16:49 +02:00
2019-02-10 16:11:16 +01:00
2017-05-25 00:53:55 +02:00
2016-11-11 09:42:22 -05:00
2019-02-10 16:11:16 +01:00
2019-01-18 16:21:25 +08:00
2018-12-06 00:11:21 +01:00
2018-02-22 14:02:52 +01:00
2019-01-23 09:25:10 +01:00
2012-02-03 13:18:30 +01:00
2017-12-11 14:59:29 +01:00
2019-02-10 16:10:07 +01:00
2018-07-06 14:16:49 +02:00
2018-07-06 14:16:49 +02:00
2015-09-22 10:24:47 +02:00
2016-01-04 12:13:00 +08:00
2013-12-13 17:01:41 +01:00
2019-02-10 16:11:16 +01:00
2012-05-31 15:22:52 +02:00
2018-07-06 14:16:49 +02:00
2016-02-12 15:02:06 +01:00
2017-11-02 16:52:07 +01:00
2018-07-06 14:16:49 +02:00
2018-07-06 14:16:49 +02:00
2015-12-16 11:26:40 +01:00
2018-03-13 11:53:33 +01:00
2018-05-08 23:40:27 +02:00

MiniUPnP project
(c) 2006-2019 Thomas Bernard
webpage: http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/
github: https://github.com/miniupnp/miniupnp
freecode: http://freecode.com/projects/miniupnp
contact: miniupnp@free.fr

This directory contain the miniUPnP daemon software, aka miniUPnPd.
This software is subject to the conditions detailed in
the LICENSE file provided with this distribution.


The miniUPnP daemon is an UPnP IGD (internet gateway device)
which provide NAT traversal services to any UPnP enabled client on
the network.
See http://www.upnp.org/ for more details on UPnP.
During the year 2011, support for IGD v2 has been added.
In 2012, IGD v2 WANIPv6FirewallControl has been implemented.

IGD2 is still not enabled by default because of interoperability
issues.

In addition to UPnP IGD, miniUPnPd supports NAT-PMP and PCP :

See information about NAT Port Mapping Protocol (NAT-PMP) here :
http://miniupnp.free.fr/nat-pmp.html
NAT-PMP is the precursor of Port Control Protocol (PCP, RFC 6887).
In 2013, support for PCP has been added too.

Read the INSTALL file for instructions to compile, install and
configure miniupnpd on your system.

Report bugs to miniupnp@free.fr or on the web forum
https://miniupnp.tuxfamily.org/forum/
or using https://github.com/miniupnp/miniupnp/issues

Thomas Bernard