aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hpext.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-10-10 23:28:40 +0000
committerBill Meier <wmeier@newsguy.com>2010-10-10 23:28:40 +0000
commit93b94a23cab7befbbdff84a33c0c995a1e587556 (patch)
tree8c5fd626393ddc1393c7b51cfb4a18636e4d3112 /epan/dissectors/packet-hpext.c
parent09d718f723cba7c9c59807b1cb4d00ac31100e4d (diff)
Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h not req'd.
svn path=/trunk/; revision=34464
Diffstat (limited to 'epan/dissectors/packet-hpext.c')
-rw-r--r--epan/dissectors/packet-hpext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-hpext.c b/epan/dissectors/packet-hpext.c
index 259fae689f..1a3042df54 100644
--- a/epan/dissectors/packet-hpext.c
+++ b/epan/dissectors/packet-hpext.c
@@ -45,7 +45,7 @@ static int hf_hpext_sxsap = -1;
static gint ett_hpext = -1;
-const value_string xsap_vals[] = {
+static const value_string xsap_vals[] = {
{ HPEXT_DXSAP, "RBOOT Destination Service Access Point" },
{ HPEXT_SXSAP, "RBOOT Source Service Access Point" },
{ HPEXT_HPSW, "HP Switch Protocol" },