From 915ebf2ca3138bdc708b4cba05b5676b7081cef9 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 30 Sep 2004 20:27:47 +0000 Subject: Move the #defines for SMI Network Management Private Enterprise Codes for organizations to an header, and add in the ones that were used (without #defines) in the Diameter dissector. Merge the value_string tables for them from the Diameter and Radius dissectors into epan/sminmpec.c and merge them. Use that value_string table in the Diameter and Radius dissectors. Constify some stuff in the Diameter dissector. svn path=/trunk/; revision=12159 --- epan/Makefile.common | 2 ++ 1 file changed, 2 insertions(+) (limited to 'epan/Makefile.common') diff --git a/epan/Makefile.common b/epan/Makefile.common index 0a5ed768aa..b3c3c6fb45 100644 --- a/epan/Makefile.common +++ b/epan/Makefile.common @@ -57,6 +57,7 @@ LIBETHEREAL_SRC = \ range.c \ req_resp_hdrs.c \ sha1.c \ + sminmpec.c \ sna-utils.c \ strutil.c \ t35.c \ @@ -112,6 +113,7 @@ LIBETHEREAL_INCLUDES = \ req_resp_hdrs.h \ sha1.h \ slab.h \ + sminmpec.h \ sna-utils.h \ strutil.h \ t35.h \ -- cgit v1.2.3