When I pivot to capME it pulls the information but both the src and dst ports are "0". It does not like that at all.
In Elsa it looks like this
srcip=xxx.xxx.164.139 srcport=0 dstip=192.88.99.1 dstport=0 Tunnel_type=Tunnel::IP.
Then in capME is gives error:badport These are the times 1503952829 1503956429 and those are a lot of 150MB pcaps to try and combine and get the info out of.
Is there a way to allow capME to accept port 0 as a valid input so it will pull the transcript for me??? I've seach through the config files but don't find anything.
Thanks
Rex,
You are correct in that CapMe cannot pull transcripts when requests contain a port of "0". In this case, you may be able to get what (the pcap) you are looking for by using something like the following on the sensor that saw such traffic:
https://github.com/weslambert/misc/blob/master/packet_find
Thanks,
Wes