aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tftp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-06-13 08:48:44 +0000
committerGuy Harris <guy@alum.mit.edu>2002-06-13 08:48:44 +0000
commit3f81102560a44bc66e459dd034f459d7faca53ba (patch)
tree2909b080a82e57d45cbabb9a2ade5bff59b77609 /packet-tftp.c
parentb412b99609d5be744e1fc32b34e79e9dc14251cb (diff)
From Bill Fumerola: recognize "Option negotiated failed" error in TFTP.
svn path=/trunk/; revision=5666
Diffstat (limited to 'packet-tftp.c')
-rw-r--r--packet-tftp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-tftp.c b/packet-tftp.c
index 19aefd47f2..38296ef4c2 100644
--- a/packet-tftp.c
+++ b/packet-tftp.c
@@ -5,7 +5,7 @@
* Craig Newell <CraigN@cheque.uq.edu.au>
* RFC2347 TFTP Option Extension
*
- * $Id: packet-tftp.c,v 1.37 2002/05/24 22:50:55 guy Exp $
+ * $Id: packet-tftp.c,v 1.38 2002/06/13 08:48:43 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -85,6 +85,7 @@ static const value_string tftp_error_code_vals[] = {
{ 5, "Unknown transfer ID" },
{ 6, "File already exists" },
{ 7, "No such user" },
+ { 8, "Option negotiation failed" },
{ 0, NULL }
};