From 4d2c8c74a1ed910d22e2410181ea5f45ec37ea37 Mon Sep 17 00:00:00 2001 From: Marcel Date: Sun, 4 Jan 2015 12:08:20 +0100 Subject: [PATCH] removed length from data placeholders --- protocols/osi1-2/eth-frame.yml | 1 - protocols/osi4/tcp.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/protocols/osi1-2/eth-frame.yml b/protocols/osi1-2/eth-frame.yml index c69c3f0..bc1f03a 100644 --- a/protocols/osi1-2/eth-frame.yml +++ b/protocols/osi1-2/eth-frame.yml @@ -38,7 +38,6 @@ protocol: ðframe length: 2 - field: data - length: 0 data: true - field: FCS (32-bit CRC) diff --git a/protocols/osi4/tcp.yml b/protocols/osi4/tcp.yml index ddff1ad..2446cbf 100644 --- a/protocols/osi4/tcp.yml +++ b/protocols/osi4/tcp.yml @@ -59,6 +59,5 @@ protocol: &tcp repeatable: true - field: data - length: 0 data: true osilayer: 4