fix comment about parseMSEARCHReply()
This commit is contained in:
parent
aaa0ed8c86
commit
e7d99e6b65
|
@ -3,7 +3,7 @@
|
||||||
* Project : miniupnp
|
* Project : miniupnp
|
||||||
* Web : http://miniupnp.free.fr/
|
* Web : http://miniupnp.free.fr/
|
||||||
* Author : Thomas BERNARD
|
* Author : Thomas BERNARD
|
||||||
* copyright (c) 2005-2018 Thomas Bernard
|
* copyright (c) 2005-2019 Thomas Bernard
|
||||||
* This software is subjet to the conditions detailed in the
|
* This software is subjet to the conditions detailed in the
|
||||||
* provided LICENCE file. */
|
* provided LICENCE file. */
|
||||||
/*#include <syslog.h>*/
|
/*#include <syslog.h>*/
|
||||||
|
@ -381,6 +381,7 @@ free_tmp_and_return:
|
||||||
* the last 4 arguments are filled during the parsing :
|
* the last 4 arguments are filled during the parsing :
|
||||||
* - location/locationsize : "location:" field of the SSDP reply packet
|
* - location/locationsize : "location:" field of the SSDP reply packet
|
||||||
* - st/stsize : "st:" field of the SSDP reply packet.
|
* - st/stsize : "st:" field of the SSDP reply packet.
|
||||||
|
* - usn/usnsize : "usn:" filed of the SSDP reply packet
|
||||||
* The strings are NOT null terminated */
|
* The strings are NOT null terminated */
|
||||||
static void
|
static void
|
||||||
parseMSEARCHReply(const char * reply, int size,
|
parseMSEARCHReply(const char * reply, int size,
|
||||||
|
|
Loading…
Reference in New Issue