How do I query the 'info' field? The following: asked 03 Jun '16, 07:19 jtl |
One Answer:
'info' is a column, therefore not a field. The term field is restricted to dissected parts of the frame, or generated thereof. Columns can be filled based on these fields, or from other sources. Therefore you cannot use a display filter on the info column. answered 03 Jun '16, 07:49 Jaap ♦ |
On the other hand, the Info column can be queried using
tshark
and some external tools such asfindstr
orgrep
. As an example, see my answer to this question.