summaryrefslogtreecommitdiff
path: root/cesar/lib/test/seq_check
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/lib/test/seq_check')
-rw-r--r--cesar/lib/test/seq_check/src/seq_check.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cesar/lib/test/seq_check/src/seq_check.c b/cesar/lib/test/seq_check/src/seq_check.c
index 574f98f017..a7d128ffba 100644
--- a/cesar/lib/test/seq_check/src/seq_check.c
+++ b/cesar/lib/test/seq_check/src/seq_check.c
@@ -233,12 +233,12 @@ main (int argc, char **argv)
lib_seq_check_config_get (&conf);
test_fail_if (conf.seq_size != 16);
test_fail_if (conf.seq_pos != 44);
- test_fail_if (conf.ethertype != 0x8000);
+ test_fail_if (conf.ethertype != 0x0800);
} test_end;
test_case_begin (test, "IPerf");
/* Iperf position is at 44 and we check only IP packet. */
- test_seq_check_packet (test, &rnd, 44, 0x8000);
+ test_seq_check_packet (test, &rnd, 44, 0x0800);
test_case_begin (test, "Other");
/* Iperf position is at 44 and we check only IP packet. */