]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ppp.c
Do the dump file Capsicum stuff in a common routine.
[tcpdump] / print-ppp.c
index 9a983e6179cd282a61b33880cdf650db02c2dc2a..edc03c021c4e27a43eccad12b6475f6f7e62c9b8 100644 (file)
@@ -805,8 +805,8 @@ static const struct tok ppp_ml_flag_values[] = {
 
 static void
 handle_mlppp(netdissect_options *ndo,
-             const u_char *p, int length) {
-
+             const u_char *p, int length)
+{
     if (!ndo->ndo_eflag)
         ND_PRINT((ndo, "MLPPP, "));