I have some network traffic in the following format:
Timestamp | Source | Destination | Protocol | Port | Payload | Payload Size
I am trying to determine if there are any known attacks in this traffic. For this, I was looking at some intrusion detection systems. It looks like both Snort and Bro require the dump to be pcap file for further offline analysis. I looked up the documentation of both systems in detail but could not find any options of handling the data that I have.
Any suggestions on how to perform this analysis? Specifically, I am looking for one of the following:
- Some pointers on how to directly use the systems to analyze this data in plain text
- Tool to convert this data into a PCAP file that I can later use with the systems