Codebase list golang-github-farsightsec-go-nmsg / 398d8460-a545-469a-b628-ab5cbdc296ac/main nmsg_base / xml.proto
398d8460-a545-469a-b628-ab5cbdc296ac/main

Tree @398d8460-a545-469a-b628-ab5cbdc296ac/main (Download .tar.gz)

xml.proto @398d8460-a545-469a-b628-ab5cbdc296ac/mainraw · history · blame

1
2
3
4
5
6
7
syntax = "proto2";
package nmsg.base;

message Xml {
    required bytes      xmltype = 1;
    required bytes      xmlpayload = 2;
}