Sha256: aef6b0166d40dd97382b59c8e3eb5e08a7659204d163bfef1c0f4cee2b587847

Contents?: true

Size: 412 Bytes

Versions: 2

Compression:

Stored size: 412 Bytes

Contents

Feature: Parser
  Scenario: parse icmpv6.pcap
    When I parse a file named "icmpv6.pcap" with "Pio::Parser" class
    Then the message #1 have the following fields and values:
      | field           | value              |
      | class           | Pio::EthernetFrame |
      | destination_mac | 00:60:97:07:69:ea  |
      | source_mac      | 00:00:86:05:80:da  |
      | ether_type      | 34525              |

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pio-0.30.2 features/parser.feature
pio-0.30.1 features/parser.feature