diff options
Diffstat (limited to 'yaml')
-rwxr-xr-x | yaml/headers.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/yaml/headers.yaml b/yaml/headers.yaml index d22eedc1..fd217dc6 100755 --- a/yaml/headers.yaml +++ b/yaml/headers.yaml @@ -8,7 +8,7 @@ - class: 'root' gui_representation: help: 'Root' - next_headers: ['ethernet', 'llc', '_802-3', 'ipv4'] + next_headers: ['ethernet', 'llc', '_802-3'] ####################################################################### @@ -39,7 +39,7 @@ gui_representation: help: 'Ethertype' type: 'uint16' - default: [0x0800] + default: 0x0800 value_based_next_header: 0x0800: 'ipv4' # not implemented |