diff options
author | guy <guy> | 2005-04-21 06:51:11 +0000 |
---|---|---|
committer | guy <guy> | 2005-04-21 06:51:11 +0000 |
commit | d0e12e23776cf87792d3f530731cc42c44a95514 (patch) | |
tree | ae74c2ddef1d0e35910ffac45cec90197d9a9503 /print-zephyr.c | |
parent | a340ff2d35966ab378b3e8c1a743557bdcef31c7 (diff) | |
download | tcpdump-d0e12e23776cf87792d3f530731cc42c44a95514.tar.gz |
Give a URL for the Zephyr protocol spec.
Diffstat (limited to 'print-zephyr.c')
-rw-r--r-- | print-zephyr.c | 4 |
1 files changed, 3 insertions, 1 deletions
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 <kolya@MIT.EDU> * 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 |