From: guy Date: Thu, 21 Apr 2005 06:51:24 +0000 (+0000) Subject: Give a URL for the Zephyr protocol spec. X-Git-Tag: tcpdump-3.9.1~109 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/f3a72412d5f375497a6c604b22a33f50df96268f Give a URL for the Zephyr protocol spec. --- diff --git a/print-zephyr.c b/print-zephyr.c index 89314c9a..88842f7f 100644 --- a/print-zephyr.c +++ b/print-zephyr.c @@ -1,6 +1,8 @@ /* * Decode and print Zephyr packets. * + * http://web.mit.edu/zephyr/doc/protocol + * * Copyright (c) 2001 Nickolai Zeldovich * All rights reserved. * @@ -20,7 +22,7 @@ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/tcpdump/print-zephyr.c,v 1.8 2003-11-16 09:36:42 guy Exp $"; + "@(#) $Header: /tcpdump/master/tcpdump/print-zephyr.c,v 1.8.2.1 2005-04-21 06:51:24 guy Exp $"; #endif #ifdef HAVE_CONFIG_H