Dear friends, I am trying to export output to a csv file with tshark and I would like to export Beacon Timestamp not in a Hex format but in Decimal format. When I am using this method : -e wlan_mgt.fixed.timestamp I see hexadecimal value in my CSV file. But when I open wireshark and look at the Timestamp custome column the value is in Decimal. Please help me to find out what am I doing wrong? Thank you in advance asked 30 Mar '12, 08:40 AminGho |
One Answer:
I don't see a way in TShark to change the format of that field from hex to decimal. If you're exporting the file, you might as well use another tool to postprocess the exported file (to rewrite that column into the desired format). I would use answered 03 Apr '12, 10:36 bstn |
No one Can Help me with this?