summaryrefslogtreecommitdiff
path: root/print-vxlan-gpe.c
diff options
context:
space:
mode:
Diffstat (limited to 'print-vxlan-gpe.c')
-rw-r--r--print-vxlan-gpe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/print-vxlan-gpe.c b/print-vxlan-gpe.c
index 038b772e..fb903c21 100644
--- a/print-vxlan-gpe.c
+++ b/print-vxlan-gpe.c
@@ -64,6 +64,7 @@ vxlan_gpe_print(netdissect_options *ndo, const u_char *bp, u_int len)
uint8_t next_protocol;
uint32_t vni;
+ ndo->ndo_protocol = "vxlan_gpe";
if (len < VXLAN_GPE_HDR_LEN)
goto trunc;