summaryrefslogtreecommitdiff
path: root/print-udld.c
diff options
context:
space:
mode:
Diffstat (limited to 'print-udld.c')
-rw-r--r--print-udld.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/print-udld.c b/print-udld.c
index dda6fd89..4f444caa 100644
--- a/print-udld.c
+++ b/print-udld.c
@@ -99,6 +99,7 @@ udld_print (netdissect_options *ndo, const u_char *pptr, u_int length)
int code, type, len;
const u_char *tptr;
+ ndo->ndo_protocol = "udld";
if (length < UDLD_HEADER_LEN)
goto trunc;