Hi there, We are trying to stream data from a car's OBD-II protocol via Wireshark. It's working fine and we get the IDs and data payloads out interpreted as CAN. However, we would like to take it a step further and "scale" the data according to the documentation on wikipedia. This requires that we can use a formula that is dependent on information contained in the ID and in the start of the actual data message. Could anyone provide some guidance as to how we can create such a scaling/conversion of the data into readable output using Wireshark? Ideally we would also like to inform the viewer of what data, units etc. they're looking at - we have all this info, but we would just need to find a way to return it depending on the ID. Hope you can help - it would be much appreciated! Martin asked 02 May '17, 10:52 mfcss |