1

Closed

Unit test failures: PcapDotNet.Core.Test, PcapDotNet.Packets.Test

description

PcapDotNet.Core.Test.LivePacketDeviceTests.OpenLiveDevice
  • Assumed a max of two addresses for an interface
     
    PcapDotNet.Core.Test.WiresharkCompareTests.CompareArp
  • The arp hardware type and operation are coming through as hex in the show values from tshark, not decimal as expected
  • There's a wireshark bug which messes up the show values for AddressPrespecified timestamps. They come out with an additional timestamp value instead of an address/value pair.
     
    PcapDotNet.Packets.Dns.DnsLayer.DnsLayer
  • The Records field query needs non-null concatables

file attachments

Closed Apr 27, 2012 at 10:45 AM by Brickner
Released in version 0.10.0.

comments

Brickner wrote Apr 1, 2012 at 6:21 PM

Thanks for the report and sorry for taking long for getting to this.

PcapDotNet.Core.Test.LivePacketDeviceTests.OpenLiveDevice
I have fixed it as you've suggested.

The Wireshark issues are dependent on the Wireshark version you currently have. Currently (Pcap.Net 0.9.0), Wireshark 1.4.4 is required.

PcapDotNet.Packets.Dns.DnsLayer.DnsLayer
I believe this is long fixed now.

Brickner wrote Apr 1, 2012 at 6:21 PM

Let me know if there are is anything I'm missing.
Otherwise I'll mark it as fixed.