nebula.pb.go 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: nebula.proto
  3. package nebula
  4. import (
  5. fmt "fmt"
  6. proto "github.com/golang/protobuf/proto"
  7. math "math"
  8. )
  9. // Reference imports to suppress errors if they are not otherwise used.
  10. var _ = proto.Marshal
  11. var _ = fmt.Errorf
  12. var _ = math.Inf
  13. // This is a compile-time assertion to ensure that this generated file
  14. // is compatible with the proto package it is being compiled against.
  15. // A compilation error at this line likely means your copy of the
  16. // proto package needs to be updated.
  17. const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
  18. type NebulaMeta_MessageType int32
  19. const (
  20. NebulaMeta_None NebulaMeta_MessageType = 0
  21. NebulaMeta_HostQuery NebulaMeta_MessageType = 1
  22. NebulaMeta_HostQueryReply NebulaMeta_MessageType = 2
  23. NebulaMeta_HostUpdateNotification NebulaMeta_MessageType = 3
  24. NebulaMeta_HostMovedNotification NebulaMeta_MessageType = 4
  25. NebulaMeta_HostPunchNotification NebulaMeta_MessageType = 5
  26. NebulaMeta_HostWhoami NebulaMeta_MessageType = 6
  27. NebulaMeta_HostWhoamiReply NebulaMeta_MessageType = 7
  28. NebulaMeta_PathCheck NebulaMeta_MessageType = 8
  29. NebulaMeta_PathCheckReply NebulaMeta_MessageType = 9
  30. )
  31. var NebulaMeta_MessageType_name = map[int32]string{
  32. 0: "None",
  33. 1: "HostQuery",
  34. 2: "HostQueryReply",
  35. 3: "HostUpdateNotification",
  36. 4: "HostMovedNotification",
  37. 5: "HostPunchNotification",
  38. 6: "HostWhoami",
  39. 7: "HostWhoamiReply",
  40. 8: "PathCheck",
  41. 9: "PathCheckReply",
  42. }
  43. var NebulaMeta_MessageType_value = map[string]int32{
  44. "None": 0,
  45. "HostQuery": 1,
  46. "HostQueryReply": 2,
  47. "HostUpdateNotification": 3,
  48. "HostMovedNotification": 4,
  49. "HostPunchNotification": 5,
  50. "HostWhoami": 6,
  51. "HostWhoamiReply": 7,
  52. "PathCheck": 8,
  53. "PathCheckReply": 9,
  54. }
  55. func (x NebulaMeta_MessageType) String() string {
  56. return proto.EnumName(NebulaMeta_MessageType_name, int32(x))
  57. }
  58. func (NebulaMeta_MessageType) EnumDescriptor() ([]byte, []int) {
  59. return fileDescriptor_2d65afa7693df5ef, []int{0, 0}
  60. }
  61. type NebulaPing_MessageType int32
  62. const (
  63. NebulaPing_Ping NebulaPing_MessageType = 0
  64. NebulaPing_Reply NebulaPing_MessageType = 1
  65. )
  66. var NebulaPing_MessageType_name = map[int32]string{
  67. 0: "Ping",
  68. 1: "Reply",
  69. }
  70. var NebulaPing_MessageType_value = map[string]int32{
  71. "Ping": 0,
  72. "Reply": 1,
  73. }
  74. func (x NebulaPing_MessageType) String() string {
  75. return proto.EnumName(NebulaPing_MessageType_name, int32(x))
  76. }
  77. func (NebulaPing_MessageType) EnumDescriptor() ([]byte, []int) {
  78. return fileDescriptor_2d65afa7693df5ef, []int{3, 0}
  79. }
  80. type NebulaMeta struct {
  81. Type NebulaMeta_MessageType `protobuf:"varint,1,opt,name=Type,json=type,proto3,enum=nebula.NebulaMeta_MessageType" json:"Type,omitempty"`
  82. Details *NebulaMetaDetails `protobuf:"bytes,2,opt,name=Details,json=details,proto3" json:"Details,omitempty"`
  83. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  84. XXX_unrecognized []byte `json:"-"`
  85. XXX_sizecache int32 `json:"-"`
  86. }
  87. func (m *NebulaMeta) Reset() { *m = NebulaMeta{} }
  88. func (m *NebulaMeta) String() string { return proto.CompactTextString(m) }
  89. func (*NebulaMeta) ProtoMessage() {}
  90. func (*NebulaMeta) Descriptor() ([]byte, []int) {
  91. return fileDescriptor_2d65afa7693df5ef, []int{0}
  92. }
  93. func (m *NebulaMeta) XXX_Unmarshal(b []byte) error {
  94. return xxx_messageInfo_NebulaMeta.Unmarshal(m, b)
  95. }
  96. func (m *NebulaMeta) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  97. return xxx_messageInfo_NebulaMeta.Marshal(b, m, deterministic)
  98. }
  99. func (m *NebulaMeta) XXX_Merge(src proto.Message) {
  100. xxx_messageInfo_NebulaMeta.Merge(m, src)
  101. }
  102. func (m *NebulaMeta) XXX_Size() int {
  103. return xxx_messageInfo_NebulaMeta.Size(m)
  104. }
  105. func (m *NebulaMeta) XXX_DiscardUnknown() {
  106. xxx_messageInfo_NebulaMeta.DiscardUnknown(m)
  107. }
  108. var xxx_messageInfo_NebulaMeta proto.InternalMessageInfo
  109. func (m *NebulaMeta) GetType() NebulaMeta_MessageType {
  110. if m != nil {
  111. return m.Type
  112. }
  113. return NebulaMeta_None
  114. }
  115. func (m *NebulaMeta) GetDetails() *NebulaMetaDetails {
  116. if m != nil {
  117. return m.Details
  118. }
  119. return nil
  120. }
  121. type NebulaMetaDetails struct {
  122. VpnIp uint32 `protobuf:"varint,1,opt,name=VpnIp,json=vpnIp,proto3" json:"VpnIp,omitempty"`
  123. IpAndPorts []*IpAndPort `protobuf:"bytes,2,rep,name=IpAndPorts,json=ipAndPorts,proto3" json:"IpAndPorts,omitempty"`
  124. Counter uint32 `protobuf:"varint,3,opt,name=counter,proto3" json:"counter,omitempty"`
  125. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  126. XXX_unrecognized []byte `json:"-"`
  127. XXX_sizecache int32 `json:"-"`
  128. }
  129. func (m *NebulaMetaDetails) Reset() { *m = NebulaMetaDetails{} }
  130. func (m *NebulaMetaDetails) String() string { return proto.CompactTextString(m) }
  131. func (*NebulaMetaDetails) ProtoMessage() {}
  132. func (*NebulaMetaDetails) Descriptor() ([]byte, []int) {
  133. return fileDescriptor_2d65afa7693df5ef, []int{1}
  134. }
  135. func (m *NebulaMetaDetails) XXX_Unmarshal(b []byte) error {
  136. return xxx_messageInfo_NebulaMetaDetails.Unmarshal(m, b)
  137. }
  138. func (m *NebulaMetaDetails) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  139. return xxx_messageInfo_NebulaMetaDetails.Marshal(b, m, deterministic)
  140. }
  141. func (m *NebulaMetaDetails) XXX_Merge(src proto.Message) {
  142. xxx_messageInfo_NebulaMetaDetails.Merge(m, src)
  143. }
  144. func (m *NebulaMetaDetails) XXX_Size() int {
  145. return xxx_messageInfo_NebulaMetaDetails.Size(m)
  146. }
  147. func (m *NebulaMetaDetails) XXX_DiscardUnknown() {
  148. xxx_messageInfo_NebulaMetaDetails.DiscardUnknown(m)
  149. }
  150. var xxx_messageInfo_NebulaMetaDetails proto.InternalMessageInfo
  151. func (m *NebulaMetaDetails) GetVpnIp() uint32 {
  152. if m != nil {
  153. return m.VpnIp
  154. }
  155. return 0
  156. }
  157. func (m *NebulaMetaDetails) GetIpAndPorts() []*IpAndPort {
  158. if m != nil {
  159. return m.IpAndPorts
  160. }
  161. return nil
  162. }
  163. func (m *NebulaMetaDetails) GetCounter() uint32 {
  164. if m != nil {
  165. return m.Counter
  166. }
  167. return 0
  168. }
  169. type IpAndPort struct {
  170. Ip uint32 `protobuf:"varint,1,opt,name=Ip,json=ip,proto3" json:"Ip,omitempty"`
  171. Port uint32 `protobuf:"varint,2,opt,name=Port,json=port,proto3" json:"Port,omitempty"`
  172. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  173. XXX_unrecognized []byte `json:"-"`
  174. XXX_sizecache int32 `json:"-"`
  175. }
  176. func (m *IpAndPort) Reset() { *m = IpAndPort{} }
  177. func (m *IpAndPort) String() string { return proto.CompactTextString(m) }
  178. func (*IpAndPort) ProtoMessage() {}
  179. func (*IpAndPort) Descriptor() ([]byte, []int) {
  180. return fileDescriptor_2d65afa7693df5ef, []int{2}
  181. }
  182. func (m *IpAndPort) XXX_Unmarshal(b []byte) error {
  183. return xxx_messageInfo_IpAndPort.Unmarshal(m, b)
  184. }
  185. func (m *IpAndPort) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  186. return xxx_messageInfo_IpAndPort.Marshal(b, m, deterministic)
  187. }
  188. func (m *IpAndPort) XXX_Merge(src proto.Message) {
  189. xxx_messageInfo_IpAndPort.Merge(m, src)
  190. }
  191. func (m *IpAndPort) XXX_Size() int {
  192. return xxx_messageInfo_IpAndPort.Size(m)
  193. }
  194. func (m *IpAndPort) XXX_DiscardUnknown() {
  195. xxx_messageInfo_IpAndPort.DiscardUnknown(m)
  196. }
  197. var xxx_messageInfo_IpAndPort proto.InternalMessageInfo
  198. func (m *IpAndPort) GetIp() uint32 {
  199. if m != nil {
  200. return m.Ip
  201. }
  202. return 0
  203. }
  204. func (m *IpAndPort) GetPort() uint32 {
  205. if m != nil {
  206. return m.Port
  207. }
  208. return 0
  209. }
  210. type NebulaPing struct {
  211. Type NebulaPing_MessageType `protobuf:"varint,1,opt,name=Type,json=type,proto3,enum=nebula.NebulaPing_MessageType" json:"Type,omitempty"`
  212. Time uint64 `protobuf:"varint,2,opt,name=Time,json=time,proto3" json:"Time,omitempty"`
  213. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  214. XXX_unrecognized []byte `json:"-"`
  215. XXX_sizecache int32 `json:"-"`
  216. }
  217. func (m *NebulaPing) Reset() { *m = NebulaPing{} }
  218. func (m *NebulaPing) String() string { return proto.CompactTextString(m) }
  219. func (*NebulaPing) ProtoMessage() {}
  220. func (*NebulaPing) Descriptor() ([]byte, []int) {
  221. return fileDescriptor_2d65afa7693df5ef, []int{3}
  222. }
  223. func (m *NebulaPing) XXX_Unmarshal(b []byte) error {
  224. return xxx_messageInfo_NebulaPing.Unmarshal(m, b)
  225. }
  226. func (m *NebulaPing) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  227. return xxx_messageInfo_NebulaPing.Marshal(b, m, deterministic)
  228. }
  229. func (m *NebulaPing) XXX_Merge(src proto.Message) {
  230. xxx_messageInfo_NebulaPing.Merge(m, src)
  231. }
  232. func (m *NebulaPing) XXX_Size() int {
  233. return xxx_messageInfo_NebulaPing.Size(m)
  234. }
  235. func (m *NebulaPing) XXX_DiscardUnknown() {
  236. xxx_messageInfo_NebulaPing.DiscardUnknown(m)
  237. }
  238. var xxx_messageInfo_NebulaPing proto.InternalMessageInfo
  239. func (m *NebulaPing) GetType() NebulaPing_MessageType {
  240. if m != nil {
  241. return m.Type
  242. }
  243. return NebulaPing_Ping
  244. }
  245. func (m *NebulaPing) GetTime() uint64 {
  246. if m != nil {
  247. return m.Time
  248. }
  249. return 0
  250. }
  251. type NebulaHandshake struct {
  252. Details *NebulaHandshakeDetails `protobuf:"bytes,1,opt,name=Details,json=details,proto3" json:"Details,omitempty"`
  253. Hmac []byte `protobuf:"bytes,2,opt,name=Hmac,json=hmac,proto3" json:"Hmac,omitempty"`
  254. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  255. XXX_unrecognized []byte `json:"-"`
  256. XXX_sizecache int32 `json:"-"`
  257. }
  258. func (m *NebulaHandshake) Reset() { *m = NebulaHandshake{} }
  259. func (m *NebulaHandshake) String() string { return proto.CompactTextString(m) }
  260. func (*NebulaHandshake) ProtoMessage() {}
  261. func (*NebulaHandshake) Descriptor() ([]byte, []int) {
  262. return fileDescriptor_2d65afa7693df5ef, []int{4}
  263. }
  264. func (m *NebulaHandshake) XXX_Unmarshal(b []byte) error {
  265. return xxx_messageInfo_NebulaHandshake.Unmarshal(m, b)
  266. }
  267. func (m *NebulaHandshake) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  268. return xxx_messageInfo_NebulaHandshake.Marshal(b, m, deterministic)
  269. }
  270. func (m *NebulaHandshake) XXX_Merge(src proto.Message) {
  271. xxx_messageInfo_NebulaHandshake.Merge(m, src)
  272. }
  273. func (m *NebulaHandshake) XXX_Size() int {
  274. return xxx_messageInfo_NebulaHandshake.Size(m)
  275. }
  276. func (m *NebulaHandshake) XXX_DiscardUnknown() {
  277. xxx_messageInfo_NebulaHandshake.DiscardUnknown(m)
  278. }
  279. var xxx_messageInfo_NebulaHandshake proto.InternalMessageInfo
  280. func (m *NebulaHandshake) GetDetails() *NebulaHandshakeDetails {
  281. if m != nil {
  282. return m.Details
  283. }
  284. return nil
  285. }
  286. func (m *NebulaHandshake) GetHmac() []byte {
  287. if m != nil {
  288. return m.Hmac
  289. }
  290. return nil
  291. }
  292. type NebulaHandshakeDetails struct {
  293. Cert []byte `protobuf:"bytes,1,opt,name=Cert,json=cert,proto3" json:"Cert,omitempty"`
  294. InitiatorIndex uint32 `protobuf:"varint,2,opt,name=InitiatorIndex,json=initiatorIndex,proto3" json:"InitiatorIndex,omitempty"`
  295. ResponderIndex uint32 `protobuf:"varint,3,opt,name=ResponderIndex,json=responderIndex,proto3" json:"ResponderIndex,omitempty"`
  296. Cookie uint64 `protobuf:"varint,4,opt,name=Cookie,json=cookie,proto3" json:"Cookie,omitempty"`
  297. Time uint64 `protobuf:"varint,5,opt,name=Time,json=time,proto3" json:"Time,omitempty"`
  298. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  299. XXX_unrecognized []byte `json:"-"`
  300. XXX_sizecache int32 `json:"-"`
  301. }
  302. func (m *NebulaHandshakeDetails) Reset() { *m = NebulaHandshakeDetails{} }
  303. func (m *NebulaHandshakeDetails) String() string { return proto.CompactTextString(m) }
  304. func (*NebulaHandshakeDetails) ProtoMessage() {}
  305. func (*NebulaHandshakeDetails) Descriptor() ([]byte, []int) {
  306. return fileDescriptor_2d65afa7693df5ef, []int{5}
  307. }
  308. func (m *NebulaHandshakeDetails) XXX_Unmarshal(b []byte) error {
  309. return xxx_messageInfo_NebulaHandshakeDetails.Unmarshal(m, b)
  310. }
  311. func (m *NebulaHandshakeDetails) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  312. return xxx_messageInfo_NebulaHandshakeDetails.Marshal(b, m, deterministic)
  313. }
  314. func (m *NebulaHandshakeDetails) XXX_Merge(src proto.Message) {
  315. xxx_messageInfo_NebulaHandshakeDetails.Merge(m, src)
  316. }
  317. func (m *NebulaHandshakeDetails) XXX_Size() int {
  318. return xxx_messageInfo_NebulaHandshakeDetails.Size(m)
  319. }
  320. func (m *NebulaHandshakeDetails) XXX_DiscardUnknown() {
  321. xxx_messageInfo_NebulaHandshakeDetails.DiscardUnknown(m)
  322. }
  323. var xxx_messageInfo_NebulaHandshakeDetails proto.InternalMessageInfo
  324. func (m *NebulaHandshakeDetails) GetCert() []byte {
  325. if m != nil {
  326. return m.Cert
  327. }
  328. return nil
  329. }
  330. func (m *NebulaHandshakeDetails) GetInitiatorIndex() uint32 {
  331. if m != nil {
  332. return m.InitiatorIndex
  333. }
  334. return 0
  335. }
  336. func (m *NebulaHandshakeDetails) GetResponderIndex() uint32 {
  337. if m != nil {
  338. return m.ResponderIndex
  339. }
  340. return 0
  341. }
  342. func (m *NebulaHandshakeDetails) GetCookie() uint64 {
  343. if m != nil {
  344. return m.Cookie
  345. }
  346. return 0
  347. }
  348. func (m *NebulaHandshakeDetails) GetTime() uint64 {
  349. if m != nil {
  350. return m.Time
  351. }
  352. return 0
  353. }
  354. func init() {
  355. proto.RegisterEnum("nebula.NebulaMeta_MessageType", NebulaMeta_MessageType_name, NebulaMeta_MessageType_value)
  356. proto.RegisterEnum("nebula.NebulaPing_MessageType", NebulaPing_MessageType_name, NebulaPing_MessageType_value)
  357. proto.RegisterType((*NebulaMeta)(nil), "nebula.NebulaMeta")
  358. proto.RegisterType((*NebulaMetaDetails)(nil), "nebula.NebulaMetaDetails")
  359. proto.RegisterType((*IpAndPort)(nil), "nebula.IpAndPort")
  360. proto.RegisterType((*NebulaPing)(nil), "nebula.NebulaPing")
  361. proto.RegisterType((*NebulaHandshake)(nil), "nebula.NebulaHandshake")
  362. proto.RegisterType((*NebulaHandshakeDetails)(nil), "nebula.NebulaHandshakeDetails")
  363. }
  364. func init() { proto.RegisterFile("nebula.proto", fileDescriptor_2d65afa7693df5ef) }
  365. var fileDescriptor_2d65afa7693df5ef = []byte{
  366. // 491 bytes of a gzipped FileDescriptorProto
  367. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x53, 0x41, 0x6f, 0xda, 0x4c,
  368. 0x10, 0x8d, 0x61, 0x81, 0x30, 0x80, 0xe3, 0xcc, 0xf7, 0x15, 0x91, 0x1e, 0xaa, 0xc8, 0x87, 0x8a,
  369. 0x13, 0x55, 0xc9, 0xa5, 0xd7, 0x8a, 0x1e, 0xe0, 0x00, 0xa2, 0x56, 0xda, 0x1e, 0xab, 0x8d, 0x3d,
  370. 0x8d, 0x57, 0xe0, 0xdd, 0x95, 0xbd, 0xa0, 0xf0, 0x8f, 0xfa, 0x63, 0x7a, 0xec, 0x0f, 0xaa, 0x76,
  371. 0x0d, 0xa6, 0x84, 0xa8, 0xb7, 0x7d, 0xf3, 0xde, 0xcc, 0x8e, 0xdf, 0x5b, 0x43, 0x57, 0xd2, 0xc3,
  372. 0x66, 0xcd, 0x47, 0x3a, 0x57, 0x46, 0x61, 0xb3, 0x44, 0xe1, 0xaf, 0x1a, 0xc0, 0xc2, 0x1d, 0xe7,
  373. 0x64, 0x38, 0x8e, 0x81, 0xdd, 0xef, 0x34, 0x0d, 0xbc, 0x5b, 0x6f, 0xe8, 0x8f, 0xdf, 0x8c, 0xf6,
  374. 0x3d, 0x47, 0xc5, 0x68, 0x4e, 0x45, 0xc1, 0x1f, 0xc9, 0xaa, 0x22, 0x66, 0x76, 0x9a, 0xf0, 0x0e,
  375. 0x5a, 0x9f, 0xc8, 0x70, 0xb1, 0x2e, 0x06, 0xb5, 0x5b, 0x6f, 0xd8, 0x19, 0xdf, 0x9c, 0xb7, 0xed,
  376. 0x05, 0x51, 0x2b, 0x29, 0x0f, 0xe1, 0x6f, 0x0f, 0x3a, 0x7f, 0x8d, 0xc2, 0x4b, 0x60, 0x0b, 0x25,
  377. 0x29, 0xb8, 0xc0, 0x1e, 0xb4, 0xa7, 0xaa, 0x30, 0x9f, 0x37, 0x94, 0xef, 0x02, 0x0f, 0x11, 0xfc,
  378. 0x0a, 0x46, 0xa4, 0xd7, 0xbb, 0xa0, 0x86, 0xaf, 0xa1, 0x6f, 0x6b, 0x5f, 0x74, 0xc2, 0x0d, 0x2d,
  379. 0x94, 0x11, 0x3f, 0x44, 0xcc, 0x8d, 0x50, 0x32, 0xa8, 0xe3, 0x0d, 0xbc, 0xb2, 0xdc, 0x5c, 0x6d,
  380. 0x29, 0x39, 0xa1, 0xd8, 0x81, 0x5a, 0x6e, 0x64, 0x9c, 0x9e, 0x50, 0x0d, 0xf4, 0x01, 0x2c, 0xf5,
  381. 0x2d, 0x55, 0x3c, 0x13, 0x41, 0x13, 0xff, 0x83, 0xab, 0x23, 0x2e, 0xaf, 0x6d, 0xd9, 0xcd, 0x96,
  382. 0xdc, 0xa4, 0x93, 0x94, 0xe2, 0x55, 0x70, 0x69, 0x37, 0xab, 0x60, 0x29, 0x69, 0x87, 0x5b, 0xb8,
  383. 0x3e, 0xfb, 0x68, 0xfc, 0x1f, 0x1a, 0x5f, 0xb5, 0x9c, 0x69, 0xe7, 0x6a, 0x2f, 0x6a, 0x6c, 0x2d,
  384. 0xc0, 0xf7, 0x00, 0x33, 0xfd, 0x51, 0x26, 0x4b, 0x95, 0x1b, 0xeb, 0x5c, 0x7d, 0xd8, 0x19, 0x5f,
  385. 0x1f, 0x9c, 0xab, 0x98, 0x08, 0x44, 0x25, 0xc2, 0x01, 0xb4, 0x62, 0xb5, 0x91, 0x86, 0xf2, 0x41,
  386. 0xdd, 0x8d, 0x3a, 0xc0, 0xf0, 0x1d, 0xb4, 0xab, 0x16, 0xf4, 0xa1, 0x56, 0x5d, 0x56, 0x13, 0x1a,
  387. 0x11, 0x98, 0xad, 0xbb, 0x74, 0x7a, 0x11, 0xd3, 0x2a, 0x37, 0xe1, 0xd3, 0x21, 0xf6, 0xa5, 0x90,
  388. 0x8f, 0xff, 0x8e, 0xdd, 0x2a, 0x5e, 0x88, 0x1d, 0x81, 0xdd, 0x8b, 0x8c, 0xdc, 0x54, 0x16, 0x31,
  389. 0x23, 0x32, 0x0a, 0xc3, 0xb3, 0x50, 0x6d, 0x73, 0x70, 0x81, 0x6d, 0x68, 0x94, 0x16, 0x79, 0xe1,
  390. 0x77, 0xb8, 0x2a, 0xe7, 0x4e, 0xb9, 0x4c, 0x8a, 0x94, 0xaf, 0x08, 0x3f, 0x1c, 0x5f, 0x90, 0xe7,
  391. 0x5e, 0xd0, 0xb3, 0x0d, 0x2a, 0xe5, 0xf3, 0x67, 0x64, 0x97, 0x98, 0x66, 0x3c, 0x76, 0x4b, 0x74,
  392. 0x23, 0x96, 0x66, 0x3c, 0x0e, 0x7f, 0x7a, 0xd0, 0x7f, 0xb9, 0xcf, 0xca, 0x27, 0x94, 0x1b, 0x77,
  393. 0x4b, 0x37, 0x62, 0x31, 0xe5, 0x06, 0xdf, 0x82, 0x3f, 0x93, 0xc2, 0x08, 0x6e, 0x54, 0x3e, 0x93,
  394. 0x09, 0x3d, 0xed, 0x7d, 0xf2, 0xc5, 0x49, 0xd5, 0xea, 0x22, 0x2a, 0xb4, 0x92, 0x09, 0xed, 0x75,
  395. 0x65, 0x06, 0x7e, 0x7e, 0x52, 0xc5, 0x3e, 0x34, 0x27, 0x4a, 0xad, 0x04, 0x0d, 0x98, 0x73, 0xa6,
  396. 0x19, 0x3b, 0x54, 0xf9, 0xd5, 0x38, 0xfa, 0xf5, 0xd0, 0x74, 0x3f, 0xe3, 0xdd, 0x9f, 0x00, 0x00,
  397. 0x00, 0xff, 0xff, 0x65, 0xc6, 0x25, 0x44, 0x9c, 0x03, 0x00, 0x00,
  398. }