#ifndef lint
static const char rcsid[] _U_ =
-"@(#) $Header: /tcpdump/master/tcpdump/print-stp.c,v 1.16 2007-03-07 11:21:24 hannes Exp $";
+"@(#) $Header: /tcpdump/master/tcpdump/print-stp.c,v 1.17 2007-03-07 12:10:54 hannes Exp $";
#endif
#ifdef HAVE_CONFIG_H
struct tok stp_bpdu_type_values[] = {
{ STP_BPDU_TYPE_CONFIG, "Config" },
- { STP_BPDU_TYPE_RSTP, "Rapid SPT" },
+ { STP_BPDU_TYPE_RSTP, "Rapid STP" },
{ STP_BPDU_TYPE_TOPO_CHANGE, "Topology Change" },
{ 0, NULL}
};
stp_bpdu = (struct stp_bpdu_*)p;
- /* Minimum SPT Frame size. */
+ /* Minimum STP Frame size. */
if (length < 4)
goto trunc;