aboutsummaryrefslogtreecommitdiffstats
path: root/packet-wlancap.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2003-12-04 05:59:35 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2003-12-04 05:59:35 +0000
commitc8b1b1d80a35a0b94d59603cd871f29189fc02f0 (patch)
tree0a43afa87415978cb4d06aa3d2d06a46fdb3b16e /packet-wlancap.c
parentef43dca1972c7a507ce479ff40f58536c1ce6090 (diff)
Add {0, NULL} to all the value_string arrays.
svn path=/trunk/; revision=9167
Diffstat (limited to 'packet-wlancap.c')
-rw-r--r--packet-wlancap.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/packet-wlancap.c b/packet-wlancap.c
index 213737f661..51ceb98ab8 100644
--- a/packet-wlancap.c
+++ b/packet-wlancap.c
@@ -10,7 +10,7 @@
*
* By Solomon Peachy
*
- * $Id: packet-wlancap.c,v 1.2 2003/08/05 19:09:27 guy Exp $
+ * $Id: packet-wlancap.c,v 1.3 2003/12/04 05:59:35 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -117,6 +117,7 @@ proto_register_wlancap(void)
{ 6, "OFDM 802.11g" },
{ 7, "PBCC 802.11g" },
{ 8, "OFDM 802.11a" },
+ { 0, NULL },
};
static const value_string encoding_type[] = {
@@ -124,6 +125,7 @@ proto_register_wlancap(void)
{ 1, "CCK" },
{ 2, "PBCC" },
{ 3, "OFDM" },
+ { 0, NULL },
};
static const value_string ssi_type[] = {
@@ -131,12 +133,14 @@ proto_register_wlancap(void)
{ 1, "Normalized RSSI" },
{ 2, "dBm" },
{ 3, "Raw RSSI" },
+ { 0, NULL },
};
static const value_string preamble_type[] = {
{ 0, "Unknown" },
{ 1, "Short" },
{ 2, "Long" },
+ { 0, NULL },
};
static hf_register_info hf[] = {