]> The Tcpdump Group git mirrors - tcpdump/commitdiff
add GGSN PIC name resolution
authorhannes <hannes>
Wed, 14 Jun 2006 16:13:51 +0000 (16:13 +0000)
committerhannes <hannes>
Wed, 14 Jun 2006 16:13:51 +0000 (16:13 +0000)
print-juniper.c

index b8a70d4eb9ac36db19f5ea6b4582064c460f0e4f..58cdd999b9b04bcdf7f43c77ace54afa7495e28d 100644 (file)
@@ -15,7 +15,7 @@
 
 #ifndef lint
 static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-juniper.c,v 1.31 2006-03-10 23:43:29 hannes Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-juniper.c,v 1.32 2006-06-14 16:13:51 hannes Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -1404,6 +1404,10 @@ juniper_parse_header (const u_char *p, const struct pcap_pkthdr *h, struct junip
         }
         break;
 #endif
+#ifdef DLT_JUNIPER_GGSN
+    case DLT_JUNIPER_GGSN:
+        break;
+#endif
 #ifdef DLT_JUNIPER_ATM1
     case DLT_JUNIPER_ATM1:
         break;