aboutsummaryrefslogtreecommitdiffstats
path: root/packet-socks.c
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-04 05:57:53 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-04 05:57:53 +0000
commit9b10264033844d73ea5806d3f20a94349307591d (patch)
tree69eeef13551de82b6363310ef603932ff1097ea2 /packet-socks.c
parent3a4239bb2007e3b6e5270e30153db382dd3ee9e9 (diff)
Add {0, NULL} to the reply_table_v5 value_string array.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9166 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-socks.c')
-rw-r--r--packet-socks.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/packet-socks.c b/packet-socks.c
index a4e5f6a119..3c6023a09c 100644
--- a/packet-socks.c
+++ b/packet-socks.c
@@ -2,7 +2,7 @@
* Routines for socks versions 4 &5 packet dissection
* Copyright 2000, Jeffrey C. Foster <jfoste@woodward.com>
*
- * $Id: packet-socks.c,v 1.49 2003/11/08 00:02:55 guy Exp $
+ * $Id: packet-socks.c,v 1.50 2003/12/04 05:57:53 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -202,7 +202,8 @@ static const value_string reply_table_v5[] = {
{5, "Connection refused"},
{6, "TTL expired"},
{7, "Command not supported"},
- {8, "Address type not supported"}
+ {8, "Address type not supported"},
+ {0, NULL},
};
static const value_string cmd_strings[] = {