Add preference parameter to tshark/sharkd [closed]
I want to add an input parameter to tshark command line and to sharkd as json that is relevant for all dissectors.
I want it to be availabe to all dissectors, so i want to pass it as
tshark -o param_name
and not
tshark -o dissector_name.param_name
How do i do it?
Duplicate of the original question that has been clarified.
This is not a duplicate as in original question i asked how to add a preference to a specific protocol, and here i ask how to add a preference so multiple protocol/dissector will be able to see this parameter