ostinato/common/snap.proto
Srivats P. c7d90ff1ab - All tabs converted to spaces in all files
- .vimrc added to reflect settings used in the project
2009-12-28 08:31:28 +00:00

13 lines
194 B
Protocol Buffer

import "protocol.proto";
package OstProto;
message Snap {
optional uint32 oui = 1;
optional uint32 type = 2;
}
extend Protocol {
optional Snap snap = 124;
}