]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-lwres.c
Add the ndo_protocol field in the netdissect_options structure
[tcpdump] / print-lwres.c
index b2a32be6d36be9f806e4e1705f056ac70cd2928d..520c235658d9ac0c4e569fbf58fa6289b7c5e24d 100644 (file)
@@ -315,6 +315,7 @@ lwres_print(netdissect_options *ndo,
        int advance;
        int unsupported = 0;
 
+       ndo->ndo_protocol = "lwres";
        np = (const struct lwres_lwpacket *)bp;
        ND_TCHECK_2(np->authlength);