X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/013fa4668bd22cb34ae5942303ad09ce12820932..14e754e20423ee836dc6d299861b707dd9452189:/print-dccp.c diff --git a/print-dccp.c b/print-dccp.c index 24b12323..1a9d8882 100644 --- a/print-dccp.c +++ b/print-dccp.c @@ -6,6 +6,12 @@ * This software may be distributed either under the terms of the * BSD-style license that accompanies tcpdump or the GNU GPL version 2 */ + +#ifndef lint +static const char rcsid[] _U_ = + "@(#) $Header: /tcpdump/master/tcpdump/print-dccp.c,v 1.1.2.2 2005-09-20 06:25:45 guy Exp $ (LBL)"; +#endif + #ifdef HAVE_CONFIG_H #include "config.h" #endif