]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-raw.c
sFlow: Add a test capture file
[tcpdump] / print-raw.c
index 23ced7b07fe4b7a07dacc695c0d196ae5705d8d9..8d27a06ace4867f76fb3849ca350c43094c3765b 100644 (file)
@@ -36,6 +36,7 @@
 u_int
 raw_if_print(netdissect_options *ndo, const struct pcap_pkthdr *h, const u_char *p)
 {
+       ndo->ndo_protocol = "raw_if";
        if (ndo->ndo_eflag)
                ND_PRINT("ip: ");