Hello, Is it possible in tshark to directly convert value to exact meaning text? I need similary like as: " For example:
Now I need to change to correct text like as (Submit_sm,Deliver_sm,and so on..) Something like Thanks a lot. Regards, Peter asked 01 Mar '16, 00:52 zuvo edited 20 Jul '16, 13:51 cmaynard ♦♦ |
One Answer:
To achieve this, you could try explicitly specifing the exact columns that you want to be displayed. For example, this will display the frame number and On *nix:
On Windows:
Sample output:
You can display just about any field using You can also just run Wireshark and configure the columns you want there and then run If you only want to use some of Wireshark's configured columns, you can pick and choose the ones you want using the answered 20 Jul '16, 13:49 cmaynard ♦♦ |