This website requires JavaScript.
Explore
Help
Register
Sign In
abc
/
lwip
Watch
1
Star
0
Fork
0
You've already forked lwip
mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced
2025-08-04 05:24:37 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
lwip
/
src
/
core
/
snmp
History
Freddie Chopin
08b56e8180
SNMP: mib-2.system.sysObjectID is read-only, so make the object "static const" and modify just the pointer; snmp_get_sysobjid_ptr() and snmp_set_sysobjid() take a pointer to "const" object now
...
Signed-off-by: Freddie Chopin <freddie.chopin@gmail.com>
2014-02-20 21:24:23 +01:00
..
asn1_dec.c
Added missing casts (bug
#28659
)
2010-01-28 12:05:14 +00:00
asn1_enc.c
Removed invalid assert (always true)
2010-02-10 07:58:21 +00:00
mib2.c
SNMP: mib-2.system.sysObjectID is read-only, so make the object "static const" and modify just the pointer; snmp_get_sysobjid_ptr() and snmp_set_sysobjid() take a pointer to "const" object now
2014-02-20 21:24:23 +01:00
mib_structs.c
patch
#7145
: Various typos in SNMP files
2010-04-14 19:13:35 +00:00
msg_in.c
Patch by Stéphane Lesage:
2012-02-16 08:01:54 +01:00
msg_out.c
fixed bug
#36840
snmp_send_trap() NULL de-reference if traps configured but no interfaces available
2012-08-13 21:38:30 +02:00