goldsimon
|
b82bca7c99
|
fixed bug #36840 snmp_send_trap() NULL de-reference if traps configured but no interfaces available
|
2012-08-13 21:38:30 +02:00 |
|
goldsimon
|
d0d650aa67
|
Patch by Stéphane Lesage:
fixed bug #35536 SNMP: error too big response is malformed
|
2012-02-16 08:01:54 +01:00 |
|
goldsimon
|
d0f1c552e2
|
Fixed bug #29256: SNMP Trap address was not correctly set
|
2010-03-19 20:49:13 +00:00 |
|
goldsimon
|
96e9689dbd
|
Use new macro ip_addr_copy where applicable
|
2010-02-14 12:42:49 +00:00 |
|
goldsimon
|
5d360a6711
|
Replaced struct ip_addr by typedef ip_addr_t to make changing the actual implementation behind the typedef easier.
|
2010-02-04 18:47:44 +00:00 |
|
goldsimon
|
a23b446ddf
|
Use macros defined in ip_addr.h (some of them new) to work with IP addresses (preparation for bug #27352 - Change ip_addr from struct to typedef (u32_t) - and better code).
|
2010-02-04 17:21:32 +00:00 |
|
goldsimon
|
21e3cde95c
|
Added missing casts (bug #28659)
|
2010-01-28 12:05:14 +00:00 |
|
goldsimon
|
dbcce3a4be
|
bug #26523: Compiler Warnings
|
2010-01-23 17:48:36 +00:00 |
|
fbernon
|
e3cd1ac1f9
|
Minor changes (but in lot of files): add #if/#endif for options where they could miss. #if LWIP_xxx if always put after #include "lwip/opt.h" (note this one indirectly include cc.h). Move others includes inside #if/#endif block.
|
2007-09-07 23:01:59 +00:00 |
|
fbernon
|
ac1149156d
|
several-files: replace some #include "arch/cc.h" by "lwip/arch.h", or simply remove it as long as "lwip/opt.h" is included before (this one include "lwip/debug.h" which already include "lwip/arch.h"). Like that, default defines are provided by "lwip/arch.h" if they are not defined in cc.h, in the same spirit than "lwip/opt.h" for lwipopts.h.
|
2007-09-06 16:43:43 +00:00 |
|
fbernon
|
c1f89c5640
|
Move some build time checkings inside init.c for task #7142 "Sanity check user-configurable values".
|
2007-09-05 13:19:25 +00:00 |
|
christiaans
|
77e0f77850
|
Added snmp_send_trap() parameter, caller must pass enterprise id for enterprise secific traps.
|
2006-11-27 08:43:10 +00:00 |
|
christiaans
|
5e44122552
|
Trimmed whitespace at line ends.
|
2006-11-17 11:05:26 +00:00 |
|
christiaans
|
bc182cab7c
|
Removed EXPERIMENTAL status.
|
2006-10-13 12:00:35 +00:00 |
|
christiaans
|
a5532ffd4d
|
Added one strategic LWIP_DEBUGF to snmp_send_response().
|
2006-09-22 08:03:16 +00:00 |
|
christiaans
|
82c46f957a
|
Fixed double iterator bug in send_trap(), multiple trap destinations work ok now.
|
2006-09-12 12:46:36 +00:00 |
|
christiaans
|
a88d054d05
|
Improved TRAP interfacing. Varbinds maybe allocated at (external) trap source as wel. Added trap destination settings.
|
2006-09-07 14:17:03 +00:00 |
|
christiaans
|
c3f82acf7a
|
Pacified GCC warnings.
|
2006-08-21 11:50:03 +00:00 |
|
christiaans
|
4b5c14470a
|
Fixed htons into htonl for trap desctination ip.
|
2006-08-17 14:11:45 +00:00 |
|
christiaans
|
d8922d0410
|
Added minimalistic SNMP GET functionality.
|
2006-07-14 12:54:38 +00:00 |
|
christiaans
|
7a5cb21056
|
Fixed (experi)mental typo.
|
2006-07-07 11:33:36 +00:00 |
|
christiaans
|
333c3f18c0
|
Initial commit. Expirimental code, please note this is not yet fully functional.
|
2006-07-07 09:49:31 +00:00 |
|