Netis / cloud-probe

A Software Probe for network packet capturing and forwarding in Cloud/Kubernetes and Virtualized environment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

packet-agent adds timestamp before output pcaps

longxu-sd opened this issue · comments

I hope that packet-agent adds timestamp(with ns), before output pcap.

We plan to support timestamp by ERSPAN marker packet interval.

ERSPAN looks like supported by Cisco switch. If customer uses Cloud, it will be double GRE head before real packet(one added by pkt-agent, another added by Cloud platform). If you use some switch function to support timestamp, it will be written in the first GRE head, and will be dismantled by Cloud platform before sending it to target system.

My proposal is support timestamp in real packet. Then the target system can use it directly.

commented