mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 16:44:01 +08:00
Update to FreeBSD head 2018-02-01
Git mirror commit d079ae0442af8fa3cfd6d7ede190d04e64a2c0d4. Update #3472.
This commit is contained in:
@@ -33,10 +33,11 @@
|
||||
|
||||
#include <netdissect-stdinc.h>
|
||||
|
||||
#include "ip6.h"
|
||||
#include "netdissect.h"
|
||||
#include "extract.h"
|
||||
|
||||
#include "ip6.h"
|
||||
|
||||
int
|
||||
frag6_print(netdissect_options *ndo, register const u_char *bp, register const u_char *bp2)
|
||||
{
|
||||
@@ -46,7 +47,7 @@ frag6_print(netdissect_options *ndo, register const u_char *bp, register const u
|
||||
dp = (const struct ip6_frag *)bp;
|
||||
ip6 = (const struct ip6_hdr *)bp2;
|
||||
|
||||
ND_TCHECK(dp->ip6f_offlg);
|
||||
ND_TCHECK(*dp);
|
||||
|
||||
if (ndo->ndo_vflag) {
|
||||
ND_PRINT((ndo, "frag (0x%08x:%d|%ld)",
|
||||
|
Reference in New Issue
Block a user