Cleaning code of DNS view
Xplico is a Network Forensic Analysis Tool (NFAT)
Brought to you by:
cgacimartin,
glcosta
CG: > 2- In DNS graphs view there is a reference for a file that doesn't exist: "expressInstall.swf" (i don't think it is the installer of Adobe Flash player, because it is a Flash file too, it wouldn't be playable).
GL: Copy & paste bug/error.
Carlos: ~/xi/app/views/dns_messages$ more graph.ctp
(...)
<script type="text/javascript">
swfobject.embedSWF("/files/open-flash-chart.swf", "my_chart", "750", "340", "9.0.0",
"expressInstall.swf",
{"data-file":"/dns_messages/gdata"}
);
</script>
(...)
There is no expressInstall.swf in any place :/