diff options
Diffstat (limited to 'print-ipx.c')
-rw-r--r-- | print-ipx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print-ipx.c b/print-ipx.c index 80c76619..b17cdf61 100644 --- a/print-ipx.c +++ b/print-ipx.c @@ -73,6 +73,7 @@ ipx_print(netdissect_options *ndo, const u_char *p, u_int length) { const struct ipxHdr *ipx = (const struct ipxHdr *)p; + ndo->ndo_protocol = "ipx"; if (!ndo->ndo_eflag) ND_PRINT("IPX "); |