aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bootp.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-08-28 01:51:50 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-08-28 01:51:50 +0000
commit927b1668d8736aad7d4492d96936daade11f8c76 (patch)
treedf0a541859cc5e2e4318686ec26636a13b774939 /epan/dissectors/packet-bootp.c
parenta0b48c724aa808779cfc560d3f7c1de19e2f7366 (diff)
another value_string that was not terminated
fix a bug from the previous checking as well. svn path=/trunk/; revision=15577
Diffstat (limited to 'epan/dissectors/packet-bootp.c')
-rw-r--r--epan/dissectors/packet-bootp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-bootp.c b/epan/dissectors/packet-bootp.c
index 2ca2a45f5e..c32cf6dc63 100644
--- a/epan/dissectors/packet-bootp.c
+++ b/epan/dissectors/packet-bootp.c
@@ -2002,7 +2002,7 @@ static const value_string pkt_cm_type_vals[] = {
{ PKT_CM_TET, "Number of Transmit Equalizer Taps" },
{ PKT_CM_TET_LC, "Number of Transmit Equalizer Taps" },
{ PKT_CM_DCC_SUP, "DCC Support" },
- { PKT_CM_DCC_SUP_LC, "DCC Support" }
+ { PKT_CM_DCC_SUP_LC, "DCC Support" },
{ 0, NULL }
};