]> The Tcpdump Group git mirrors - tcpdump/blobdiff - tftp.h
Process VLAN frames and Alteon jumbo frames in the Ethernet printer.
[tcpdump] / tftp.h
diff --git a/tftp.h b/tftp.h
index b591322cd1d959e5b6d45c732545c429a3faf1a5..6a092e0af52864d57f17a897698f0e3d9d1d3d5e 100644 (file)
--- a/tftp.h
+++ b/tftp.h
@@ -1,4 +1,4 @@
-/* @(#) $Header: /tcpdump/master/tcpdump/tftp.h,v 1.1 2007-09-14 01:02:07 guy Exp $ (LBL) */
+/* @(#) $Header: /tcpdump/master/tcpdump/tftp.h,v 1.2 2008-04-11 16:47:38 gianluca Exp $ (LBL) */
 /*
  * Copyright (c) 1983, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -49,7 +49,7 @@
 #define        WRQ     02                      /* write request */
 #define        DATA    03                      /* data packet */
 #define        ACK     04                      /* acknowledgement */
-#define        ERROR   05                      /* error code */
+#define        TFTP_ERROR      05                      /* error code */
 #define OACK   06                      /* option acknowledgement */
 
 struct tftphdr {