Sha256: 49267144a2375bce127b4fdeffcdc4c02ff486fe5ae5324bf6a39497b04ce1a7
Contents?: true
Size: 893 Bytes
Versions: 6
Compression:
Stored size: 893 Bytes
Contents
Feature: Pio::PacketIn.read Scenario: packet_in_arp_request.raw Given a packet data file "packet_in_arp_request.raw" When I try to parse the file with "PacketIn" class Then it should finish successfully And the parsed data have the following field and value: | field | value | | class | Pio::PacketIn | | ofp_version | 1 | | message_type | 10 | | message_length | 78 | | transaction_id | 0 | | xid | 0 | | buffer_id | 4294967040 | | total_len | 60 | | in_port | 1 | | reason | no_match | | data.length | 60 | | source_mac | ac:5d:10:31:37:79 | | destination_mac | ff:ff:ff:ff:ff:ff |
Version data entries
6 entries across 6 versions & 1 rubygems