|
From: | Manoj Kumar |
Subject: | [lwip-devel] [bug #43790] Sending octet string of Length >255 from agent. |
Date: | Mon, 22 Dec 2014 06:06:15 +0000 |
User-agent: | Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36 |
Follow-up Comment #1, bug #43790 (project lwip): I found a solution...!!! in the file srclwip-1.4.0srccoresnmpmsg_in.c , which processes the incoming messages is converting the length of string from u16_t to u8_t. It indicates the range has now deprecated to (0-255). So the problem. I changed the u8_t's which are restricting me from processing octet string of lenght > 255 to u16_t's. Now the LWIP Library is able to handle message of length > 255.. Thanks..!!! _______________________________________________________ Reply to this item at: <http://savannah.nongnu.org/bugs/?43790> _______________________________________________ Message sent via/by Savannah http://savannah.nongnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |