Hello, I have the following command, and the problem is that I cannot operate in Excel with the date. Can anybody give a clue? thanks tshark -r /home/javier/Documents/capture -i -T fields -e frame.time -e col.info -e wlan.sa -e ip.src -E header=y -E separator=, -E quote=d -E occurrence=f > /home/javier/Documents/capture.csv BR asked 23 Oct '14, 16:09 escalanterj converted to question 24 Oct '14, 00:51 grahamb ♦ |
One Answer:
Hi BR, Format the cells in the time column with the Custom format hh:mm:ss.000 So in Excel do Right Click -> Format Cells... -> Number -> Custom -> Type: and then enter the above format. Unfortunately Excel will only support 3 digits after the decimal place i.e. down to milliseconds. Best regards...Paul answered 25 Oct '14, 02:43 PaulOfford |