]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-symantec.c
Add the ndo_protocol field in the netdissect_options structure
[tcpdump] / print-symantec.c
index 4fd834e1bf6c06d2d7ace7b6de70dd885cabebdd..8d938b445ff3183a13d16b446600af4f2a540731 100644 (file)
@@ -77,6 +77,7 @@ symantec_if_print(netdissect_options *ndo, const struct pcap_pkthdr *h, const u_
        const struct symantec_header *sp;
        u_short ether_type;
 
+       ndo->ndo_protocol = "symantec_if";
        if (caplen < sizeof (struct symantec_header)) {
                ND_PRINT("[|symantec]");
                return caplen;