First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

How to decode packets using ip.addr == and data.len > 0?

  • retag add tags

How do I decode the packets using ip.addr == and data.len > 0? Capturing packets from a building automation controller and want to see the values captured such as point ID and value (space temperature). Packets are already captured.

Pureenergyz's avatar
1
Pureenergyz
asked 2018-06-11 16:30:55 +0000, updated 2018-06-12 15:48:05 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Decoding is by protocol, but no idea what building automation protocol you are actually using. If one exists, you might be in good shape.

Bob Jones's avatar
1.5k
Bob Jones
answered 2018-06-11 21:48:01 +0000
edit flag offensive 0 remove flag delete link

Comments

But, unfortunately, if Wireshark does support the protocol, but isn't recognizing those packets as being packets for that protocol, there's no way to say "decode all packets to or from this IP address as being for that protocol". You could do it based on the TCP or UDP port, however, using the "Decode As" menu item.

Guy Harris's avatar Guy Harris (2018-06-12 01:25:59 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer