summaryrefslogtreecommitdiff
path: root/print-geneve.c
diff options
context:
space:
mode:
Diffstat (limited to 'print-geneve.c')
-rw-r--r--print-geneve.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print-geneve.c b/print-geneve.c
index 0b7ff6e5..d3e5e87e 100644
--- a/print-geneve.c
+++ b/print-geneve.c
@@ -232,7 +232,7 @@ geneve_print(netdissect_options *ndo, const u_char *bp, u_int len)
if (ethertype_print(ndo, prot, bp, len, ND_BYTES_AVAILABLE_AFTER(bp), NULL, NULL) == 0) {
if (prot == ETHERTYPE_TEB)
- ether_print(ndo, bp, len, ND_BYTES_AVAILABLE_AFTER(bp), NULL, NULL);
+ ether_print(ndo, bp, len, ND_BYTES_AVAILABLE_AFTER(bp), NULL, NULL, FALSE);
else
ND_PRINT("geneve-proto-0x%x", prot);
}