Codebase list golang-github-farsightsec-go-nmsg / debian/0.2.0-3 nmsg_base / pkt.proto
debian/0.2.0-3

Tree @debian/0.2.0-3 (Download .tar.gz)

pkt.proto @debian/0.2.0-3raw · 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;
}