]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-rx.c
- bugfix: rework the AS_PATH decoder per draft-ietf-idr-rfc3065bis:
[tcpdump] / print-rx.c
index bf846f3e28882d4fd90b9d7d39b5d693ccbdc419..5daaf7e00211d7891c85625b0c3bc4db2bf2b81e 100644 (file)
  * Ken Hornstein <[email protected]>
  */
 
+#ifndef lint
+static const char rcsid[] _U_ =
+    "@(#) $Header: /tcpdump/master/tcpdump/print-rx.c,v 1.37 2003-11-16 09:36:36 guy Exp $";
+#endif
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #include "addrtoname.h"
 #include "extract.h"
 
-#ifndef lint
-static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-rx.c,v 1.36 2003-11-15 00:39:38 guy Exp $";
-#endif
 #include "rx.h"
 
 #include "ip.h"