]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-babel.c
Add the ndo_protocol field in the netdissect_options structure
[tcpdump] / print-babel.c
index c7fef600ca287048fd85496e55503d263ec11898..9f2ecf106da2b81d6fc1058f3ec283ee34f93024 100644 (file)
@@ -49,6 +49,7 @@ void
 babel_print(netdissect_options *ndo,
             const u_char *cp, u_int length)
 {
+    ndo->ndo_protocol = "babel";
     ND_PRINT("babel");
 
     ND_TCHECK_4(cp);