File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -782,7 +782,7 @@ rfc1048_print(netdissect_options *ndo,
782
782
case TAG_NETBIOS_NODE :
783
783
/* this option should be at least 1 byte long */
784
784
if (len < 1 ) {
785
- ND_PRINT ("[ERROR: length < 1 bytes ]" );
785
+ ND_PRINT ("[ERROR: length < 1 byte ]" );
786
786
break ;
787
787
}
788
788
tag = GET_U_1 (bp );
@@ -794,7 +794,7 @@ rfc1048_print(netdissect_options *ndo,
794
794
case TAG_OPT_OVERLOAD :
795
795
/* this option should be at least 1 byte long */
796
796
if (len < 1 ) {
797
- ND_PRINT ("[ERROR: length < 1 bytes ]" );
797
+ ND_PRINT ("[ERROR: length < 1 byte ]" );
798
798
break ;
799
799
}
800
800
tag = GET_U_1 (bp );
@@ -836,7 +836,7 @@ rfc1048_print(netdissect_options *ndo,
836
836
837
837
/* this option should be at least 1 byte long */
838
838
if (len < 1 ) {
839
- ND_PRINT ("[ERROR: length < 1 bytes ]" );
839
+ ND_PRINT ("[ERROR: length < 1 byte ]" );
840
840
break ;
841
841
}
842
842
type = GET_U_1 (bp );
You can’t perform that action at this time.
0 commit comments