File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -401,9 +401,9 @@ bootp_print(netdissect_options *ndo,
401
401
* The first character specifies the format to print:
402
402
* i - ip address (32 bits)
403
403
* p - ip address pairs (32 bits + 32 bits)
404
- * l - long (32 bits)
405
- * L - unsigned long (32 bits)
406
- * s - short (16 bits)
404
+ * l - unsigned longs (32 bits)
405
+ * L - longs (32 bits)
406
+ * s - unsigned shorts (16 bits)
407
407
* b - period-separated decimal bytes (variable length)
408
408
* x - colon-separated hex bytes (variable length)
409
409
* a - ASCII string (variable length)
@@ -721,7 +721,7 @@ rfc1048_print(netdissect_options *ndo,
721
721
break ;
722
722
723
723
case 's' :
724
- /* shorts */
724
+ /* unsigned shorts */
725
725
while (len >= 2 ) {
726
726
if (!first )
727
727
ND_PRINT ("," );
You can’t perform that action at this time.
0 commit comments