]> The Tcpdump Group git mirrors - tcpdump/commitdiff
tabify
authoritojun <itojun>
Wed, 30 Oct 2002 05:29:16 +0000 (05:29 +0000)
committeritojun <itojun>
Wed, 30 Oct 2002 05:29:16 +0000 (05:29 +0000)
print-gre.c

index e3d2a9ed0fe61b2019a16fc02cc650ae39689c6b..d06339ec374ad49d6f0ae592d745dd833f1112be 100644 (file)
@@ -38,7 +38,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-gre.c,v 1.19 2002-10-30 05:11:42 itojun Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-gre.c,v 1.20 2002-10-30 05:29:16 itojun Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -186,9 +186,9 @@ gre_print_0(const u_char *bp, u_int length)
        case GREPROTO_IP:
                ip_print(bp, len);
                break;
-        case GREPROTO_ISO:
-                isoclns_print(bp, len, len, NULL, NULL);
-                break;
+       case GREPROTO_ISO:
+               isoclns_print(bp, len, len, NULL, NULL);
+               break;
        default:
                printf("gre-proto-0x%x", prot);
        }