feat: 信令抓包

This commit is contained in:
TsMask
2023-09-23 17:20:50 +08:00
parent 08fdeb89f1
commit 6593419fb7
5 changed files with 467 additions and 105 deletions

View File

@@ -154,5 +154,21 @@ export default {
neType: 'SMF Type',
},
},
trace: {
pcap: {
cardTitle: 'PCAP capture',
neType: 'Type',
neIp: 'IP address',
capArg: 'Capture parameters',
capTime: "Duration in seconds",
capLog: "Execution Log",
capDownText: "Download PCAP file",
runText: 'Execute',
runTimeText: 'Execute {s} seconds',
stopText: 'Interrupt',
capStart: 'Start capturing packets',
capStop: 'Stop capturing packets',
},
},
},
};

View File

@@ -126,23 +126,23 @@ export default {
neTypePlease: '查询网元类型',
neType: 'UDM网元类型',
export: '导出',
exportConfirm: "确认导出全部鉴权用户数据吗?",
exportConfirm: '确认导出全部鉴权用户数据吗?',
import: '导入',
loadDataConfirm: "确认要重新加载数据吗?",
loadData: "更新数据",
loadDataConfirm: '确认要重新加载数据吗?',
loadData: '更新数据',
loadDataTip: '成功获取更新数据:{num}条,系统内部进行数据更新,请勿重复点击获取更新!!!',
num:'放号数',
num: '放号数',
batchAddText: '批量新增',
batchDelText: '批量删除',
batchDelText: '批量删除',
},
sub:{
sub: {
neTypePlease: '查询网元类型',
neType: 'UDM网元类型',
export: '导出',
exportConfirm: "确认导出全部签约用户数据吗?",
exportConfirm: '确认导出全部签约用户数据吗?',
import: '导入',
loadDataConfirm: "确认要重新加载数据吗?",
loadData: "更新数据",
loadDataConfirm: '确认要重新加载数据吗?',
loadData: '更新数据',
loadDataTip: '成功获取更新数据:{num}条,系统内部进行数据更新,请勿重复点击获取更新!!!',
},
base5G: {
@@ -154,5 +154,21 @@ export default {
neType: 'SMF网元类型',
},
},
trace: {
pcap: {
cardTitle: 'PCAP捕获',
neType: '网元类型',
neIp: '网元IP地址',
capArg: '抓包参数',
capTime: "时长(秒's",
capLog: "执行日志",
capDownText: "下载PCAP文件",
runText: '执行',
runTimeText: '执行 {s} 秒',
stopText: '中断',
capStart: '开始抓包',
capStop: '停止抓包',
},
},
},
};