]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-mptcp.c
UDP: Add two missing return
[tcpdump] / print-mptcp.c
index 77f12f0afce291cf51b3ba7464eda60401eca380..5a7cec8b2129ae4c08f933118cc49f09f3abd134 100644 (file)
 /* specification: RFC 6824 */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif
 
-#include <netdissect-stdinc.h>
+#include "netdissect-stdinc.h"
 
 #include "netdissect.h"
 #include "extract.h"
@@ -437,6 +437,7 @@ mptcp_print(netdissect_options *ndo,
         const struct mptcp_option *opt;
         u_int subtype;
 
+       ndo->ndo_protocol = "mptcp";
         if (len < 3)
                 return 0;