From d0e12e23776cf87792d3f530731cc42c44a95514 Mon Sep 17 00:00:00 2001 From: guy Date: Thu, 21 Apr 2005 06:51:11 +0000 Subject: [PATCH] Give a URL for the Zephyr protocol spec. --- print-zephyr.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/print-zephyr.c b/print-zephyr.c index 89314c9a..9b39afad 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.9 2005-04-21 06:51:11 guy Exp $"; #endif #ifdef HAVE_CONFIG_H -- 2.39.5