diff options
| author | liuxueli <[email protected]> | 2021-05-08 15:32:39 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2021-05-08 15:32:39 +0800 |
| commit | 301d13a790010355b0a827caa149e1dbba479c2a (patch) | |
| tree | 3de6f4e743887a681992abed2d264a05adb6ebb0 /src/tsg_entry.cpp | |
| parent | 52d0ba9fbb302ba318e597dcaeaa994f3f97f291 (diff) | |
规范隧道协议属性ETHERNET,MULTIPATH_ETHERNETv4.0.4
添加topic: LIVE-SESSION-RECORD-LOG,TRANSACTION-RECORD-LOG,GTPC-RECORD-LOG
Diffstat (limited to 'src/tsg_entry.cpp')
| -rw-r--r-- | src/tsg_entry.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tsg_entry.cpp b/src/tsg_entry.cpp index 71b3e40..7a4d786 100644 --- a/src/tsg_entry.cpp +++ b/src/tsg_entry.cpp @@ -1074,6 +1074,8 @@ static int identify_application_protocol(const struct streaminfo *a_stream, stru { context->proto=PROTO_SIP; } + + return 1; } break; default: |
