public SniffLoader(IPacketParserService packetParserService,
                    IMessageBoxService messageBoxService, IPacketViewerSettings viewerSettings)
 {
     this.packetParserService = packetParserService;
     this.messageBoxService   = messageBoxService;
     this.viewerSettings      = viewerSettings;
 }