Change detection mixes up different URLs when comparing
jol64 opened this issue · 0 comments
Occasionally I get change notifications where apparently the new content is from a different url than the old version. E.g. the following report delivered by email mixes https://www.bundesnetzagentur.de/DE/Allgemeines/Presse/Pressemitteilungen/start.html with https://npcap.com/.
This is the email:
https://www.bundesnetzagentur.de/DE/Allgemeines/Presse/Pressemitteilungen/start.html had a change. --- (changed) Navigation und Service
(changed)
(changed) Springe direkt zu:
(changed)
(changed) * Inhalt
(changed) * Hauptmenu
(changed) * Suche
(changed)
(changed) Pressemitteilungen
(changed)
(changed) Suchtext
(changed) Bereich Bereich Die Bundesnetzagentur Eisenbahnen Elektrizität und Gas Post Telekommunikation
(changed) Jahre Zeitraum 2024 2023 2022 2021 2020 2019 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2004 2003 2002 2001 2000 1999 1998
(into) Packet capture library for Windows
(into)
(into) Npcap is the Nmap Project's packet capture (and sending) library for Microsoft Windows. It implements the open Pcap API using a custom Windows kernel driver alongside our Windows build of the excellent libpcap library. This allows Windows software to capture raw network traffic (including wireless networks, wired ethernet, localhost traffic, and many VPNs) using a simple, portable API. Npcap allows for sending raw packets as well. Mac and Linux systems already include the Pcap API, so Npcap allows popular software such as Nmap and Wireshark to run on all these platforms (and more) with a single codebase. Npcap began in 2013 as some improvements to the (now discontinued) WinPcap library, but has been largely rewritten since then with hundreds of releases improving Npcap's speed, portability, security, and efficiency. In particular, Npcap now offers:
(into)
(into) Springe direkt zu:
(into)
(into) * Inhalt
(into) * Hauptmenu
(into) * Suche
(into)
(into) Pressemitteilungen
(into)
(into) Suchtext
(into) Bereich Bereich Die Bundesnetzagentur Eisenbahnen Elektrizität und Gas Post Telekommunikation
(into) Jahre Zeitraum 2024 2023 2022 2021 2020 2019 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2004 2003 2002 2001 2000 1999 1998
(into) * 1−10
(into) * 11−20
(into) * 21−30
(into) * …
(into) * 81−89
(into) *
(into) * Loopback Packet Capture and Injection: Npcap is able to sniff loopback packets (transmissions between services on the same machine) by using the Windows Filtering Platform (WFP). After installation, Npcap supplies an interface named NPF_Loopback, with the description “Adapter for loopback capture”. Wireshark users can choose this adapter to capture all loopback traffic the same way as other non-loopback adapters. Packet injection works as well with the pcap_inject() function.
(into) * Support for all Current Windows Releases: Npcap supports all versions of Windows and Windows Server that Microsoft themselves still support. To avoid limiting ourselves just to the features and API's of our oldest supported Windows release, we build and ship drivers for each major platform generation. That way we can use all of Microsoft's latest technology in our Win10 driver while still supporting legacy systems. Npcap works on Windows 7 and later by making use of the NDIS 6 Light-Weight Filter (LWF) API. It's faster than the deprecated NDIS 5 API used by WinPcap. Also, the driver is signed with our EV certificate and countersigned by Microsoft so that it works even with the stricter driver signing requirements imposed by Windows 10. We don't know exactly when Microsoft will remove NDIS 5 or cease the grandfathering of older less secure driver signatures, but WinPcap will cease working when that happens.
(into) * Libpcap API: Npcap uses the excellent Libpcap library, enabling Windows applications to use a portable packet capturing API that is also supported on Linux and MacOS. While WinPcap was based on LibPcap 1.0.0 from 2009, Npcap includes the latest Libpcap release along with all of the improvements we contribute back upstream to them.
(into) * Support for all Windows architectures (x86, x86-64, and ARM): Npcap has always supported both Windows 64-bit and 32-bit Intel x86 platforms. But starting with version 1.50 we also support the new Windows on ARM architecture! This allows PC's to use the same power-efficient mobile chipsets as smartphones for all-day battery life and always-on LTE connectivity. Users can now run apps like Nmap and Wireshark on a new generation of devices like the Microsoft Surface Pro X tablet and the Samsung Galaxy Book Go laptop.
(into) * Extra Security: Npcap can (optionally) be restricted so that only Administrators can sniff packets. If a non-Admin user tries to utilize Npcap through software such as Nmap or Wireshark, the user will have to pass a User Account Control (UAC) dialog to utilize the driver. This is conceptually similar to UNIX, where root access is generally required to capture packets. We've also enabled the Windows ASLR and DEP security features and signed the driver, DLLs, and executables to prevent tampering.
(into) * WinPcap compatibility: Software written for WinPcap is generally source-code compatible with WinPcap so it simply needs to be recompiled with the Npcap SDK to receive all of Npcap's performance, compatability, and security benefits. In fact there is even some binary compatability—software compiled with the WinPcap SDK often still works with modern Npcap. We don't suggest relying on that, however, since compilers and other stack technology has changed dramatically since the last WinPcap SDK release in 2013. When porting legacy WinPcap software to Npcap, we do suggest a few minor changes, mostly to ensure your software uses Npcap in preference to WinPcap on systems with both libraries installed. By default Npcap replaces any old WinPcap software installs with its own drivers, but you can install both by unchecking Npcap's “WinPcap Compatible Mode.” installer option.
(into) * Raw (monitor mode) 802.11 wireless capture: Npcap can be configured to read raw 802.11 traffic, including radiotap header details, and this functionality is directly supported by Wireshark. More details can be found here.
(into)
(into) Many more details about Npcap are available in the Npcap User/Developer Guide. We've also created a feature comparison between Npcap and WinPcap.
(into)
(into) Downloading and Installing Npcap Free Edition
(into)
(into) The free version of Npcap may be used (but not externally redistributed) on up to 5 systems (free license details). It may also be used on unlimited systems where it is only used with Nmap, Wireshark, and/or Microsoft Defender for Identity. Simply run the executable installer. The full source code for each release is available, and developers can build their apps against the SDK. The improvements for each release are documented in the Npcap Changelog.
(into)
(into) * Npcap 1.80 installer for Windows 7/2008R2, 8/2012, 8.1/2012R2, 10/2016, 2019, 11 (x86, x64, and ARM64).
(into) * Npcap SDK 1.13 (ZIP).
(into) * Npcap 1.80 debug symbols (ZIP).
(into) * Npcap 1.80 source code (ZIP).
(into)
(into) The latest development source is in our Github source repository. Windows XP and earlier are not supported; you can use WinPcap for these versions.
(into)
(into) Npcap OEM for Commercial Use and Redistribution
(into)
(into) We fund the Npcap project by selling Npcap OEM. This special version of Npcap includes enterprise features such as the silent installer and commercial support as well as special license rights allowing customers to redistribute Npcap with their products or to install it on more systems within their organization with easy enterprise deployment. The Npcap free license only allows five installs (with a few exceptions) and does not allow for any redistribution. We offer two commercial license types:
(into)
(into) Npcap OEM Redistribution License: The redistribution license is for companies that wish to distribute Npcap OEM within their products (the free Npcap edition does not allow this). Licensees generally use the Npcap OEM silent installer, ensuring a seamless experience for end users. Licensees may choose between a perpetual unlimited license or an annual term license, along with options for commercial support and updates. [Redistribution license details]
(into)
(into) Npcap OEM Internal-Use License: The corporate internal license is for organizations that wish to use Npcap OEM internally, without redistribution outside their organization. This allows them to bypass the 5-system usage cap of the Npcap free edition. It includes commercial support and update options, and provides the extra Npcap OEM features such as the silent installer for enterprise-wide deployment. [Internal-use license details]
(into)
(into) Documentation
(into)
(into) The primary documentation for Npcap is the Npcap User's Guide. You can also refer to the README file on Github. The changes in each new release are documented in the Npcap Changelog.
(into)
(into) Patches, Bug Reports, Questions, Suggestions, etc
(into)
(into) Npcap bug reports can be filed on the Npcap Issues Tracker. Please test with the latest version of Npcap first to ensure it hasn't already been fixed. It is also helpful if you search the current issues first to find out if it has already been reported. Then you can leave a comment on the existing issue rather than creating duplicates. Feature enhancement requests can be made on the tracker as well
(into)
(into) Questions, comments and bug reports are always welcome. One option is the Nmap development mailing list (nmap-dev). To subscribe, please visit: http://nmap.org/mailman/listinfo/dev.
(into)
(into)
(into) Code patches to fix bugs are even better than bug reports. Instructions for creating patch files and sending them are available here.
(into)
(into) Bug reports for Npcap can also be filed on the Npcap bug tracker.
(into)
(into) Datum Treffer
(into) Elektrizität und Gas
(into) 17.09.2024
(into) Ergebnisse der Ausschreibung für Windenergieanlagen an Land zum 1. August 2024
(into)
(into) Elektrizität und Gas
(into) 13.09.2024
(into) Fortschritt beim Netzausbau: Bundesnetzagentur genehmigt Abschnitt der Leitungstrasse des SuedLink zwischen Großrinderfeld und Bad Friedrichshall
(into)
(into) Elektrizität und Gas
(into) 02.09.2024
(into) Kohleausstieg - für 2027 erstmals kein Kohleverfeuerungsverbot erforderlich
(into)
(into) Elektrizität und Gas
(into) 02.09.2024
(into) Bundesnetzagentur beteiligt Öffentlichkeit zu den Szenariorahmen Strom und Gas/Wasserstoff 2025–2037/2045
(into)
(into) Elektrizität und Gas
(into) 30.08.2024
(into) Ergebnisse der Ausschreibung für PV-Freiflächenanlagen zum Gebotstermin 1. Juli 2024
(into)
(into) Elektrizität und Gas
(into) 30.08.2024
(into) Bundesnetzagentur entscheidet zur fairen Verteilung von Netzkosten aus der Integration Erneuerbarer Energien
(into)
(into) Elektrizität und Gas
(into) 21.08.2024
(into) Fortschritt beim Netzausbau: Bundesnetzagentur legt zweiten Trassenabschnitt für A-Nord fest
(into)
(into) Elektrizität und Gas
(into) 21.08.2024
(into) Fortschritt beim Netzausbau:Trassenkorridor für Fulda-Main-Leitung festgelegt
(into)
(into) Elektrizität und Gas
(into) 20.08.2024
(into) Bundesnetzagentur leitet Verfahren gegen Energielieferanten ein
(into)
(into) Elektrizität und Gas
(into) 16.08.2024
(into) Fortschritt beim Netzausbau: Bundesnetzagentur schließt das Genehmigungsverfahren für die Leitung von Grafenrheinfeld nach Großgartach ab
(into)
(into)
(changed) * 81−88
(into) * 81−89
(removed) Datum Treffer
(removed) Elektrizität und Gas
(removed) 13.09.2024
(removed) Fortschritt beim Netzausbau: Bundesnetzagentur genehmigt Abschnitt der Leitungstrasse des SuedLink zwischen Großrinderfeld und Bad Friedrichshall
(removed)
(removed) Elektrizität und Gas
(removed) 02.09.2024
(removed) Kohleausstieg - für 2027 erstmals kein Kohleverfeuerungsverbot erforderlich
(removed)
(removed) Elektrizität und Gas
(removed) 02.09.2024
(removed) Bundesnetzagentur beteiligt Öffentlichkeit zu den Szenariorahmen Strom und Gas/Wasserstoff 2025–2037/2045
(removed)
(removed) Elektrizität und Gas
(removed) 30.08.2024
(removed) Ergebnisse der Ausschreibung für PV-Freiflächenanlagen zum Gebotstermin 1. Juli 2024
(removed)
(removed) Elektrizität und Gas
(removed) 30.08.2024
(removed) Bundesnetzagentur entscheidet zur fairen Verteilung von Netzkosten aus der Integration Erneuerbarer Energien
(removed)
(removed) Elektrizität und Gas
(removed) 21.08.2024
(removed) Fortschritt beim Netzausbau: Bundesnetzagentur legt zweiten Trassenabschnitt für A-Nord fest
(removed)
(removed) Elektrizität und Gas
(removed) 21.08.2024
(removed) Fortschritt beim Netzausbau:Trassenkorridor für Fulda-Main-Leitung festgelegt
(removed)
(removed) Elektrizität und Gas
(removed) 20.08.2024
(removed) Bundesnetzagentur leitet Verfahren gegen Energielieferanten ein
(removed)
(removed) Elektrizität und Gas
(removed) 16.08.2024
(removed) Fortschritt beim Netzausbau: Bundesnetzagentur schließt das Genehmigungsverfahren für die Leitung von Grafenrheinfeld nach Großgartach ab
(removed)
(removed) Elektrizität und Gas
(removed) 14.08.2024
(removed) Bundesnetzagentur legt Trasse für einen Abschnitt der Leitung Vieselbach - Mecklar fest
(removed)
(removed)
(removed) * 1−10
(removed) * 11−20
(removed) * 21−30
(removed) * …
(removed) * 81−88
(removed) * ---
Version
0.46.03
To Reproduce
This does not occur every day, thus I don´t know yet how to reproduce the issue.
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
! ALWAYS INCLUDE AN EXAMPLE URL WHERE IT IS POSSIBLE TO RE-CREATE THE ISSUE - USE THE 'SHARE WATCH' FEATURE AND PASTE IN THE SHARE-LINK!
see above, but happens for differen URLs at different times.
Expected behavior
Changedetection should not mixup web pages.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
I am using email notifications only, thus I suspect OS is irrelevant.
Additional context