try to create a pcap file from ubntu with dumpcap tool, but not the mac and I get priate time I turn the pcap in csv . help me please asked 18 Jul '16, 23:30 adrip |
One Answer:
The CVS output only gives you the packet overview lines, so a single line per packet. This includes all columns you have configured (in the Default profile that is "No", "Time", "Source", "Destination", "Protocol", "Length" and "Info"). The "Time" column is already there. You can add a column to that, set the name to "MAC" and the type to "HW src addr". This gives you both a MAC address and a Timestamp in the CSV output. Notes:
answered 19 Jul '16, 04:19 Jaap ♦ |
I'm not sure we understand the question.
"PCAP file where the MAC appears" what does that mean?
"..., but not the mac", what does that mean?
"... I get priate time ...." what does that mean?
Hello Jaap ,
When I am writing in the terminal dumpcap and apply filters and parameters , I am writing the route to be saved to a file with nombre.pcap .
when I convert that file to csv to see all GET port 80 IP 's shown me , and pages .
I want to see the MAC of computers on the network hacinedo GET requests and time that have been made. please