/* \summary: IPSEC Authentication Header printer */
-#ifdef HAVE_CONFIG_H
#include <config.h>
-#endif
#include "netdissect-stdinc.h"
ndo->ndo_protocol = "ah";
ah = (const struct ah *)bp;
- ND_TCHECK_SIZE(ah);
nd_print_protocol_caps(ndo);
/*
* RFC4302
ND_PRINT("): ");
return ah_hdr_len;
-trunc:
- nd_print_trunc(ndo);
- return -1;
}