1 | initial version |
The tshark option to enable protocol is --enable-protocol --enable-protocol mac-nr
The tshark option to list all the dissectors is tshark -G dissector-tables. I would use ">" to redirect the output to a file because the list is long.
2 | No.2 Revision |
The tshark option to enable a protocol is
--enable-protocol
is --enable-protocol
, e.g.
--enable-protocol mac-nr mac-nr
The tshark option to list all the dissectors is tshark -G
dissector-tables. dissector-tables. I would use ">" to redirect the output to a file because the list is long. long.