]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-ipfc.c
Add a summary comment in all other printers
[tcpdump] / print-ipfc.c
index 6907ba3ed10e222ddca3f91d0b57747590776529..fc204652cc7657697bcfb5c3129cf7cb0ac78f7c 100644 (file)
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
+/* \summary: IP over Fibre Channel printer */
+
+/* specification: RFC 2625 */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
 #include "ether.h"
 
-/*
- * RFC 2625 IP-over-Fibre Channel.
- */
-
 struct ipfc_header {
        u_char  ipfc_dhost[8];
        u_char  ipfc_shost[8];