]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-igmp.c
Use "len", not "payload_len", as we step through the packet; use
[tcpdump] / print-igmp.c
index 84fc76217fa354adacf49b92e4c1d9885d70e4a8..376635901594a25f11474c72d61c20ddd9ad76dc 100644 (file)
@@ -20,8 +20,8 @@
  */
 
 #ifndef lint
-static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-igmp.c,v 1.11 2002-12-11 07:14:02 guy Exp $ (LBL)";
+static const char rcsid[] _U_ =
+    "@(#) $Header: /tcpdump/master/tcpdump/print-igmp.c,v 1.13 2003-11-16 09:36:23 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H