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