aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ip.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-08-10 04:57:47 +0000
committerGuy Harris <guy@alum.mit.edu>1999-08-10 04:57:47 +0000
commit2563e672c892f611e6e6e98604f7027651daa7ed (patch)
treebbf932baea21703ea3d2d1eaf89be06e90b25dc5 /packet-ip.c
parent86a8ad1dcd6af20f8982e39cc70f3debaa2a8352 (diff)
Fix the list of descriptions of codes in ICMP Unreachable messages.
svn path=/trunk/; revision=458
Diffstat (limited to 'packet-ip.c')
-rw-r--r--packet-ip.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/packet-ip.c b/packet-ip.c
index df9d91e52e..56e2f1bfaa 100644
--- a/packet-ip.c
+++ b/packet-ip.c
@@ -1,7 +1,7 @@
/* packet-ip.c
* Routines for IP and miscellaneous IP protocol packet disassembly
*
- * $Id: packet-ip.c,v 1.34 1999/08/09 18:18:38 gram Exp $
+ * $Id: packet-ip.c,v 1.35 1999/08/10 04:57:47 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -816,7 +816,11 @@ static const gchar *unreach_str[] = {"Network unreachable",
"Port unreachable",
"Fragmentation needed",
"Source route failed",
- "Administratively prohibited",
+ "Destination network unknown",
+ "Destination host unknown",
+ "Source host isolated",
+ "Network administratively prohibited",
+ "Host administratively prohibited",
"Network unreachable for TOS",
"Host unreachable for TOS",
"Communication administratively filtered",