Ask Your Question

Revision history [back]

click to hide/show revision 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.

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.