summaryrefslogtreecommitdiff
path: root/print-ah.c
diff options
context:
space:
mode:
Diffstat (limited to 'print-ah.c')
-rw-r--r--print-ah.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/print-ah.c b/print-ah.c
index 59b006ea..734099cf 100644
--- a/print-ah.c
+++ b/print-ah.c
@@ -50,7 +50,6 @@ ah_print(netdissect_options *ndo, const u_char *bp)
ND_PRINT("AH(spi=0x%08x", GET_BE_U_4(ah->ah_spi));
if (ndo->ndo_vflag)
ND_PRINT(",sumlen=%u", sumlen);
- ND_TCHECK_4(ah + 1);
ND_PRINT(",seq=0x%x", GET_BE_U_4(ah + 1));
ND_TCHECK_LEN(bp, sizeof(struct ah) + sumlen);
ND_PRINT("): ");