aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipx.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-10-30 16:37:55 +0000
committerBill Meier <wmeier@newsguy.com>2010-10-30 16:37:55 +0000
commita4b536a2c0e4f1174a215c42025e4d601342c7bc (patch)
treeb42e8501b741176fc79dc3b037541d9570015087 /epan/dissectors/packet-ipx.h
parentc8395e01b56fb8c71fea7dd3cb543f79e4f7b92a (diff)
Use value_string_ext fcns to access two value_string arrays.
Minor whitespace cleanup. svn path=/trunk/; revision=34719
Diffstat (limited to 'epan/dissectors/packet-ipx.h')
-rw-r--r--epan/dissectors/packet-ipx.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/epan/dissectors/packet-ipx.h b/epan/dissectors/packet-ipx.h
index 9b8d48982d..d4c9ae6322 100644
--- a/epan/dissectors/packet-ipx.h
+++ b/epan/dissectors/packet-ipx.h
@@ -145,9 +145,8 @@ struct ipx_rip_packet
#define SPX_SOCKET_RMS 0x90b6 /* NDPS Remote Management Service */
#define SPX_SOCKET_NOTIFY_LISTENER 0x90b7 /* NDPS Notify Listener */
-extern const value_string ipx_socket_vals[];
-
-extern const value_string server_vals[];
+extern value_string_ext ipx_socket_vals_ext;
+extern value_string_ext novell_server_vals_ext;
void capture_ipx(packet_counts *);