[Wireshark-users] Leverage wireshark dissection tree in a 3rd party program

2020-06-17 Thread Matt
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

Re: [Wireshark-users] Name resolve a custom column

2020-06-17 Thread chuck c
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

[Wireshark-users] Name resolve a custom column

2020-06-17 Thread Sri
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.