]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-raw.c
Clean up comments.
[tcpdump] / print-raw.c
index dca6345e3533505c6813dba96cd7066f3f9259b4..8d27a06ace4867f76fb3849ca350c43094c3765b 100644 (file)
@@ -22,7 +22,7 @@
 /* \summary: Raw IP printer */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
 #include "netdissect-stdinc.h"
@@ -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: ");