THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Is there a way to show an entire field that is truncated in the packet details pane, to expand to show all the characters instead of it being cut off with ...?

Data: 004c554d44544d45414c535043000000d0b89f0288000000...

this is a field in the tree view of the packet details pane that is cut off following ...

is there a way to expand this field in the packet details pane to show the entire field? I need it to be expanded so i can grab this object using SQUISH which is an automated GUI tester.

pfritz6's avatar
1
pfritz6
asked 2019-04-17 14:20:19 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Byte streams like these, of indiscriminate length, are always limited in size, since they don't add much relevant info to the packet details. If it would then the data should be probably be interpreted anyway.

As for a view on all bytes of this field, see what's being highlighted in the packet bytes pane. Hopefully that's something that can be picked up.

Jaap's avatar
13.7k
Jaap
answered 2019-04-17 20:17:42 +0000
edit flag offensive 0 remove flag delete link

Comments

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