ac7cd5b9b4c0620a4003583179b15a11bc14fe17,slips.py,,,#,71

Before Change


                    __database__.publish_stop()
                    // Here we should Wait for any channel if it has still data to receive in its channel
                    // Send manual stops to the process not using channels
                    logsProcessQueue.put("stop_process")
                    try:
                        logsProcessQueue.put("stop_process")
                    except NameError:
                        // The logsProcessQueue is not there because we didnt started the logs files (used -l)

After Change


                // If there are still modified TWs, just mark them as
                // notmodified since we alredy "waited" on them
                for profileTW in TWModifiedforProfile:
                    profileid = profileTW.split(fieldseparator)[0] + fieldseparator + profileTW.split(fieldseparator)[1]
                    twid = profileTW.split(fieldseparator)[2]
                    __database__.markProfileTWAsNotModifiedLogs(profileid, twid)

                // outputProcessQueue.put("11|Main|[Main] Back to 0")
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 8

Instances


Project Name: stratosphereips/StratosphereLinuxIPS
Commit Name: ac7cd5b9b4c0620a4003583179b15a11bc14fe17
Time: 2020-06-11
Author: eldraco@gmail.com
File Name: slips.py
Class Name:
Method Name:


Project Name: stratosphereips/StratosphereLinuxIPS
Commit Name: ddfb8c18d8c48d618198f329ecad5f6a795cd01e
Time: 2019-04-03
Author: eldraco@gmail.com
File Name: logsProcess.py
Class Name: LogsProcess
Method Name: process_global_data


Project Name: stratosphereips/StratosphereLinuxIPS
Commit Name: d2edb9b7b569956799812a02d8a0ecd79521919e
Time: 2019-01-19
Author: eldraco@gmail.com
File Name: logsProcess.py
Class Name: LogsProcess
Method Name: process_global_data