|
@@ -1,6 +1,22 @@
|
|
|
-// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
|
|
|
|
|
+// Code generated by protoc-gen-go.
|
|
|
// source: signalling.proto
|
|
// source: signalling.proto
|
|
|
-
|
|
|
|
|
|
|
+// DO NOT EDIT!
|
|
|
|
|
+
|
|
|
|
|
+/*
|
|
|
|
|
+Package tdproto is a generated protocol buffer package.
|
|
|
|
|
+
|
|
|
|
|
+It is generated from these files:
|
|
|
|
|
+ signalling.proto
|
|
|
|
|
+
|
|
|
|
|
+It has these top-level messages:
|
|
|
|
|
+ PubKey
|
|
|
|
|
+ TLSDecoySpec
|
|
|
|
|
+ ClientConf
|
|
|
|
|
+ DecoyList
|
|
|
|
|
+ StationToClient
|
|
|
|
|
+ ClientToStation
|
|
|
|
|
+ SessionStats
|
|
|
|
|
+*/
|
|
|
package tdproto
|
|
package tdproto
|
|
|
|
|
|
|
|
import proto "github.com/golang/protobuf/proto"
|
|
import proto "github.com/golang/protobuf/proto"
|
|
@@ -50,16 +66,15 @@ func (x *KeyType) UnmarshalJSON(data []byte) error {
|
|
|
*x = KeyType(value)
|
|
*x = KeyType(value)
|
|
|
return nil
|
|
return nil
|
|
|
}
|
|
}
|
|
|
-func (KeyType) EnumDescriptor() ([]byte, []int) {
|
|
|
|
|
- return fileDescriptor_signalling_8a11dc154e264fe5, []int{0}
|
|
|
|
|
-}
|
|
|
|
|
|
|
+func (KeyType) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
|
|
|
|
|
|
|
|
// State transitions of the client
|
|
// State transitions of the client
|
|
|
type C2S_Transition int32
|
|
type C2S_Transition int32
|
|
|
|
|
|
|
|
const (
|
|
const (
|
|
|
- C2S_Transition_C2S_NO_CHANGE C2S_Transition = 0
|
|
|
|
|
- // C2S_SESSION_INIT = 1; // Currently MSG_INIT is NOT protobuf
|
|
|
|
|
|
|
+ C2S_Transition_C2S_NO_CHANGE C2S_Transition = 0
|
|
|
|
|
+ C2S_Transition_C2S_SESSION_INIT C2S_Transition = 1
|
|
|
|
|
+ C2S_Transition_C2S_SESSION_COVERT_INIT C2S_Transition = 11
|
|
|
C2S_Transition_C2S_EXPECT_RECONNECT C2S_Transition = 2
|
|
C2S_Transition_C2S_EXPECT_RECONNECT C2S_Transition = 2
|
|
|
C2S_Transition_C2S_SESSION_CLOSE C2S_Transition = 3
|
|
C2S_Transition_C2S_SESSION_CLOSE C2S_Transition = 3
|
|
|
C2S_Transition_C2S_YIELD_UPLOAD C2S_Transition = 4
|
|
C2S_Transition_C2S_YIELD_UPLOAD C2S_Transition = 4
|
|
@@ -70,6 +85,8 @@ const (
|
|
|
|
|
|
|
|
var C2S_Transition_name = map[int32]string{
|
|
var C2S_Transition_name = map[int32]string{
|
|
|
0: "C2S_NO_CHANGE",
|
|
0: "C2S_NO_CHANGE",
|
|
|
|
|
+ 1: "C2S_SESSION_INIT",
|
|
|
|
|
+ 11: "C2S_SESSION_COVERT_INIT",
|
|
|
2: "C2S_EXPECT_RECONNECT",
|
|
2: "C2S_EXPECT_RECONNECT",
|
|
|
3: "C2S_SESSION_CLOSE",
|
|
3: "C2S_SESSION_CLOSE",
|
|
|
4: "C2S_YIELD_UPLOAD",
|
|
4: "C2S_YIELD_UPLOAD",
|
|
@@ -79,6 +96,8 @@ var C2S_Transition_name = map[int32]string{
|
|
|
}
|
|
}
|
|
|
var C2S_Transition_value = map[string]int32{
|
|
var C2S_Transition_value = map[string]int32{
|
|
|
"C2S_NO_CHANGE": 0,
|
|
"C2S_NO_CHANGE": 0,
|
|
|
|
|
+ "C2S_SESSION_INIT": 1,
|
|
|
|
|
+ "C2S_SESSION_COVERT_INIT": 11,
|
|
|
"C2S_EXPECT_RECONNECT": 2,
|
|
"C2S_EXPECT_RECONNECT": 2,
|
|
|
"C2S_SESSION_CLOSE": 3,
|
|
"C2S_SESSION_CLOSE": 3,
|
|
|
"C2S_YIELD_UPLOAD": 4,
|
|
"C2S_YIELD_UPLOAD": 4,
|
|
@@ -103,18 +122,17 @@ func (x *C2S_Transition) UnmarshalJSON(data []byte) error {
|
|
|
*x = C2S_Transition(value)
|
|
*x = C2S_Transition(value)
|
|
|
return nil
|
|
return nil
|
|
|
}
|
|
}
|
|
|
-func (C2S_Transition) EnumDescriptor() ([]byte, []int) {
|
|
|
|
|
- return fileDescriptor_signalling_8a11dc154e264fe5, []int{1}
|
|
|
|
|
-}
|
|
|
|
|
|
|
+func (C2S_Transition) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{1} }
|
|
|
|
|
|
|
|
// State transitions of the server
|
|
// State transitions of the server
|
|
|
type S2C_Transition int32
|
|
type S2C_Transition int32
|
|
|
|
|
|
|
|
const (
|
|
const (
|
|
|
- S2C_Transition_S2C_NO_CHANGE S2C_Transition = 0
|
|
|
|
|
- S2C_Transition_S2C_SESSION_INIT S2C_Transition = 1
|
|
|
|
|
- S2C_Transition_S2C_CONFIRM_RECONNECT S2C_Transition = 2
|
|
|
|
|
- S2C_Transition_S2C_SESSION_CLOSE S2C_Transition = 3
|
|
|
|
|
|
|
+ S2C_Transition_S2C_NO_CHANGE S2C_Transition = 0
|
|
|
|
|
+ S2C_Transition_S2C_SESSION_INIT S2C_Transition = 1
|
|
|
|
|
+ S2C_Transition_S2C_SESSION_COVERT_INIT S2C_Transition = 11
|
|
|
|
|
+ S2C_Transition_S2C_CONFIRM_RECONNECT S2C_Transition = 2
|
|
|
|
|
+ S2C_Transition_S2C_SESSION_CLOSE S2C_Transition = 3
|
|
|
// TODO should probably also allow EXPECT_RECONNECT here, for DittoTap
|
|
// TODO should probably also allow EXPECT_RECONNECT here, for DittoTap
|
|
|
S2C_Transition_S2C_ERROR S2C_Transition = 255
|
|
S2C_Transition_S2C_ERROR S2C_Transition = 255
|
|
|
)
|
|
)
|
|
@@ -122,16 +140,18 @@ const (
|
|
|
var S2C_Transition_name = map[int32]string{
|
|
var S2C_Transition_name = map[int32]string{
|
|
|
0: "S2C_NO_CHANGE",
|
|
0: "S2C_NO_CHANGE",
|
|
|
1: "S2C_SESSION_INIT",
|
|
1: "S2C_SESSION_INIT",
|
|
|
|
|
+ 11: "S2C_SESSION_COVERT_INIT",
|
|
|
2: "S2C_CONFIRM_RECONNECT",
|
|
2: "S2C_CONFIRM_RECONNECT",
|
|
|
3: "S2C_SESSION_CLOSE",
|
|
3: "S2C_SESSION_CLOSE",
|
|
|
255: "S2C_ERROR",
|
|
255: "S2C_ERROR",
|
|
|
}
|
|
}
|
|
|
var S2C_Transition_value = map[string]int32{
|
|
var S2C_Transition_value = map[string]int32{
|
|
|
- "S2C_NO_CHANGE": 0,
|
|
|
|
|
- "S2C_SESSION_INIT": 1,
|
|
|
|
|
- "S2C_CONFIRM_RECONNECT": 2,
|
|
|
|
|
- "S2C_SESSION_CLOSE": 3,
|
|
|
|
|
- "S2C_ERROR": 255,
|
|
|
|
|
|
|
+ "S2C_NO_CHANGE": 0,
|
|
|
|
|
+ "S2C_SESSION_INIT": 1,
|
|
|
|
|
+ "S2C_SESSION_COVERT_INIT": 11,
|
|
|
|
|
+ "S2C_CONFIRM_RECONNECT": 2,
|
|
|
|
|
+ "S2C_SESSION_CLOSE": 3,
|
|
|
|
|
+ "S2C_ERROR": 255,
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
func (x S2C_Transition) Enum() *S2C_Transition {
|
|
func (x S2C_Transition) Enum() *S2C_Transition {
|
|
@@ -150,9 +170,7 @@ func (x *S2C_Transition) UnmarshalJSON(data []byte) error {
|
|
|
*x = S2C_Transition(value)
|
|
*x = S2C_Transition(value)
|
|
|
return nil
|
|
return nil
|
|
|
}
|
|
}
|
|
|
-func (S2C_Transition) EnumDescriptor() ([]byte, []int) {
|
|
|
|
|
- return fileDescriptor_signalling_8a11dc154e264fe5, []int{2}
|
|
|
|
|
-}
|
|
|
|
|
|
|
+func (S2C_Transition) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{2} }
|
|
|
|
|
|
|
|
// Should accompany all S2C_ERROR messages.
|
|
// Should accompany all S2C_ERROR messages.
|
|
|
type ErrorReasonS2C int32
|
|
type ErrorReasonS2C int32
|
|
@@ -205,42 +223,19 @@ func (x *ErrorReasonS2C) UnmarshalJSON(data []byte) error {
|
|
|
*x = ErrorReasonS2C(value)
|
|
*x = ErrorReasonS2C(value)
|
|
|
return nil
|
|
return nil
|
|
|
}
|
|
}
|
|
|
-func (ErrorReasonS2C) EnumDescriptor() ([]byte, []int) {
|
|
|
|
|
- return fileDescriptor_signalling_8a11dc154e264fe5, []int{3}
|
|
|
|
|
-}
|
|
|
|
|
|
|
+func (ErrorReasonS2C) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }
|
|
|
|
|
|
|
|
type PubKey struct {
|
|
type PubKey struct {
|
|
|
// A public key, as used by the station.
|
|
// A public key, as used by the station.
|
|
|
- Key []byte `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
|
|
|
|
|
- Type *KeyType `protobuf:"varint,2,opt,name=type,enum=tapdance.KeyType" json:"type,omitempty"`
|
|
|
|
|
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
- XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
- XXX_sizecache int32 `json:"-"`
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-func (m *PubKey) Reset() { *m = PubKey{} }
|
|
|
|
|
-func (m *PubKey) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
-func (*PubKey) ProtoMessage() {}
|
|
|
|
|
-func (*PubKey) Descriptor() ([]byte, []int) {
|
|
|
|
|
- return fileDescriptor_signalling_8a11dc154e264fe5, []int{0}
|
|
|
|
|
-}
|
|
|
|
|
-func (m *PubKey) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
- return xxx_messageInfo_PubKey.Unmarshal(m, b)
|
|
|
|
|
-}
|
|
|
|
|
-func (m *PubKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
- return xxx_messageInfo_PubKey.Marshal(b, m, deterministic)
|
|
|
|
|
-}
|
|
|
|
|
-func (dst *PubKey) XXX_Merge(src proto.Message) {
|
|
|
|
|
- xxx_messageInfo_PubKey.Merge(dst, src)
|
|
|
|
|
-}
|
|
|
|
|
-func (m *PubKey) XXX_Size() int {
|
|
|
|
|
- return xxx_messageInfo_PubKey.Size(m)
|
|
|
|
|
-}
|
|
|
|
|
-func (m *PubKey) XXX_DiscardUnknown() {
|
|
|
|
|
- xxx_messageInfo_PubKey.DiscardUnknown(m)
|
|
|
|
|
|
|
+ Key []byte `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
|
|
|
|
|
+ Type *KeyType `protobuf:"varint,2,opt,name=type,enum=tapdance.KeyType" json:"type,omitempty"`
|
|
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-var xxx_messageInfo_PubKey proto.InternalMessageInfo
|
|
|
|
|
|
|
+func (m *PubKey) Reset() { *m = PubKey{} }
|
|
|
|
|
+func (m *PubKey) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
+func (*PubKey) ProtoMessage() {}
|
|
|
|
|
+func (*PubKey) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
|
|
|
|
|
|
|
|
func (m *PubKey) GetKey() []byte {
|
|
func (m *PubKey) GetKey() []byte {
|
|
|
if m != nil {
|
|
if m != nil {
|
|
@@ -286,35 +281,14 @@ type TLSDecoySpec struct {
|
|
|
// TODO: the default is based on the current heuristic of only
|
|
// TODO: the default is based on the current heuristic of only
|
|
|
// using decoys that permit windows of 15KB or larger. If this
|
|
// using decoys that permit windows of 15KB or larger. If this
|
|
|
// heuristic changes, then this default doesn't make sense.
|
|
// heuristic changes, then this default doesn't make sense.
|
|
|
- Tcpwin *uint32 `protobuf:"varint,5,opt,name=tcpwin" json:"tcpwin,omitempty"`
|
|
|
|
|
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
- XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
- XXX_sizecache int32 `json:"-"`
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-func (m *TLSDecoySpec) Reset() { *m = TLSDecoySpec{} }
|
|
|
|
|
-func (m *TLSDecoySpec) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
-func (*TLSDecoySpec) ProtoMessage() {}
|
|
|
|
|
-func (*TLSDecoySpec) Descriptor() ([]byte, []int) {
|
|
|
|
|
- return fileDescriptor_signalling_8a11dc154e264fe5, []int{1}
|
|
|
|
|
-}
|
|
|
|
|
-func (m *TLSDecoySpec) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
- return xxx_messageInfo_TLSDecoySpec.Unmarshal(m, b)
|
|
|
|
|
-}
|
|
|
|
|
-func (m *TLSDecoySpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
- return xxx_messageInfo_TLSDecoySpec.Marshal(b, m, deterministic)
|
|
|
|
|
-}
|
|
|
|
|
-func (dst *TLSDecoySpec) XXX_Merge(src proto.Message) {
|
|
|
|
|
- xxx_messageInfo_TLSDecoySpec.Merge(dst, src)
|
|
|
|
|
-}
|
|
|
|
|
-func (m *TLSDecoySpec) XXX_Size() int {
|
|
|
|
|
- return xxx_messageInfo_TLSDecoySpec.Size(m)
|
|
|
|
|
-}
|
|
|
|
|
-func (m *TLSDecoySpec) XXX_DiscardUnknown() {
|
|
|
|
|
- xxx_messageInfo_TLSDecoySpec.DiscardUnknown(m)
|
|
|
|
|
|
|
+ Tcpwin *uint32 `protobuf:"varint,5,opt,name=tcpwin" json:"tcpwin,omitempty"`
|
|
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-var xxx_messageInfo_TLSDecoySpec proto.InternalMessageInfo
|
|
|
|
|
|
|
+func (m *TLSDecoySpec) Reset() { *m = TLSDecoySpec{} }
|
|
|
|
|
+func (m *TLSDecoySpec) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
+func (*TLSDecoySpec) ProtoMessage() {}
|
|
|
|
|
+func (*TLSDecoySpec) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} }
|
|
|
|
|
|
|
|
func (m *TLSDecoySpec) GetHostname() string {
|
|
func (m *TLSDecoySpec) GetHostname() string {
|
|
|
if m != nil && m.Hostname != nil {
|
|
if m != nil && m.Hostname != nil {
|
|
@@ -352,37 +326,16 @@ func (m *TLSDecoySpec) GetTcpwin() uint32 {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
type ClientConf struct {
|
|
type ClientConf struct {
|
|
|
- DecoyList *DecoyList `protobuf:"bytes,1,opt,name=decoy_list" json:"decoy_list,omitempty"`
|
|
|
|
|
- Generation *uint32 `protobuf:"varint,2,opt,name=generation" json:"generation,omitempty"`
|
|
|
|
|
- DefaultPubkey *PubKey `protobuf:"bytes,3,opt,name=default_pubkey" json:"default_pubkey,omitempty"`
|
|
|
|
|
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
- XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
- XXX_sizecache int32 `json:"-"`
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-func (m *ClientConf) Reset() { *m = ClientConf{} }
|
|
|
|
|
-func (m *ClientConf) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
-func (*ClientConf) ProtoMessage() {}
|
|
|
|
|
-func (*ClientConf) Descriptor() ([]byte, []int) {
|
|
|
|
|
- return fileDescriptor_signalling_8a11dc154e264fe5, []int{2}
|
|
|
|
|
-}
|
|
|
|
|
-func (m *ClientConf) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
- return xxx_messageInfo_ClientConf.Unmarshal(m, b)
|
|
|
|
|
-}
|
|
|
|
|
-func (m *ClientConf) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
- return xxx_messageInfo_ClientConf.Marshal(b, m, deterministic)
|
|
|
|
|
-}
|
|
|
|
|
-func (dst *ClientConf) XXX_Merge(src proto.Message) {
|
|
|
|
|
- xxx_messageInfo_ClientConf.Merge(dst, src)
|
|
|
|
|
-}
|
|
|
|
|
-func (m *ClientConf) XXX_Size() int {
|
|
|
|
|
- return xxx_messageInfo_ClientConf.Size(m)
|
|
|
|
|
-}
|
|
|
|
|
-func (m *ClientConf) XXX_DiscardUnknown() {
|
|
|
|
|
- xxx_messageInfo_ClientConf.DiscardUnknown(m)
|
|
|
|
|
|
|
+ DecoyList *DecoyList `protobuf:"bytes,1,opt,name=decoy_list" json:"decoy_list,omitempty"`
|
|
|
|
|
+ Generation *uint32 `protobuf:"varint,2,opt,name=generation" json:"generation,omitempty"`
|
|
|
|
|
+ DefaultPubkey *PubKey `protobuf:"bytes,3,opt,name=default_pubkey" json:"default_pubkey,omitempty"`
|
|
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-var xxx_messageInfo_ClientConf proto.InternalMessageInfo
|
|
|
|
|
|
|
+func (m *ClientConf) Reset() { *m = ClientConf{} }
|
|
|
|
|
+func (m *ClientConf) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
+func (*ClientConf) ProtoMessage() {}
|
|
|
|
|
+func (*ClientConf) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} }
|
|
|
|
|
|
|
|
func (m *ClientConf) GetDecoyList() *DecoyList {
|
|
func (m *ClientConf) GetDecoyList() *DecoyList {
|
|
|
if m != nil {
|
|
if m != nil {
|
|
@@ -406,35 +359,14 @@ func (m *ClientConf) GetDefaultPubkey() *PubKey {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
type DecoyList struct {
|
|
type DecoyList struct {
|
|
|
- TlsDecoys []*TLSDecoySpec `protobuf:"bytes,1,rep,name=tls_decoys" json:"tls_decoys,omitempty"`
|
|
|
|
|
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
- XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
- XXX_sizecache int32 `json:"-"`
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-func (m *DecoyList) Reset() { *m = DecoyList{} }
|
|
|
|
|
-func (m *DecoyList) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
-func (*DecoyList) ProtoMessage() {}
|
|
|
|
|
-func (*DecoyList) Descriptor() ([]byte, []int) {
|
|
|
|
|
- return fileDescriptor_signalling_8a11dc154e264fe5, []int{3}
|
|
|
|
|
-}
|
|
|
|
|
-func (m *DecoyList) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
- return xxx_messageInfo_DecoyList.Unmarshal(m, b)
|
|
|
|
|
-}
|
|
|
|
|
-func (m *DecoyList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
- return xxx_messageInfo_DecoyList.Marshal(b, m, deterministic)
|
|
|
|
|
-}
|
|
|
|
|
-func (dst *DecoyList) XXX_Merge(src proto.Message) {
|
|
|
|
|
- xxx_messageInfo_DecoyList.Merge(dst, src)
|
|
|
|
|
-}
|
|
|
|
|
-func (m *DecoyList) XXX_Size() int {
|
|
|
|
|
- return xxx_messageInfo_DecoyList.Size(m)
|
|
|
|
|
-}
|
|
|
|
|
-func (m *DecoyList) XXX_DiscardUnknown() {
|
|
|
|
|
- xxx_messageInfo_DecoyList.DiscardUnknown(m)
|
|
|
|
|
|
|
+ TlsDecoys []*TLSDecoySpec `protobuf:"bytes,1,rep,name=tls_decoys" json:"tls_decoys,omitempty"`
|
|
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-var xxx_messageInfo_DecoyList proto.InternalMessageInfo
|
|
|
|
|
|
|
+func (m *DecoyList) Reset() { *m = DecoyList{} }
|
|
|
|
|
+func (m *DecoyList) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
+func (*DecoyList) ProtoMessage() {}
|
|
|
|
|
+func (*DecoyList) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }
|
|
|
|
|
|
|
|
func (m *DecoyList) GetTlsDecoys() []*TLSDecoySpec {
|
|
func (m *DecoyList) GetTlsDecoys() []*TLSDecoySpec {
|
|
|
if m != nil {
|
|
if m != nil {
|
|
@@ -459,35 +391,14 @@ type StationToClient struct {
|
|
|
// Sent in SESSION_INIT, identifies the station that picked up
|
|
// Sent in SESSION_INIT, identifies the station that picked up
|
|
|
StationId *string `protobuf:"bytes,6,opt,name=station_id" json:"station_id,omitempty"`
|
|
StationId *string `protobuf:"bytes,6,opt,name=station_id" json:"station_id,omitempty"`
|
|
|
// Random-sized junk to defeat packet size fingerprinting.
|
|
// Random-sized junk to defeat packet size fingerprinting.
|
|
|
- Padding []byte `protobuf:"bytes,100,opt,name=padding" json:"padding,omitempty"`
|
|
|
|
|
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
- XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
- XXX_sizecache int32 `json:"-"`
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-func (m *StationToClient) Reset() { *m = StationToClient{} }
|
|
|
|
|
-func (m *StationToClient) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
-func (*StationToClient) ProtoMessage() {}
|
|
|
|
|
-func (*StationToClient) Descriptor() ([]byte, []int) {
|
|
|
|
|
- return fileDescriptor_signalling_8a11dc154e264fe5, []int{4}
|
|
|
|
|
-}
|
|
|
|
|
-func (m *StationToClient) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
- return xxx_messageInfo_StationToClient.Unmarshal(m, b)
|
|
|
|
|
-}
|
|
|
|
|
-func (m *StationToClient) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
- return xxx_messageInfo_StationToClient.Marshal(b, m, deterministic)
|
|
|
|
|
-}
|
|
|
|
|
-func (dst *StationToClient) XXX_Merge(src proto.Message) {
|
|
|
|
|
- xxx_messageInfo_StationToClient.Merge(dst, src)
|
|
|
|
|
-}
|
|
|
|
|
-func (m *StationToClient) XXX_Size() int {
|
|
|
|
|
- return xxx_messageInfo_StationToClient.Size(m)
|
|
|
|
|
-}
|
|
|
|
|
-func (m *StationToClient) XXX_DiscardUnknown() {
|
|
|
|
|
- xxx_messageInfo_StationToClient.DiscardUnknown(m)
|
|
|
|
|
|
|
+ Padding []byte `protobuf:"bytes,100,opt,name=padding" json:"padding,omitempty"`
|
|
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-var xxx_messageInfo_StationToClient proto.InternalMessageInfo
|
|
|
|
|
|
|
+func (m *StationToClient) Reset() { *m = StationToClient{} }
|
|
|
|
|
+func (m *StationToClient) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
+func (*StationToClient) ProtoMessage() {}
|
|
|
|
|
+func (*StationToClient) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{4} }
|
|
|
|
|
|
|
|
func (m *StationToClient) GetProtocolVersion() uint32 {
|
|
func (m *StationToClient) GetProtocolVersion() uint32 {
|
|
|
if m != nil && m.ProtocolVersion != nil {
|
|
if m != nil && m.ProtocolVersion != nil {
|
|
@@ -548,38 +459,26 @@ type ClientToStation struct {
|
|
|
// The position in the overall session's upload sequence where the current
|
|
// The position in the overall session's upload sequence where the current
|
|
|
// YIELD=>ACQUIRE switchover is happening.
|
|
// YIELD=>ACQUIRE switchover is happening.
|
|
|
UploadSync *uint64 `protobuf:"varint,4,opt,name=upload_sync" json:"upload_sync,omitempty"`
|
|
UploadSync *uint64 `protobuf:"varint,4,opt,name=upload_sync" json:"upload_sync,omitempty"`
|
|
|
- //
|
|
|
|
|
- FailedDecoys []string `protobuf:"bytes,10,rep,name=failed_decoys" json:"failed_decoys,omitempty"`
|
|
|
|
|
|
|
+ // List of decoys that client have unsuccessfully tried in current session.
|
|
|
|
|
+ // Could be sent in chunks
|
|
|
|
|
+ FailedDecoys []string `protobuf:"bytes,10,rep,name=failed_decoys" json:"failed_decoys,omitempty"`
|
|
|
|
|
+ Stats *SessionStats `protobuf:"bytes,11,opt,name=stats" json:"stats,omitempty"`
|
|
|
|
|
+ // Station is only required to check this variable during session initialization.
|
|
|
|
|
+ // If set, station must facilitate connection to said target by itself, i.e. write into squid
|
|
|
|
|
+ // socket an HTTP/SOCKS/any other connection request.
|
|
|
|
|
+ // covert_address must have exactly one ':' colon, that separates host (literal IP address or
|
|
|
|
|
+ // resolvable hostname) and port
|
|
|
|
|
+ // TODO: make it required for initialization, and stop connecting any client straight to squid?
|
|
|
|
|
+ CovertAddress *string `protobuf:"bytes,20,opt,name=covert_address" json:"covert_address,omitempty"`
|
|
|
// Random-sized junk to defeat packet size fingerprinting.
|
|
// Random-sized junk to defeat packet size fingerprinting.
|
|
|
- Padding []byte `protobuf:"bytes,100,opt,name=padding" json:"padding,omitempty"`
|
|
|
|
|
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
- XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
- XXX_sizecache int32 `json:"-"`
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-func (m *ClientToStation) Reset() { *m = ClientToStation{} }
|
|
|
|
|
-func (m *ClientToStation) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
-func (*ClientToStation) ProtoMessage() {}
|
|
|
|
|
-func (*ClientToStation) Descriptor() ([]byte, []int) {
|
|
|
|
|
- return fileDescriptor_signalling_8a11dc154e264fe5, []int{5}
|
|
|
|
|
-}
|
|
|
|
|
-func (m *ClientToStation) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
- return xxx_messageInfo_ClientToStation.Unmarshal(m, b)
|
|
|
|
|
-}
|
|
|
|
|
-func (m *ClientToStation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
- return xxx_messageInfo_ClientToStation.Marshal(b, m, deterministic)
|
|
|
|
|
-}
|
|
|
|
|
-func (dst *ClientToStation) XXX_Merge(src proto.Message) {
|
|
|
|
|
- xxx_messageInfo_ClientToStation.Merge(dst, src)
|
|
|
|
|
-}
|
|
|
|
|
-func (m *ClientToStation) XXX_Size() int {
|
|
|
|
|
- return xxx_messageInfo_ClientToStation.Size(m)
|
|
|
|
|
-}
|
|
|
|
|
-func (m *ClientToStation) XXX_DiscardUnknown() {
|
|
|
|
|
- xxx_messageInfo_ClientToStation.DiscardUnknown(m)
|
|
|
|
|
|
|
+ Padding []byte `protobuf:"bytes,100,opt,name=padding" json:"padding,omitempty"`
|
|
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-var xxx_messageInfo_ClientToStation proto.InternalMessageInfo
|
|
|
|
|
|
|
+func (m *ClientToStation) Reset() { *m = ClientToStation{} }
|
|
|
|
|
+func (m *ClientToStation) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
+func (*ClientToStation) ProtoMessage() {}
|
|
|
|
|
+func (*ClientToStation) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{5} }
|
|
|
|
|
|
|
|
func (m *ClientToStation) GetProtocolVersion() uint32 {
|
|
func (m *ClientToStation) GetProtocolVersion() uint32 {
|
|
|
if m != nil && m.ProtocolVersion != nil {
|
|
if m != nil && m.ProtocolVersion != nil {
|
|
@@ -616,6 +515,20 @@ func (m *ClientToStation) GetFailedDecoys() []string {
|
|
|
return nil
|
|
return nil
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+func (m *ClientToStation) GetStats() *SessionStats {
|
|
|
|
|
+ if m != nil {
|
|
|
|
|
+ return m.Stats
|
|
|
|
|
+ }
|
|
|
|
|
+ return nil
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (m *ClientToStation) GetCovertAddress() string {
|
|
|
|
|
+ if m != nil && m.CovertAddress != nil {
|
|
|
|
|
+ return *m.CovertAddress
|
|
|
|
|
+ }
|
|
|
|
|
+ return ""
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
func (m *ClientToStation) GetPadding() []byte {
|
|
func (m *ClientToStation) GetPadding() []byte {
|
|
|
if m != nil {
|
|
if m != nil {
|
|
|
return m.Padding
|
|
return m.Padding
|
|
@@ -623,6 +536,57 @@ func (m *ClientToStation) GetPadding() []byte {
|
|
|
return nil
|
|
return nil
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+type SessionStats struct {
|
|
|
|
|
+ FailedDecoysAmount *uint32 `protobuf:"varint,20,opt,name=failed_decoys_amount" json:"failed_decoys_amount,omitempty"`
|
|
|
|
|
+ // Applicable to whole session:
|
|
|
|
|
+ TotalTimeToConnect *uint32 `protobuf:"varint,31,opt,name=total_time_to_connect" json:"total_time_to_connect,omitempty"`
|
|
|
|
|
+ // Last (i.e. successful) decoy:
|
|
|
|
|
+ RttToStation *uint32 `protobuf:"varint,33,opt,name=rtt_to_station" json:"rtt_to_station,omitempty"`
|
|
|
|
|
+ TlsToDecoy *uint32 `protobuf:"varint,38,opt,name=tls_to_decoy" json:"tls_to_decoy,omitempty"`
|
|
|
|
|
+ TcpToDecoy *uint32 `protobuf:"varint,39,opt,name=tcp_to_decoy" json:"tcp_to_decoy,omitempty"`
|
|
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (m *SessionStats) Reset() { *m = SessionStats{} }
|
|
|
|
|
+func (m *SessionStats) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
+func (*SessionStats) ProtoMessage() {}
|
|
|
|
|
+func (*SessionStats) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{6} }
|
|
|
|
|
+
|
|
|
|
|
+func (m *SessionStats) GetFailedDecoysAmount() uint32 {
|
|
|
|
|
+ if m != nil && m.FailedDecoysAmount != nil {
|
|
|
|
|
+ return *m.FailedDecoysAmount
|
|
|
|
|
+ }
|
|
|
|
|
+ return 0
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (m *SessionStats) GetTotalTimeToConnect() uint32 {
|
|
|
|
|
+ if m != nil && m.TotalTimeToConnect != nil {
|
|
|
|
|
+ return *m.TotalTimeToConnect
|
|
|
|
|
+ }
|
|
|
|
|
+ return 0
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (m *SessionStats) GetRttToStation() uint32 {
|
|
|
|
|
+ if m != nil && m.RttToStation != nil {
|
|
|
|
|
+ return *m.RttToStation
|
|
|
|
|
+ }
|
|
|
|
|
+ return 0
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (m *SessionStats) GetTlsToDecoy() uint32 {
|
|
|
|
|
+ if m != nil && m.TlsToDecoy != nil {
|
|
|
|
|
+ return *m.TlsToDecoy
|
|
|
|
|
+ }
|
|
|
|
|
+ return 0
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (m *SessionStats) GetTcpToDecoy() uint32 {
|
|
|
|
|
+ if m != nil && m.TcpToDecoy != nil {
|
|
|
|
|
+ return *m.TcpToDecoy
|
|
|
|
|
+ }
|
|
|
|
|
+ return 0
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
func init() {
|
|
func init() {
|
|
|
proto.RegisterType((*PubKey)(nil), "tapdance.PubKey")
|
|
proto.RegisterType((*PubKey)(nil), "tapdance.PubKey")
|
|
|
proto.RegisterType((*TLSDecoySpec)(nil), "tapdance.TLSDecoySpec")
|
|
proto.RegisterType((*TLSDecoySpec)(nil), "tapdance.TLSDecoySpec")
|
|
@@ -630,61 +594,70 @@ func init() {
|
|
|
proto.RegisterType((*DecoyList)(nil), "tapdance.DecoyList")
|
|
proto.RegisterType((*DecoyList)(nil), "tapdance.DecoyList")
|
|
|
proto.RegisterType((*StationToClient)(nil), "tapdance.StationToClient")
|
|
proto.RegisterType((*StationToClient)(nil), "tapdance.StationToClient")
|
|
|
proto.RegisterType((*ClientToStation)(nil), "tapdance.ClientToStation")
|
|
proto.RegisterType((*ClientToStation)(nil), "tapdance.ClientToStation")
|
|
|
|
|
+ proto.RegisterType((*SessionStats)(nil), "tapdance.SessionStats")
|
|
|
proto.RegisterEnum("tapdance.KeyType", KeyType_name, KeyType_value)
|
|
proto.RegisterEnum("tapdance.KeyType", KeyType_name, KeyType_value)
|
|
|
proto.RegisterEnum("tapdance.C2S_Transition", C2S_Transition_name, C2S_Transition_value)
|
|
proto.RegisterEnum("tapdance.C2S_Transition", C2S_Transition_name, C2S_Transition_value)
|
|
|
proto.RegisterEnum("tapdance.S2C_Transition", S2C_Transition_name, S2C_Transition_value)
|
|
proto.RegisterEnum("tapdance.S2C_Transition", S2C_Transition_name, S2C_Transition_value)
|
|
|
proto.RegisterEnum("tapdance.ErrorReasonS2C", ErrorReasonS2C_name, ErrorReasonS2C_value)
|
|
proto.RegisterEnum("tapdance.ErrorReasonS2C", ErrorReasonS2C_name, ErrorReasonS2C_value)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-func init() { proto.RegisterFile("signalling.proto", fileDescriptor_signalling_8a11dc154e264fe5) }
|
|
|
|
|
-
|
|
|
|
|
-var fileDescriptor_signalling_8a11dc154e264fe5 = []byte{
|
|
|
|
|
- // 751 bytes of a gzipped FileDescriptorProto
|
|
|
|
|
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x52, 0x4f, 0x6f, 0xe3, 0x44,
|
|
|
|
|
- 0x14, 0x5f, 0x37, 0xd9, 0xb4, 0x7d, 0x69, 0x9c, 0xe9, 0xb4, 0x5d, 0x19, 0x09, 0x44, 0x94, 0x0b,
|
|
|
|
|
- 0xa1, 0xa0, 0x4a, 0x58, 0xb0, 0x70, 0x8d, 0x26, 0xc3, 0x12, 0xad, 0xeb, 0x09, 0xf6, 0x14, 0x51,
|
|
|
|
|
- 0x38, 0x8c, 0xdc, 0x78, 0x12, 0xac, 0x75, 0x3d, 0x96, 0x3d, 0x59, 0x14, 0xf1, 0x95, 0x38, 0x72,
|
|
|
|
|
- 0xe3, 0x5b, 0xf1, 0x05, 0x40, 0x63, 0x3b, 0x8d, 0xc9, 0xae, 0xf6, 0xe8, 0x9f, 0xdf, 0xfc, 0xfe,
|
|
|
|
|
- 0xbd, 0x07, 0xa8, 0x4c, 0xd6, 0x59, 0x94, 0xa6, 0x49, 0xb6, 0xbe, 0xc9, 0x0b, 0xa5, 0x15, 0x3e,
|
|
|
|
|
- 0xd1, 0x51, 0x1e, 0x47, 0xd9, 0x52, 0x8e, 0x5f, 0x42, 0x6f, 0xb1, 0x79, 0x78, 0x2d, 0xb7, 0xb8,
|
|
|
|
|
- 0x0f, 0x9d, 0x37, 0x72, 0xeb, 0x58, 0x23, 0x6b, 0x72, 0x86, 0x3f, 0x85, 0xae, 0xde, 0xe6, 0xd2,
|
|
|
|
|
- 0x39, 0x1a, 0x59, 0x13, 0xdb, 0x3d, 0xbf, 0xd9, 0xcd, 0xdf, 0xbc, 0x96, 0x5b, 0xbe, 0xcd, 0xe5,
|
|
|
|
|
- 0x78, 0x03, 0x67, 0xdc, 0x0b, 0x67, 0x72, 0xa9, 0xb6, 0x61, 0x2e, 0x97, 0x18, 0xc1, 0xc9, 0x6f,
|
|
|
|
|
- 0xaa, 0xd4, 0x59, 0xf4, 0x28, 0x2b, 0x8a, 0x53, 0x83, 0x24, 0xf9, 0xdb, 0xaf, 0xa3, 0x38, 0x2e,
|
|
|
|
|
- 0x2a, 0x9a, 0x63, 0x3c, 0x82, 0x5e, 0xbe, 0x79, 0x30, 0x22, 0x9d, 0x91, 0x35, 0xe9, 0xbb, 0x68,
|
|
|
|
|
- 0x4f, 0xdb, 0x78, 0x18, 0xc2, 0xb1, 0x4e, 0x1e, 0xa5, 0xda, 0x68, 0xa7, 0x3b, 0xb2, 0x26, 0x03,
|
|
|
|
|
- 0x6c, 0x43, 0x4f, 0x2f, 0xf3, 0xdf, 0x93, 0xcc, 0x79, 0x6e, 0xbe, 0xc7, 0x25, 0x00, 0x49, 0x13,
|
|
|
|
|
- 0x99, 0x69, 0xa2, 0xb2, 0x15, 0xfe, 0x0c, 0x20, 0x36, 0x0e, 0x44, 0x9a, 0x94, 0xba, 0x92, 0xed,
|
|
|
|
|
- 0xbb, 0x17, 0x7b, 0xd2, 0xca, 0x9d, 0x97, 0x94, 0x1a, 0x63, 0x80, 0xb5, 0xcc, 0x64, 0x11, 0xe9,
|
|
|
|
|
- 0x44, 0x65, 0x95, 0x9b, 0x01, 0x9e, 0x80, 0x1d, 0xcb, 0x55, 0xb4, 0x49, 0xb5, 0xf8, 0xb0, 0xab,
|
|
|
|
|
- 0xf1, 0xb7, 0x70, 0xba, 0xa7, 0xba, 0x06, 0xd0, 0x69, 0x29, 0x2a, 0xdd, 0xd2, 0xb1, 0x46, 0x9d,
|
|
|
|
|
- 0x49, 0xdf, 0x7d, 0xb1, 0x7f, 0xd2, 0x2e, 0x65, 0xfc, 0x8f, 0x05, 0xc3, 0x50, 0x57, 0xa2, 0x5c,
|
|
|
|
|
- 0xd5, 0xbe, 0xb1, 0x03, 0xa8, 0xda, 0xc1, 0x52, 0xa5, 0xe2, 0xad, 0x2c, 0x4a, 0x63, 0xc8, 0xaa,
|
|
|
|
|
- 0x0c, 0xb9, 0x80, 0x4a, 0x1d, 0x69, 0x29, 0x74, 0x11, 0x65, 0x65, 0xf2, 0x64, 0xd5, 0x76, 0x9d,
|
|
|
|
|
- 0x3d, 0x7f, 0xe8, 0x12, 0xc1, 0x9f, 0xfe, 0xe3, 0xcf, 0xa1, 0xbf, 0x54, 0xd9, 0x2a, 0x59, 0x8b,
|
|
|
|
|
- 0x24, 0x5b, 0xa9, 0x26, 0xc1, 0xe5, 0x7e, 0xbc, 0x55, 0xd6, 0x97, 0x00, 0xb2, 0x28, 0x44, 0x21,
|
|
|
|
|
- 0xa3, 0x52, 0x65, 0x55, 0xbd, 0xff, 0x23, 0xa6, 0x45, 0xa1, 0x8a, 0xa0, 0xfa, 0x19, 0xba, 0x04,
|
|
|
|
|
- 0x5f, 0x40, 0x5f, 0x3f, 0xe6, 0xe2, 0x21, 0x5a, 0xbe, 0x51, 0xab, 0x55, 0xdd, 0xbe, 0xa9, 0xb1,
|
|
|
|
|
- 0xac, 0xe3, 0x88, 0x24, 0x76, 0x7a, 0xd5, 0x9a, 0x87, 0x70, 0x9c, 0x47, 0x71, 0x9c, 0x64, 0x6b,
|
|
|
|
|
- 0x27, 0x36, 0xa7, 0x33, 0xfe, 0xdb, 0x82, 0x61, 0x2d, 0xcb, 0x55, 0x13, 0xfe, 0x03, 0xa1, 0x3f,
|
|
|
|
|
- 0x81, 0xab, 0xfd, 0x0a, 0xc5, 0x3b, 0x4b, 0x7a, 0x5f, 0x27, 0x9d, 0x43, 0xeb, 0xc4, 0x0d, 0xdb,
|
|
|
|
|
- 0x9d, 0x5c, 0x40, 0x7f, 0x93, 0xa7, 0x2a, 0x8a, 0x45, 0xb9, 0xcd, 0x96, 0x55, 0xd2, 0x2e, 0xbe,
|
|
|
|
|
- 0x82, 0xc1, 0x2a, 0x4a, 0x52, 0x19, 0xef, 0x36, 0x07, 0xa3, 0xce, 0x7b, 0xdc, 0x5f, 0x7f, 0x01,
|
|
|
|
|
- 0xc7, 0xcd, 0x89, 0xe3, 0x21, 0xf4, 0xa7, 0x34, 0x14, 0xaf, 0xc8, 0xad, 0xf8, 0xca, 0xfd, 0x0e,
|
|
|
|
|
- 0xfd, 0xd2, 0x06, 0xdc, 0x6f, 0x5e, 0xa2, 0x5f, 0xaf, 0xff, 0xb2, 0xc0, 0x3e, 0x10, 0x3f, 0x87,
|
|
|
|
|
- 0x81, 0x41, 0x7c, 0x26, 0xc8, 0x0f, 0x53, 0xff, 0x15, 0x45, 0xcf, 0xb0, 0x03, 0x97, 0x06, 0xa2,
|
|
|
|
|
- 0x3f, 0x2f, 0x28, 0xe1, 0x22, 0xa0, 0x84, 0xf9, 0x3e, 0x25, 0x1c, 0x1d, 0xe1, 0x2b, 0x38, 0x37,
|
|
|
|
|
- 0x7f, 0x42, 0x1a, 0x86, 0x73, 0xe6, 0x0b, 0xe2, 0xb1, 0x90, 0xa2, 0x0e, 0xbe, 0x04, 0x64, 0xe0,
|
|
|
|
|
- 0xfb, 0x39, 0xf5, 0x66, 0xe2, 0x6e, 0xe1, 0xb1, 0xe9, 0x0c, 0x75, 0xf1, 0x0b, 0xc0, 0x06, 0x9d,
|
|
|
|
|
- 0x92, 0x1f, 0xef, 0xe6, 0x01, 0xdd, 0xe1, 0xcf, 0xf1, 0x08, 0x3e, 0x6e, 0xd1, 0xd7, 0x30, 0xf3,
|
|
|
|
|
- 0xbd, 0xfb, 0x46, 0x09, 0xf5, 0xb0, 0x0d, 0xa7, 0xd5, 0x44, 0x10, 0xb0, 0x00, 0xfd, 0x6b, 0x5d,
|
|
|
|
|
- 0xff, 0x01, 0xf6, 0xc1, 0x19, 0x9d, 0xc3, 0xc0, 0x20, 0x6d, 0xd7, 0x97, 0x80, 0x0c, 0xb4, 0xf3,
|
|
|
|
|
- 0x36, 0xf7, 0xe7, 0x1c, 0x59, 0xf8, 0x23, 0xb8, 0x32, 0x28, 0x61, 0xfe, 0xf7, 0xf3, 0xe0, 0xf6,
|
|
|
|
|
- 0x30, 0x4c, 0xfb, 0xc1, 0x2e, 0x8c, 0x0d, 0xa7, 0x06, 0x7e, 0x12, 0xff, 0xd3, 0x02, 0xfb, 0xe0,
|
|
|
|
|
- 0xd6, 0xce, 0xe0, 0xc4, 0x67, 0xcd, 0xc4, 0xb3, 0xaa, 0x41, 0xf6, 0x13, 0x0d, 0xb8, 0x08, 0x79,
|
|
|
|
|
- 0x40, 0xa7, 0xb7, 0xc8, 0xc2, 0x17, 0x30, 0x24, 0xde, 0x9c, 0xfa, 0xa6, 0xbd, 0x05, 0x0b, 0x38,
|
|
|
|
|
- 0x9d, 0xa1, 0xa3, 0x16, 0xb8, 0x08, 0x18, 0x67, 0x84, 0x79, 0x75, 0x75, 0x21, 0x9f, 0xf2, 0xda,
|
|
|
|
|
- 0x31, 0xa7, 0x81, 0x3f, 0xf5, 0x50, 0x17, 0x63, 0xb0, 0x67, 0x94, 0xb0, 0x7b, 0x61, 0x78, 0x9b,
|
|
|
|
|
- 0xda, 0x8c, 0x4c, 0xfd, 0xbc, 0x91, 0x89, 0xcd, 0x58, 0x03, 0xf1, 0xf9, 0x2d, 0x65, 0x77, 0x1c,
|
|
|
|
|
- 0xc9, 0xff, 0x02, 0x00, 0x00, 0xff, 0xff, 0x62, 0x2e, 0x52, 0xe5, 0x3c, 0x05, 0x00, 0x00,
|
|
|
|
|
|
|
+func init() { proto.RegisterFile("signalling.proto", fileDescriptor0) }
|
|
|
|
|
+
|
|
|
|
|
+var fileDescriptor0 = []byte{
|
|
|
|
|
+ // 867 bytes of a gzipped FileDescriptorProto
|
|
|
|
|
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x7c, 0x53, 0x4d, 0x6f, 0xe3, 0x44,
|
|
|
|
|
+ 0x18, 0x5e, 0x37, 0x69, 0xda, 0xbc, 0x4e, 0x9c, 0xe9, 0x34, 0x2d, 0x46, 0x2c, 0xda, 0x10, 0x09,
|
|
|
|
|
+ 0x36, 0x14, 0x54, 0x09, 0x0b, 0x16, 0xae, 0x91, 0x63, 0x96, 0x68, 0x53, 0x3b, 0xd8, 0x2e, 0xa2,
|
|
|
|
|
+ 0x70, 0x18, 0xb9, 0xf6, 0x24, 0x58, 0xeb, 0x7a, 0x2c, 0xcf, 0xa4, 0x28, 0xbf, 0x82, 0x2b, 0x3f,
|
|
|
|
|
+ 0x82, 0xff, 0xc5, 0x9d, 0x23, 0x17, 0xd0, 0x8c, 0xdd, 0xe6, 0x63, 0x57, 0x3d, 0xfa, 0x99, 0x79,
|
|
|
|
|
+ 0x9f, 0xaf, 0x77, 0x0c, 0x88, 0xa7, 0xcb, 0x3c, 0xca, 0xb2, 0x34, 0x5f, 0x5e, 0x16, 0x25, 0x13,
|
|
|
|
|
+ 0x0c, 0x1f, 0x8b, 0xa8, 0x48, 0xa2, 0x3c, 0xa6, 0xc3, 0x57, 0xd0, 0x9a, 0xaf, 0x6e, 0xdf, 0xd0,
|
|
|
|
|
+ 0x35, 0xd6, 0xa1, 0xf1, 0x96, 0xae, 0x4d, 0x6d, 0xa0, 0x8d, 0x3a, 0xf8, 0x05, 0x34, 0xc5, 0xba,
|
|
|
|
|
+ 0xa0, 0xe6, 0xc1, 0x40, 0x1b, 0x19, 0xd6, 0xc9, 0xe5, 0xc3, 0xfd, 0xcb, 0x37, 0x74, 0x1d, 0xae,
|
|
|
|
|
+ 0x0b, 0x3a, 0x5c, 0x41, 0x27, 0x9c, 0x05, 0x13, 0x1a, 0xb3, 0x75, 0x50, 0xd0, 0x18, 0x23, 0x38,
|
|
|
|
|
+ 0xfe, 0x8d, 0x71, 0x91, 0x47, 0x77, 0x54, 0x51, 0xb4, 0x25, 0x92, 0x16, 0xf7, 0x5f, 0x47, 0x49,
|
|
|
|
|
+ 0x52, 0x2a, 0x9a, 0x23, 0x3c, 0x80, 0x56, 0xb1, 0xba, 0x95, 0x22, 0x8d, 0x81, 0x36, 0xd2, 0x2d,
|
|
|
|
|
+ 0xb4, 0xa1, 0xad, 0x3d, 0xf4, 0xe0, 0x48, 0xa4, 0x77, 0x94, 0xad, 0x84, 0xd9, 0x1c, 0x68, 0xa3,
|
|
|
|
|
+ 0x2e, 0x36, 0xa0, 0x25, 0xe2, 0xe2, 0xf7, 0x34, 0x37, 0x0f, 0xe5, 0xf7, 0x90, 0x03, 0xd8, 0x59,
|
|
|
|
|
+ 0x4a, 0x73, 0x61, 0xb3, 0x7c, 0x81, 0x5f, 0x02, 0x24, 0xd2, 0x01, 0xc9, 0x52, 0x2e, 0x94, 0xac,
|
|
|
|
|
+ 0x6e, 0x9d, 0x6e, 0x48, 0x95, 0xbb, 0x59, 0xca, 0x05, 0xc6, 0x00, 0x4b, 0x9a, 0xd3, 0x32, 0x12,
|
|
|
|
|
+ 0x29, 0xcb, 0x95, 0x9b, 0x2e, 0x1e, 0x81, 0x91, 0xd0, 0x45, 0xb4, 0xca, 0x04, 0x79, 0xda, 0xd5,
|
|
|
|
|
+ 0xf0, 0x5b, 0x68, 0x6f, 0xa8, 0x2e, 0x00, 0x44, 0xc6, 0x89, 0xd2, 0xe5, 0xa6, 0x36, 0x68, 0x8c,
|
|
|
|
|
+ 0x74, 0xeb, 0x7c, 0x33, 0xb2, 0x5d, 0xca, 0xf0, 0x1f, 0x0d, 0x7a, 0x81, 0x50, 0xa2, 0x21, 0xab,
|
|
|
|
|
+ 0x7c, 0x63, 0x13, 0x90, 0xda, 0x41, 0xcc, 0x32, 0x72, 0x4f, 0x4b, 0x2e, 0x0d, 0x69, 0xca, 0x90,
|
|
|
|
|
+ 0x05, 0x88, 0x8b, 0x48, 0x50, 0x22, 0xca, 0x28, 0xe7, 0xe9, 0xa3, 0x55, 0xc3, 0x32, 0x37, 0xfc,
|
|
|
|
|
+ 0x81, 0x65, 0x93, 0xf0, 0xf1, 0x1c, 0x7f, 0x0e, 0x7a, 0xcc, 0xf2, 0x45, 0xba, 0x24, 0x69, 0xbe,
|
|
|
|
|
+ 0x60, 0x75, 0x82, 0xfe, 0xe6, 0xfa, 0x56, 0x59, 0x5f, 0x02, 0xd0, 0xb2, 0x24, 0x25, 0x8d, 0x38,
|
|
|
|
|
+ 0xcb, 0x55, 0xbd, 0x3b, 0xc4, 0x4e, 0x59, 0xb2, 0xd2, 0x57, 0x87, 0x81, 0x65, 0xe3, 0x53, 0xd0,
|
|
|
|
|
+ 0xc5, 0x5d, 0x41, 0x6e, 0xa3, 0xf8, 0x2d, 0x5b, 0x2c, 0xaa, 0xf6, 0x65, 0x8d, 0xbc, 0x8a, 0x43,
|
|
|
|
|
+ 0xd2, 0xc4, 0x6c, 0xa9, 0x35, 0xf7, 0xe0, 0xa8, 0x88, 0x92, 0x24, 0xcd, 0x97, 0x66, 0x22, 0x9f,
|
|
|
|
|
+ 0xce, 0xf0, 0x5f, 0x0d, 0x7a, 0x95, 0x6c, 0xc8, 0xea, 0xf0, 0x4f, 0x84, 0xfe, 0x18, 0xce, 0x36,
|
|
|
|
|
+ 0x2b, 0x24, 0xef, 0x2c, 0xe9, 0x7d, 0x9d, 0x34, 0xf6, 0xad, 0xdb, 0x56, 0xb0, 0xdd, 0xc9, 0x29,
|
|
|
|
|
+ 0xe8, 0xab, 0x22, 0x63, 0x51, 0x42, 0xf8, 0x3a, 0x8f, 0x55, 0xd2, 0x26, 0x3e, 0x83, 0xee, 0x22,
|
|
|
|
|
+ 0x4a, 0x33, 0x9a, 0x3c, 0x6c, 0x0e, 0x06, 0x8d, 0x51, 0x1b, 0x7f, 0x0a, 0x87, 0x92, 0x9f, 0x9b,
|
|
|
|
|
+ 0xba, 0x6a, 0x6e, 0x6b, 0x91, 0x01, 0xe5, 0xd2, 0xa6, 0x4c, 0xc0, 0xf1, 0x39, 0x18, 0x31, 0xbb,
|
|
|
|
|
+ 0xa7, 0xa5, 0x20, 0xf2, 0x39, 0x53, 0xce, 0xcd, 0xfe, 0xfb, 0xc3, 0xff, 0xa1, 0x41, 0x67, 0x67,
|
|
|
|
|
+ 0xf2, 0x39, 0xf4, 0x77, 0x74, 0x49, 0x74, 0xc7, 0x56, 0xb9, 0x50, 0xf3, 0x2a, 0xbd, 0x60, 0x22,
|
|
|
|
|
+ 0xca, 0x88, 0x7c, 0xf5, 0x44, 0x30, 0x12, 0xb3, 0x3c, 0xa7, 0xb1, 0x30, 0x5f, 0xa8, 0xe3, 0x73,
|
|
|
|
|
+ 0x30, 0x4a, 0x21, 0x24, 0x5e, 0xd7, 0x6e, 0x7e, 0xa2, 0xf0, 0x3e, 0x74, 0xe4, 0x1b, 0x14, 0xac,
|
|
|
|
|
+ 0x22, 0x35, 0x3f, 0x7b, 0x44, 0xe3, 0x62, 0x83, 0xbe, 0x94, 0xe8, 0xc5, 0x17, 0x70, 0x54, 0xff,
|
|
|
|
|
+ 0xb3, 0xb8, 0x07, 0xfa, 0xd8, 0x09, 0xc8, 0x6b, 0xfb, 0x8a, 0x7c, 0x65, 0x7d, 0x87, 0x7e, 0xd9,
|
|
|
|
|
+ 0x06, 0xac, 0x6f, 0x5e, 0xa1, 0x5f, 0x2f, 0xfe, 0xd6, 0xc0, 0xd8, 0x6b, 0xf3, 0x04, 0xba, 0x12,
|
|
|
|
|
+ 0x71, 0x3d, 0x62, 0xff, 0x30, 0x76, 0x5f, 0x3b, 0xe8, 0x19, 0xee, 0x03, 0x92, 0x50, 0xe0, 0x04,
|
|
|
|
|
+ 0xc1, 0xd4, 0x73, 0xc9, 0xd4, 0x9d, 0x86, 0x48, 0xc3, 0x1f, 0xc1, 0x07, 0xdb, 0xa8, 0xed, 0xfd,
|
|
|
|
|
+ 0xe4, 0xf8, 0x61, 0x75, 0xa8, 0x63, 0x13, 0xfa, 0xf2, 0xd0, 0xf9, 0x79, 0xee, 0xd8, 0x21, 0xf1,
|
|
|
|
|
+ 0x1d, 0xdb, 0x73, 0x5d, 0xc7, 0x0e, 0xd1, 0x01, 0x3e, 0x83, 0x93, 0x9d, 0xb1, 0x99, 0x17, 0x38,
|
|
|
|
|
+ 0xa8, 0xf1, 0xa0, 0x71, 0x33, 0x75, 0x66, 0x13, 0x72, 0x3d, 0x9f, 0x79, 0xe3, 0x09, 0x6a, 0xe2,
|
|
|
|
|
+ 0x73, 0xc0, 0x12, 0x1d, 0xdb, 0x3f, 0x5e, 0x4f, 0x7d, 0xe7, 0x01, 0x3f, 0xc4, 0x03, 0x78, 0xbe,
|
|
|
|
|
+ 0x45, 0x5f, 0xc1, 0x9e, 0x3b, 0xbb, 0xa9, 0x95, 0x50, 0x0b, 0x1b, 0xd0, 0x56, 0x37, 0x7c, 0xdf,
|
|
|
|
|
+ 0xf3, 0xd1, 0x7f, 0xda, 0xc5, 0x9f, 0x1a, 0x18, 0x7b, 0xff, 0xd2, 0x09, 0x74, 0x25, 0xb2, 0x97,
|
|
|
|
|
+ 0x54, 0x42, 0xef, 0x26, 0xdd, 0x46, 0x77, 0x93, 0x7e, 0x08, 0x67, 0xf2, 0xd0, 0xf6, 0xdc, 0xef,
|
|
|
|
|
+ 0xa7, 0xfe, 0xd5, 0x7e, 0xd4, 0x9d, 0xb9, 0x3a, 0xaa, 0x01, 0x6d, 0x09, 0x3f, 0x5a, 0xfb, 0x4b,
|
|
|
|
|
+ 0x03, 0x63, 0xef, 0x6f, 0xec, 0xc0, 0xb1, 0xeb, 0xd5, 0x37, 0x9e, 0xa9, 0x95, 0x54, 0x9a, 0x41,
|
|
|
|
|
+ 0xe8, 0x3b, 0xe3, 0x2b, 0xa4, 0xe1, 0x53, 0xe8, 0xd9, 0xb3, 0xa9, 0xe3, 0xca, 0x6e, 0xe7, 0x9e,
|
|
|
|
|
+ 0x1f, 0x3a, 0x13, 0x74, 0xb0, 0x05, 0xce, 0x7d, 0x2f, 0xf4, 0x6c, 0x6f, 0x56, 0x15, 0x1b, 0x84,
|
|
|
|
|
+ 0xe3, 0xb0, 0x8a, 0x13, 0x3a, 0xbe, 0x3b, 0x9e, 0xa1, 0x26, 0xc6, 0x60, 0x4c, 0x1c, 0xdb, 0xbb,
|
|
|
|
|
+ 0x21, 0x92, 0xb7, 0x2e, 0x55, 0xca, 0x54, 0xe3, 0xb5, 0x4c, 0x22, 0xaf, 0xd5, 0x50, 0x38, 0xbd,
|
|
|
|
|
+ 0x72, 0xbc, 0xeb, 0x10, 0xd1, 0xff, 0x03, 0x00, 0x00, 0xff, 0xff, 0x37, 0x58, 0xdc, 0xae, 0x5e,
|
|
|
|
|
+ 0x06, 0x00, 0x00,
|
|
|
}
|
|
}
|