]> The Tcpdump Group git mirrors - tcpdump/commitdiff
credit Greg Stark as being the original Author of the PPPoE decoder
authorhannes <hannes>
Sat, 14 Jun 2003 06:05:52 +0000 (06:05 +0000)
committerhannes <hannes>
Sat, 14 Jun 2003 06:05:52 +0000 (06:05 +0000)
print-pppoe.c

index f3b2236fc3f92e65bb937ece39ecc9b5e9cfa9b3..dacfc8d3e82fb9c98903f1493fce2070d359db96 100644 (file)
  * 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 <[email protected]
  */
 
 #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