> diff --git a/protobuf/nsfile.proto b/protobuf/nsfile.proto > new file mode 100644 > index 0000000..5659ff2 > --- /dev/null > +++ b/protobuf/nsfile.proto > @@ -0,0 +1,5 @@ > +message ns_file_entry { > + required uint32 id = 1; > + required uint32 ns_id = 2; How about namespace type? > + required uint32 flags = 3; > +} >