quoth rfc 2347:

#                                                                If the
#  value of a supported option is invalid, the specification for that
#  option will indicate whether the server should simply omit the option
#  from the OACK, respond with an alternate value, or send an ERROR
#  packet, with error code 8, to terminate the transfer.

trivial patch attached.

-- 
- bill fumerola / [EMAIL PROTECTED] / [EMAIL PROTECTED] / [EMAIL PROTECTED]


Index: packet-tftp.c
===================================================================
RCS file: /cvsroot/ethereal/packet-tftp.c,v
retrieving revision 1.37
diff -u -r1.37 packet-tftp.c
--- packet-tftp.c       2002/05/24 22:50:55     1.37
+++ packet-tftp.c       2002/06/13 08:30:47
@@ -85,6 +85,7 @@
   { 5, "Unknown transfer ID" },
   { 6, "File already exists" },
   { 7, "No such user" },
+  { 8, "Option negotiation failed" },
   { 0, NULL }
 };
 

Reply via email to