Hi Joan,
This is the command i tried even on ubuntu linux
tshark -o column.format: ""No.", "Time", "%t", "Source", "%s", "Destination", "%d", "Protocol", "%p", ""srcport", "%uS", "dstport", "%uD", "Len", "%L", "tcp.flags.ack", "%Cust:tcp.flags.ack", "tcp.flags.syn", "%Cust:tcp.flags.syn"" -r scam13.cap | head > scam.csv
tshark: Invalid -o flag "column.format:"
and without
tshark -o column.format: ""No.", "Time", "%t", "Source", "%s", "Destination", "%d", "Protocol", "%p", ""srcport", "%uS", "dstport", "%uD", "Len", "%L", "tcp.flags.ack", "%Cust:tcp.flags.ack", "tcp.flags.syn", "%Cust:tcp.flags.syn"" -r scam13 | head
tshark: Invalid -o flag "column.format:"
and without head
tshark -o column.format: ""No.", "Time", "%t", "Source", "%s", "Destination", "%d", "Protocol", "%p", ""srcport", "%uS", "dstport", "%uD", "Len", "%L", "tcp.flags.ack", "%Cust:tcp.flags.ack", "tcp.flags.syn", "%Cust:tcp.flags.syn"" -r scam13 |tshark: Invalid -o flag "column.format:"
be the error???
what must
On Thu, Aug 21, 2008 at 3:20 PM, paritosh kulkarni
<paritosh26@xxxxxxxxx> wrote:
Hi Joan,
I typed the command and tried on different machines too but alias it gives me same error on both machines.
I will try to install cygwin tools on my windows machine and see if it works.
ne ways thanks for your help.
Cheers
Pari