View Issue Details

IDProjectCategoryView StatusLast Update
0010175CTT UA Scripts1 - Script Issuepublic2025-03-27 13:08
ReporterYannik Klaass Assigned ToYannik Klaass  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Summary0010175: The UADP message dissector does not handle invalid message data correctly
Description

When receiving NetworkMessages containing invalid DatasetMessages, the UADP message dissector still tries to decode them. Instead, the decoding should be skipped with an according message.
Additionally the CollectNetworkMessageData() needs an option to exclude NetworkMessages with invalid message data from its results.

TagsNo tags attached.
Files Affected

/library/PubSub/PubSubUtilities.js
/library/PubSub/UADPMessageDissector.js

Activities

Yannik Klaass

2025-03-27 13:08

developer   ~0022579

  • Fixing UADP message dissector to skip decoding, when a received DataSetMessage is invalid
  • Adding option to exclude NetworkMessages with invalid message data from results to CollectNetworkMessageData()

Issue History

Date Modified Username Field Change
2025-02-28 15:21 Yannik Klaass New Issue
2025-03-01 07:08 Paul Hunkar Assigned To => Yannik Klaass
2025-03-01 07:08 Paul Hunkar Status new => assigned
2025-03-27 13:08 Yannik Klaass Files Affected => /library/PubSub/PubSubUtilities.js
/library/PubSub/UADPMessageDissector.js
2025-03-27 13:08 Yannik Klaass Status assigned => resolved
2025-03-27 13:08 Yannik Klaass Resolution open => fixed
2025-03-27 13:08 Yannik Klaass Note Added: 0022579