示例#1
0
 private void OnSessionArived(TransportLayerSession session)
 {
     _sessionsExplorerUserControl.AddSession(session);
     this.modulesTreeView.Nodes["NetworkNode"].Nodes["SessionsNode"].Text = $"Sessions ({_sessionsExplorerUserControl.SessionsCount})";
 }
示例#2
0
 private void OnSessionArived(PcapProcessor.TcpSession session)
 {
     _sessionsExplorerUserControl.AddSession(session);
     this.modulesTreeView.Nodes["NetworkNode"].Nodes["SessionsNode"].Text = $"Sessions ({_sessionsExplorerUserControl.SessionsCount})";
 }