aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-09-30 20:27:47 +0000
committerGuy Harris <guy@alum.mit.edu>2004-09-30 20:27:47 +0000
commit915ebf2ca3138bdc708b4cba05b5676b7081cef9 (patch)
tree78d5568adee4578145230dfd784bf643fc0015bb /epan/Makefile.common
parent5ffcb6b8a555dce2eb555708aa16f001b0a984b2 (diff)
Move the #defines for SMI Network Management Private Enterprise Codes
for organizations to an <epan/sminmpec.h> 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
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common2
1 files changed, 2 insertions, 0 deletions
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 \