c7d90ff1ab
- .vimrc added to reflect settings used in the project
13 lines
169 B
Protocol Buffer
13 lines
169 B
Protocol Buffer
import "protocol.proto";
|
|
|
|
package OstProto;
|
|
|
|
// Ethernet II
|
|
message Eth2 {
|
|
optional uint32 type = 1;
|
|
}
|
|
|
|
extend Protocol {
|
|
optional Eth2 eth2 = 121;
|
|
}
|