]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-tftp.c
VTP: Add a test on Mgmt Domain Name length
[tcpdump] / print-tftp.c
index c77297d873c9b89f45ad4c6953fc0f6d091d333d..5519c686a416daf3bbc94243443cd8f3f74b01d8 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.
- *
- * Format and print trivial file transfer protocol packets.
  */
 
+/* \summary: Trivial File Transfer Protocol (TFTP) printer */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <string.h>