]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-vtp.c
Add a summary comment in all other printers
[tcpdump] / print-vtp.c
index 854bc49d3d297ed78b4371f658750fcc4ed105eb..a96eeb08d15e09f13b5837178ea266e945fad47b 100644 (file)
@@ -12,8 +12,6 @@
  * LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  * FOR A PARTICULAR PURPOSE.
  *
- * VLAN TRUNKING PROTOCOL (VTP)
- *
  * Reference documentation:
  *  http://www.cisco.com/en/US/tech/tk389/tk689/technologies_tech_note09186a0080094c52.shtml
  *  http://www.cisco.com/warp/public/473/21.html
@@ -22,6 +20,8 @@
  * Original code ode by Carles Kishimoto <[email protected]>
  */
 
+/* \summary: Cisco VLAN Trunking Protocol (VTP) printer */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif