]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Add missing variable.
authorguy <guy>
Wed, 10 May 2006 22:42:46 +0000 (22:42 +0000)
committerguy <guy>
Wed, 10 May 2006 22:42:46 +0000 (22:42 +0000)
print-juniper.c

index 95fc00bf9e5ce28d3e9d6e2a8ea75e8f363944ce..fde0b9350433603cf6aa3ce2b2b8d53fe43a98f7 100644 (file)
@@ -15,7 +15,7 @@
 
 #ifndef lint
 static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-juniper.c,v 1.8.2.21 2006-02-24 12:19:59 hannes Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-juniper.c,v 1.8.2.22 2006-05-10 22:42:46 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -795,6 +795,9 @@ juniper_parse_header (const u_char *p, const struct pcap_pkthdr *h, struct junip
 
     struct juniper_cookie_table_t *lp = juniper_cookie_table;
     u_int idx, offset;
+#ifdef DLT_JUNIPER_ATM2
+    u_int32_t control_word;
+#endif
 
     l2info->header_len = 0;
     l2info->cookie_len = 0;