]> The Tcpdump Group git mirrors - tcpdump/commitdiff
add support for PPP over Frame-Relay
authorhannes <hannes>
Fri, 4 Nov 2005 07:16:58 +0000 (07:16 +0000)
committerhannes <hannes>
Fri, 4 Nov 2005 07:16:58 +0000 (07:16 +0000)
print-fr.c

index d0b85d1239a6a6f3e9179e6ed3e7f75fcfbbf9dc..90c328aa885efd4a465054ad7ca7b060f9bf7748 100644 (file)
@@ -21,7 +21,7 @@
 
 #ifndef lint
 static const char rcsid[] _U_ =
-       "@(#)$Header: /tcpdump/master/tcpdump/print-fr.c,v 1.46 2005-08-23 03:15:32 guy Exp $ (LBL)";
+       "@(#)$Header: /tcpdump/master/tcpdump/print-fr.c,v 1.47 2005-11-04 07:16:58 hannes Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -302,6 +302,10 @@ fr_print(register const u_char *p, u_int length)
                 frf15_print(p, length);
                 break;
 
+        case NLPID_PPP:
+                ppp_print(p, length);
+                break;
+
        default:
                if (!eflag)
                     fr_hdr_print(length + hdr_len, addr_len,