summaryrefslogtreecommitdiff
path: root/print-pppoe.c
diff options
context:
space:
mode:
authorhannes <hannes>2003-06-14 06:05:52 +0000
committerhannes <hannes>2003-06-14 06:05:52 +0000
commitb6b96b4d5fef16edbd79d1dac6072decd9ec6e7f (patch)
treef7fa7937bc70fcaa69187af8787cc8b905b49fa4 /print-pppoe.c
parentb2406c50ca93a1dc6f30d52884f10dc09516de89 (diff)
downloadtcpdump-b6b96b4d5fef16edbd79d1dac6072decd9ec6e7f.tar.gz
credit Greg Stark as being the original Author of the PPPoE decoder
Diffstat (limited to 'print-pppoe.c')
-rw-r--r--print-pppoe.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/print-pppoe.c b/print-pppoe.c
index f3b2236f..dacfc8d3 100644
--- a/print-pppoe.c
+++ b/print-pppoe.c
@@ -17,11 +17,13 @@
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * Original code by Greg Stark <gsstark@mit.edu>
*/
#ifndef lint
static const char rcsid[] =
-"@(#) $Header: /tcpdump/master/tcpdump/print-pppoe.c,v 1.22 2003-06-13 05:55:22 hannes Exp $ (LBL)";
+"@(#) $Header: /tcpdump/master/tcpdump/print-pppoe.c,v 1.23 2003-06-14 06:05:52 hannes Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H