Skip to content

Npcap 1.82

Latest
Compare
Choose a tag to compare
@dmiller-nmap dmiller-nmap released this 23 Apr 20:45

Installer and debug symbols available from https://npcap.com/#download

  • Fixed an issue where Npcap 1.81 would incorrectly reject packets as too large
    which had VLAN headers and would be equal to the maximum frame size when the
    header was removed. Fixes #790.

  • Fixed an issue where captured frames with an 802.1q VLAN header would have
    the high-order bit of the 802.1p priority always set to 0, so a priority of
    5 would be shown as 1, for instance. Fixes #783.

  • Fixed an issue where packets with VLAN tags having a TCI of 0 would not have
    a VLAN tag when captured. Fixes #791.