Skip to content
Snippets Groups Projects
Commit 1c941ed6 authored by Reinier van der Walle's avatar Reinier van der Walle
Browse files

removed default value for ip_total_length as it is now set dynamically

parent 883f7b92
No related branches found
No related tags found
1 merge request!141Resolve L2SDP-473
......@@ -167,7 +167,7 @@ PACKAGE sdp_pkg is
( field_name_pad("ip_version" ), "RW", 4, field_default(4) ),
( field_name_pad("ip_header_length" ), "RW", 4, field_default(5) ),
( field_name_pad("ip_services" ), "RW", 8, field_default(0) ),
( field_name_pad("ip_total_length" ), "RW", 16, field_default(4156) ),
( field_name_pad("ip_total_length" ), "RW", 16, field_default(0) ),
( field_name_pad("ip_identification" ), "RW", 16, field_default(0) ),
( field_name_pad("ip_flags" ), "RW", 3, field_default(2) ),
( field_name_pad("ip_fragment_offset" ), "RW", 13, field_default(0) ),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment