Codebase list golang-github-farsightsec-go-nmsg / 77242633-0eb2-4fc5-8b62-1e286e797302/main nmsg_base / pkt.proto
77242633-0eb2-4fc5-8b62-1e286e797302/main

Tree @77242633-0eb2-4fc5-8b62-1e286e797302/main (Download .tar.gz)

pkt.proto @77242633-0eb2-4fc5-8b62-1e286e797302/mainraw · history · blame

1
2
3
4
5
6
7
8
syntax = "proto2";
package nmsg.base;
option go_package = "github.com/farsightsec/go-nmsg/nmsg_base";

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