aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bootp.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-08-28 01:44:30 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-08-28 01:44:30 +0000
commita0b48c724aa808779cfc560d3f7c1de19e2f7366 (patch)
tree4696d9ce95ba7cf689a27eb25eefe7329a049fb7 /epan/dissectors/packet-bootp.c
parentcb14c8572864f7b4eb15ee599e4a93c6aea0d84b (diff)
add missing value_string termination
svn path=/trunk/; revision=15576
Diffstat (limited to 'epan/dissectors/packet-bootp.c')
-rw-r--r--epan/dissectors/packet-bootp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-bootp.c b/epan/dissectors/packet-bootp.c
index 7690992716..2ca2a45f5e 100644
--- a/epan/dissectors/packet-bootp.c
+++ b/epan/dissectors/packet-bootp.c
@@ -2003,6 +2003,7 @@ static const value_string pkt_cm_type_vals[] = {
{ PKT_CM_TET_LC, "Number of Transmit Equalizer Taps" },
{ PKT_CM_DCC_SUP, "DCC Support" },
{ PKT_CM_DCC_SUP_LC, "DCC Support" }
+ { 0, NULL }
};
static const value_string pkt_cm_version_vals[] = {