Current block protocol between daemons, when transmitting traps:
+-----+---+----------+------+----+---------+----------+---------+-----+---------+---+
|TRAP#| S | Severity | Time | IP | Generic | Specific | OID_len | OID | Args... | E |  
+-----+---+----------+------+----+---------+----------+---------+-----+---------+---+

S = Start of block ( 8 bit ) : '\123'
E = End of block ( 8 bit ) : '\xff'

Where Args can hold several argument, each interpreted:

+---------+-----+------------+----------------+-------+
| OID_len | OID | Value type | Value type len | Value |
+---------+-----+------------+----------------+-------+

Value type = 16bit ( should be 8 ) : 1 - 32bit Counter 2 - ASCIIZ
