Sha256: 2dc5ed1bb954fbe88033dab73a910c40bade4cde1c3e59177b2962baa5763e1a
Contents?: true
Size: 527 Bytes
Versions: 14
Compression:
Stored size: 527 Bytes
Contents
Feature: Pio::Hello.read Scenario: hello.raw Given a packet data file "hello.raw" When I try to parse the file with "Hello" class Then it should finish successfully And the parsed data have the following field and value: | field | value | | class | Pio::Hello | | ofp_version | 1 | | message_type | 0 | | message_length | 8 | | transaction_id | 23 | | xid | 23 | | body | |
Version data entries
14 entries across 14 versions & 1 rubygems