Vojtech Vilimek
53856e49c9
SNMP: Use compile-time selected byte order
...
In the AgentX communication the subagent chooses the byte order used. To reduce
code complexity, we decide to use compile-time selected byte order in PDU sent.
Supported options are:
- SNMP_NATIVE: use native CPU byte order
- SNMP_NETWORK_BYTE_ORDER: use big endian in PDUs, i.e. network byte order
It is recommended not to used both options at the same time (even it is possible
on big endian platforms).
2023-11-15 13:00:24 +01:00
Vojtech Vilimek
709d0fdd19
SNMP: Refactor - use inline functions
...
Macros are replaced with inline functions.
2023-11-15 11:41:54 +01:00
Vojtech Vilimek
a737f7a4d8
SNMP: Improvements in registration handling
2023-10-25 16:58:47 +02:00
Vojtech Vilimek
661a4277bb
SNMP: Refactoring
2023-10-25 16:48:12 +02:00
Vojtech Vilimek
fd243b6e9e
SNMP: Remove support for context
2023-10-25 16:39:11 +02:00
Vojtech Vilimek
151fa4b6b2
SNMP: Bugfixes, minor code improvements
2023-10-25 12:41:23 +02:00
Vojtech Vilimek
0caf003bf5
SNMP: Remove development comments
2023-10-19 17:02:52 +02:00
Vojtech Vilimek
3488d0e0a7
SNMP: Refactoring - Comments, Logging
2023-10-18 18:17:58 +02:00
Vojtech Vilimek
9f4a68be73
SNMP: Minor changes in get, get_next handling
2023-10-18 13:31:35 +02:00
Vojtech Vilimek
2211644ed3
SNMP: Context support and improved registering
2023-09-11 13:41:39 +02:00
Vojtech Vilimek
730666be7f
SNMP: Add timeout config option, refactoring
2023-09-04 13:58:59 +02:00
Vojtech Vilimek
bdf68b3240
Extension for varbind TimeTicks, varbind type sizes
2023-08-08 17:00:20 +02:00
Vojtech Vilimek
4c7828779e
mainly visual tweaks
2023-07-26 14:34:01 +02:00
Vojtech Vilimek
9f8950d4d7
changes in bgp_mib.c API (mainly)
2023-07-26 14:02:23 +02:00
Vojtech Vilimek
d4d925cbea
tmp: add new helper function
2023-03-24 15:00:54 +01:00
Vojtech Vilimek
908aa67e1c
tmp: minor changes
2023-03-14 14:09:45 +01:00
Vojtech Vilimek
23b467318c
tmp
2022-12-17 18:16:19 +01:00
Vojtech Vilimek
2a4fedb6e0
tmp: compiles and runs
2022-12-10 18:08:00 +01:00
Vojtech Vilimek
9a11ec8d83
tmp: compiles
2022-11-29 16:30:20 +01:00
Vojtech Vilimek
6f74f4a663
moving shared parts to snmp_utils
2022-11-22 14:16:09 +01:00