Hi all. I would like to just add one extra field in tshark's output here is the command I execute
below is the output 1449064211.939089 SmcNetwo_a7:11:a8 -> Broadcast 802.11 127 Beacon frame, SN=3671, FN=0, Flags=........, BI=100, SSID=TPE-Free how can I just add one extra field ? if I specify a field. the output will only show one field and forget the original output thanks in advanced ! asked 02 Dec '15, 07:05 Tim Hsu |
One Answer:
Presumably you're selecting the field to display with answered 02 Dec '15, 07:19 grahamb ♦ |
thanks for your answer. but how can I know these default field name?
open the capture in wireshark, select a typical packet, go to the packet pane and expand all levels of detail which are interesting for you. Next, select the individual packet fields which interest you, one by one, and for each of them use right-click and choose "prepare a filter -> ...and selected" from the context menu. This way, a string of
field1 == value1 && field2 == value2 && ...
builds up in the "display filter" field.Now copy that string and edit it, keeping the field names and replacing the ==, &&, () and values with -e .