added some bash script to emit various BACnet enumerations for Wireshark validation

This commit is contained in:
skarg
2016-05-17 03:08:58 +00:00
parent 40f25d8898
commit 9704d9edb8
6 changed files with 34 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
export BACNET_APDU_RETRIES=0
export BACNET_APDU_TIMEOUT=0
for property_id in {0..512}
do
./bin/bacrp --dnet 65535 0 8 0 ${property_id}
done