- Sniffer\Bacfuncs.h
- Rename BACnetAcitonList to BACnetActionList
- standardize strings for obsolete property names
- add comments showing 135 version number for various enums
- insert comma after LIFE-SAFETY-ZONE in object-types-supported
- change char* to const char* in many function interfaces
- use %g instead of %f: shorter string for sanity and no buffer overflow
- eliminate compiler warnings
- Sniffer\Bacproto.h
- change char* to const char* in many function interfaces
- Sniffer\BACSN015.cpp
- add number-of-segments to ConfReq header decode
- add NULL pointer check to service-handler function table dispatch
- SimpleAck used BACnetServicesSupported instead of BACnetConfirmedServiceChoice
- add TODOs on code to be dealt with later
- elminate %>ku cruft from Sniffer ancestor code. Die xsprintf!
- Add 8859-1 to accepted character encodings
- re-enable support for 32-bit tag length extended. DOS is NOT coming back...
- Sniffer\PI.cpp
- Add comments about what the functions DO for us newbies...
- elminate %>ku cruft from Sniffer ancestor code. Die xsprintf!
- Sniffer\PI.h
- comment out many unused Sniffer functions
- change char* to const char* in many function interfaces