Enhanced mstpcap utility to show Device ID in statistics if any I-Am Requests were encountered in the MS/TP data stream.

This commit is contained in:
skarg
2013-09-06 21:32:27 +00:00
parent e05af7f624
commit 252ffd934c
4 changed files with 138 additions and 6 deletions
+2
View File
@@ -22,6 +22,8 @@ SRCS = main.c \
${BACNET_SOURCE_DIR}/debug.c \
${BACNET_SOURCE_DIR}/indtext.c \
${BACNET_SOURCE_DIR}/ringbuf.c \
${BACNET_SOURCE_DIR}/bacdcode.c \
${BACNET_SOURCE_DIR}/iam.c \
${BACNET_SOURCE_DIR}/crc.c
OBJS = ${SRCS:.c=.o}