Sha256: e7742fe6af8038d7bbaff950536302d8977d89900cd9e7204a14cadc4790bfa3
Contents?: true
Size: 893 Bytes
Versions: 1
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 | | raw_data.length | 60 | | source_mac | ac:5d:10:31:37:79 | | destination_mac | ff:ff:ff:ff:ff:ff |
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pio-0.17.0 | features/packet_in_read.feature |