]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-calm-fast.c
Add the ndo_protocol field in the netdissect_options structure
[tcpdump] / print-calm-fast.c
index fa1d903435f95f3126a437abcc375a2088fcbb4c..d516cdffbb71decc540ee32d7318fac209407d79 100644 (file)
@@ -43,6 +43,7 @@ calm_fast_print(netdissect_options *ndo, const u_char *bp, u_int length, const s
        u_int srcNwref;
        u_int dstNwref;
 
+       ndo->ndo_protocol = "calm_fast";
        ND_TCHECK_2(bp);
        if (length < 2)
                goto trunc;