#
# https://docs.travis-ci.com/user/build-matrix/#fast-finishing
#
-# "If some rows in the build matrix are allowed to fail, the build
+# "If some rows in the build matrix are allowed to fail, the build
# won't be marked as finished until they have completed.
#
# To mark the build as finished as soon as possible, add fast_finish:
#include "addrtoname.h"
#include "extract.h"
-
static void babel_print_v2(netdissect_options *, const u_char *cp, u_int length);
void
u_char v4_prefix[16] =
{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0xFF, 0xFF, 0, 0, 0, 0 };
u_char v6_prefix[16] = {0};
-
+
i = 0;
while(i < tlvs_length) {
const u_char *message;
case MESSAGE_MAC: {
if (!ndo->ndo_vflag)
ND_PRINT(" mac");
- else {
+ else {
ND_PRINT("\n\tMAC ");
ND_PRINT("len %u", len);
}
/* If there's a trailer, process the TLVs in the trailer */
if (length != 0) {
- if(ndo->ndo_vflag) ND_PRINT("\n\t----");
- else ND_PRINT(" |");
+ if(ndo->ndo_vflag) ND_PRINT("\n\t----");
+ else ND_PRINT(" |");
ret = babel_print_v2_tlvs(ndo, cp, length, length);
if (ret == -1)
goto trunc;
if (GET_U_1(sectag->tci_an) & MACSEC_TCI_SC)
ND_PRINT(", sci " SCI_FMT, GET_BE_U_8(sectag->secure_channel_id));
-
+
ND_PRINT(", ");
}
} else
sectag_len = MACSEC_SECTAG_LEN_NOSCI;
- if ((GET_U_1(sectag->short_length) & ~MACSEC_SL_MASK) != 0 ||
+ if ((GET_U_1(sectag->short_length) & ~MACSEC_SL_MASK) != 0 ||
GET_U_1(sectag->tci_an) & MACSEC_TCI_VERSION) {
nd_print_invalid(ndo);
ndo->ndo_protocol = save_protocol;
if (*caplenp > short_length)
*caplenp = short_length;
}
-
+
ndo->ndo_protocol = save_protocol;
return -1;
}