Hi,
I write a software for multipath TCP analysis
(https://github.com/teto/mptcpanalyzer) and would like to extend it to
do live analysis (it's limited to offline for now).
I wonder what is the best way to retrieve live wireshark information
such as the `tcp.*` and `mptcp.*` analysis from the diss
Does the field you're using have a corresponding "resolved" field?
$ tshark -G fields | grep -i resolved
F nextRDNToBeResolved dsp.nextRDNToBeResolved FT_INT32dsp
BASE_DEC0x0 INTEGER
F rdnsResolveddsp.rdnsResolvedFT_INT32dsp
BASE_DEC
When a Custom Column is created, how can it be displayed with a resolved
name?
Even when I select a resolved field in the Packet Details pane and
right-click to choose 'Apply as a Column', the column in the Packet List
pane is not name resolved.