Duffy O'Craven

Results 25 issues of Duffy O'Craven

SNAP frame of BACnet/MSTP is a little bit off the beaten path, but not so far off that it deserves to go in weird.log ``` #path weird #open 2020-08-17-20-24-08 #fields...

wontfix

In the bvlc_function layer atop UDP which your work identified and which zeek-plugin-bacnet has handled: switch(bvlc_function) { case 0x00: ##! BVLC_RESULT case 0x05: ##! REGISTER_FOREIGN_DEVICE case 0x01, ##! WRITE_BROADCAST_DISTRIBUTION_TABLE 0x02,...

enhancement

``` BACnet-Reject-PDU ::= SEQUENCE { pdu-type Unsigned (0..15), -- high four bits, 0x60 for this PDU type reserved Unsigned (0..15), -- low four bits, always 0 for this PDU type...

enhancement

Reject-Message-To-Network differs from the other Network Layer messages, that it has as its parameters first: a reject reason single octet as uint8. Then the network number parameters (each is uint16)...

enhancement

Curious that current code has confined the Read-Property-Response enumerated treatment to solely: ``` switch(property_identifier) { case 2: ##! action data[data_index] = fmt("value=%s", action[value]); break; case 25: ##! limit enable data[data_index]...

enhancement