Skip to content

Commit d1aaa29

Browse files
swiltoneskyuu
authored andcommitted
Add Add AES192 and AES256 encryption, init_mib and display options all together
1 parent a5ffcf3 commit d1aaa29

5 files changed

Lines changed: 519 additions & 49 deletions

File tree

ext/snmp/php_snmp.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ typedef struct _php_snmp_object {
5050
int valueretrieval;
5151
int quick_print;
5252
int enum_print;
53+
int numeric_index;
54+
int numeric_timeticks;
55+
int extended_index;
56+
int dont_print_units;
57+
int escape_quotes;
58+
int print_hex_text;
59+
int string_output_format;
5360
int oid_output_format;
5461
int snmp_errno;
5562
int oid_increasing_check;

0 commit comments

Comments
 (0)