aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ppp.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-11-01 18:26:34 +0000
committerBill Meier <wmeier@newsguy.com>2010-11-01 18:26:34 +0000
commitc256942255a898ea514a69b8880654b044a154ee (patch)
tree3a425efa6a0ea87c369218256ca9d3d147ba679c /epan/dissectors/packet-ppp.h
parentd318d360d5e6c5df46570cdf8d2f113913feca12 (diff)
Use value_string_ext fcns to access various value_string arrays.
Also: use value_string_const() instead of value_string() where apropriate; minor reformatting & whitespace cleanup. svn path=/trunk/; revision=34745
Diffstat (limited to 'epan/dissectors/packet-ppp.h')
-rw-r--r--epan/dissectors/packet-ppp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ppp.h b/epan/dissectors/packet-ppp.h
index b4a3c83d8d..6cc7763d35 100644
--- a/epan/dissectors/packet-ppp.h
+++ b/epan/dissectors/packet-ppp.h
@@ -34,7 +34,7 @@ tvbuff_t *decode_fcs(tvbuff_t *tvb, proto_tree *fh_tree, int fcs_decode, int pro
/*
* Used by the GTP dissector as well.
*/
-extern const value_string ppp_vals[];
+extern value_string_ext ppp_vals_ext;
/*
* Used by CHDLC dissector as well.