Codebase list golang-github-farsightsec-go-nmsg / upstream/0.0_git20190917.04d2174 nmsg_base / pkt.proto
upstream/0.0_git20190917.04d2174

Tree @upstream/0.0_git20190917.04d2174 (Download .tar.gz)

pkt.proto @upstream/0.0_git20190917.04d2174raw · history · blame

1
2
3
4
5
6
7
syntax = "proto2";
package nmsg.base;

message Pkt {
    required bytes          payload = 1;
    optional uint32         len_frame = 2;
}