You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no support for an option "x00" (which is a valid option "End of Option List" according to RFC 791 p. 16). This is used at the end of all options, not the end of each option, and need only be used if the end of the options would not otherwise coincide with the end of the internet header.
ipv4.rflx:
Option_Number : Option_Number
then null
if Option_Class = Control and Option_Number = 1,
then Option_Length
if Option_Number > 1;
what if Option_Number = 0?
This problem occurred while rewriting the spark tests for python. (Method Test_Parsing_IPv4_With_Options in rflx_ipv4_tests.adb).
The text was updated successfully, but these errors were encountered:
There is no support for an option "x00" (which is a valid option "End of Option List" according to RFC 791 p. 16). This is used at the end of all options, not the end of each option, and need only be used if the end of the options would not otherwise coincide with the end of the internet header.
ipv4.rflx:
This problem occurred while rewriting the spark tests for python. (Method Test_Parsing_IPv4_With_Options in rflx_ipv4_tests.adb).
The text was updated successfully, but these errors were encountered: