]> The Tcpdump Group git mirrors - tcpdump/commitdiff
add a acomment to tcp_print()
authorDenis Ovsienko <[email protected]>
Thu, 3 Oct 2013 07:10:26 +0000 (11:10 +0400)
committerDenis Ovsienko <[email protected]>
Thu, 3 Oct 2013 07:10:26 +0000 (11:10 +0400)
print-tcp.c

index 81b4ad3a8b192d92c60273706c019e2b01a1aadb..4675f9fc7138a4da227df910db7c09498fa28186 100644 (file)
@@ -611,6 +611,7 @@ tcp_print(register const u_char *bp, register u_int length,
                                 LENCHECK(datalen);
                                 if (datalen < 2)
                                         goto bad;
+                                /* RFC6994 */
                                 magic = EXTRACT_16BITS(cp);
                                 (void)printf("-");