WinPcap
WinPcap is a powerful network packet capture and analysis tool designed for Windows platforms. Created by the Politecnico di Torino, […]
document.addEventListener('scroll', () => {
const header = document.querySelector('.dz-header');
if (window.scrollY > 50) {
header.classList.add('scrolled');
} else {
header.classList.remove('scrolled');
}
});
WinPcap is a powerful network packet capture and analysis tool designed for Windows platforms. Created by the Politecnico di Torino, […]