add comments. see 0298b66365

This commit is contained in:
Thomas Bernard 2015-12-12 09:31:22 +01:00
parent 9f32a1de1d
commit a4a3e5a3f8
2 changed files with 15 additions and 13 deletions

View File

@ -1,7 +1,8 @@
$Id: Changelog.txt,v 1.408 2015/11/16 19:29:42 nanard Exp $ $Id: Changelog.txt,v 1.410 2015/12/12 08:19:42 nanard Exp $
2015/12/12: 2015/12/12:
add commandline option to genconfig.sh to set UPnP (UDA) version add commandline option to genconfig.sh to set UPnP (UDA) version
fix action arguments for DeviceProtection service
2015/11/16: 2015/11/16:
Fix bsd/getroute.c get_src_for_route_to() when args are NULL Fix bsd/getroute.c get_src_for_route_to() when args are NULL

View File

@ -1,4 +1,5 @@
/* $Id: upnpdescgen.c,v 1.77 2014/03/10 11:04:53 nanard Exp $ */ /* $Id: upnpdescgen.c,v 1.77 2014/03/10 11:04:53 nanard Exp $ */
/* vim: tabstop=4 shiftwidth=4 noexpandtab */
/* MiniUPnP project /* MiniUPnP project
* http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
* (c) 2006-2015 Thomas Bernard * (c) 2006-2015 Thomas Bernard
@ -109,18 +110,18 @@ static const int upnpallowedranges[] = {
static const char * magicargname[] = { static const char * magicargname[] = {
0, 0,
"StartPort", "StartPort", /* 1 */
"EndPort", "EndPort", /* 2 */
"RemoteHost", "RemoteHost", /* 3 */
"RemotePort", "RemotePort", /* 4 */
"InternalClient", "InternalClient", /* 5 */
"InternalPort", "InternalPort", /* 6 */
"IsWorking", "IsWorking", /* 7 */
"ProtocolType", "ProtocolType", /* 8 */
"InMessage", "InMessage", /* 9 */
"OutMessage", "OutMessage", /* 10 */
"ProtocolList", "ProtocolList", /* 11 */
"RoleList" "RoleList" /* 12 */
}; };
static const char xmlver[] = static const char xmlver[] =