goldsimon
|
bd570561e8
|
Fix for bug #19740: 2 static functions are unused, simply ifdefing them out for now to get rid of warnings
|
2007-05-13 11:08:04 +00:00 |
|
goldsimon
|
11a4f5538b
|
Change names of 2 global variables again, as the previous names did not have lwip-style...
|
2007-04-03 16:33:14 +00:00 |
|
goldsimon
|
34fcccc50b
|
- Changed the names of some variables in SNMP module to avoid them shadowing each other (which produces a lot of warnings and makes the code hard to maintain)
- Added missing defines for 3 snmp-functions if LWIP_SNMP==0
|
2007-04-02 20:39:24 +00:00 |
|
christiaans
|
b72677c3ce
|
Added missing NULL return checks for snmp_mib_lrn_alloc() and trimmed whitespace at line ends.
|
2006-11-17 11:07:25 +00:00 |
|
christiaans
|
bc182cab7c
|
Removed EXPERIMENTAL status.
|
2006-10-13 12:00:35 +00:00 |
|
christiaans
|
cb412134dd
|
Added newlines to LWIP_DEBUGFs.
|
2006-09-22 08:00:56 +00:00 |
|
christiaans
|
960e724ad3
|
Improved mib node struct for external object access and moved get_object_def() calls to the message processing bit.
|
2006-09-14 15:08:54 +00:00 |
|
christiaans
|
320ea29861
|
Added some lines for SET command.
|
2006-09-12 10:03:46 +00:00 |
|
christiaans
|
c5e99ada63
|
Fixed sysObjectID length to copy private IDs with unkown lengths properly.
|
2006-09-08 09:22:28 +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
|
41ff80e5d3
|
First getnext succes, values are returned insead of NULLs, empty tables are skipped. Limitation: a single varbind per request, so 'snmptable' will fail.
|
2006-09-06 10:14:07 +00:00 |
|
christiaans
|
56c5fdbeaf
|
Added newlines in debug output, small optimalisations, more work on 'getnext', fixed 'get' on udp table.
|
2006-09-04 09:22:48 +00:00 |
|
christiaans
|
130d39cc03
|
Changed index structs to mib_list_node structs to place the table index trees directly in the mib tree.
|
2006-09-01 07:14:50 +00:00 |
|
christiaans
|
1485edf8e1
|
Added index tree node structs and functions, e.g. to be used for ARP table indexes.
|
2006-08-29 11:28:28 +00:00 |
|
christiaans
|
c3f82acf7a
|
Pacified GCC warnings.
|
2006-08-21 11:50:03 +00:00 |
|
christiaans
|
d734cd986c
|
Moved noleafs_get_object_def() and noleafs_get_value() protos from mib2.c to snmp_structs.h
|
2006-08-15 07:28:43 +00:00 |
|
christiaans
|
8559f3e583
|
MIB-2 object values near to completion, just committing for keeping the flame alive.
|
2006-08-11 14:16:36 +00:00 |
|
christiaans
|
9b11c4670d
|
Corrected returned object id for interfaces.ifTable.ifEntry.ifSpecific to zeroDotZero (0.0).
|
2006-08-07 11:35:32 +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 |
|