diff options
Diffstat (limited to 'print-isoclns.c')
| -rw-r--r-- | print-isoclns.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print-isoclns.c b/print-isoclns.c index 329d52f2..f79f2404 100644 --- a/print-isoclns.c +++ b/print-isoclns.c @@ -679,6 +679,7 @@ struct isis_tlv_lsp { void isoclns_print(netdissect_options *ndo, const u_char *p, u_int length) { + ndo->ndo_protocol = "isoclns"; if (!ND_TTEST_1(p)) { /* enough bytes on the wire ? */ ND_PRINT("|OSI"); return; |
