added I-Am demo and script to create vendor ID capture for Wireshark validation.

This commit is contained in:
skarg
2016-05-16 17:33:50 +00:00
parent cc7e9b539d
commit 40f25d8898
8 changed files with 494 additions and 1 deletions
+6
View File
@@ -48,6 +48,12 @@ extern "C" {
/* unconfirmed requests */
void Send_I_Am(
uint8_t * buffer);
void Send_I_Am_To_Network(
BACNET_ADDRESS * target_address,
uint32_t device_id,
unsigned int max_apdu,
int segmentation,
uint16_t vendor_id);
int iam_encode_pdu(
uint8_t * buffer,
BACNET_ADDRESS * dest,