]> The Tcpdump Group git mirrors - tcpdump/commitdiff
fix compiler padding issue: struct cisco_slarp should be 18 bytes instead of 20
authorhannes <hannes>
Thu, 7 Apr 2005 23:09:32 +0000 (23:09 +0000)
committerhannes <hannes>
Thu, 7 Apr 2005 23:09:32 +0000 (23:09 +0000)
print-chdlc.c

index 3edc28f7c406650b7575598084eb431e572d858d..50cc539ab14624255106566207d70c3399127562 100644 (file)
@@ -21,7 +21,7 @@
 
 #ifndef lint
 static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-chdlc.c,v 1.33 2005-04-07 23:07:33 hannes Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-chdlc.c,v 1.32.2.1 2005-04-07 23:09:32 hannes Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H