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',
},
},
},
};