Codebase list golang-github-farsightsec-go-nmsg / run/53f3c784-7b2f-4ceb-94e3-ce341903aa2a/main nmsg_base / pkt.proto
run/53f3c784-7b2f-4ceb-94e3-ce341903aa2a/main

Tree @run/53f3c784-7b2f-4ceb-94e3-ce341903aa2a/main (Download .tar.gz)

pkt.proto @run/53f3c784-7b2f-4ceb-94e3-ce341903aa2a/main

11a49f8
 
bd29207
11a49f8
 
 
 
 
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;
}