Skip to content

Commit

Permalink
added some icons
Browse files Browse the repository at this point in the history
  • Loading branch information
verrio committed Sep 11, 2017
1 parent 30268b4 commit bc8842e
Show file tree
Hide file tree
Showing 20 changed files with 862 additions and 749 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ This client can be used for querying the MIB of SNMPv1/v2c/v3 agents, receiving
## Dependencies

Build time dependencies:
- bison & flex
- autoconf and automake
- GNU make
- QT5 development package
- Qt5 development package
- GNU install
- gcc and g++

Expand Down
Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/agent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ void Agent::AsyncCallbackTrap(int reason, Pdu &pdu, SnmpTarget &target)

// Add the trap ...
QStringList values;
values << no << date << time << timestamp << nottype
values << "" << no << date << time << timestamp << nottype
<< msgtype << version << agtaddr << agtport;
TrapItem *ti = s->TrapObj()->Add(id, values, community, seclevel,
ctxname, ctxid, msgid);
Expand Down
Binary file added src/images/bullet-green.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/bullet-grey.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/bullet-red.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/bullet-yellow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/edit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/log.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/mib.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/search.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/images/snmpb.icns
Binary file not shown.
Binary file added src/images/tree.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/users.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit bc8842e

Please sign in to comment.