I tried exporting a pcap file into a CSV from Wireshark. But while doing so I just get the basic data like Frame No, Time, Source, Destination, Protocol, Length and Info. But while exporting the same pcap file as a plain text file or JSON file includes all the detailed information about the packet. How to get the columns like
Does a single packet has all these field details? If there is another way to get these please suggest them
I later found that most of the fields that I mentioned in the question are flow-related information, not just a packet.
https://github.com/ahlashkari/CICFlowMeter
Check this above repository, it extracts 82 features. The data can be captured or imported from a pcap file.