aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-08-16 23:13:26 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2006-08-16 23:13:26 +0000
commit510da55c75c95c21065b32f96f22125e3cc4693b (patch)
treeb47bcb6f1e5e5d8bf3acb1c878934e71759ae5e3 /epan/Makefile.common
parent4e0a4f6439f9df655e074980eec571bad11ea54f (diff)
various UUID/GUID based changes.
I think I've changed all corresponding appearances from FT_STRING to FT_GUID, so assert the FT_ type as it should only be a FT_GUID now. Add a generic implementation in guid_utils.h to have a way to store data about GUID to name resolving (something like value_string for e.g. int). It might be better to have a single registry for all GUID's of all dissectors and implement the GUID name resolving into the proto_tree_add... functions. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18935 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index 92b254d641..42540cba49 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -55,6 +55,7 @@ LIBWIRESHARK_SRC = \
follow.c \
frame_data.c \
funnel.c \
+ guid-utils.c \
h225-persistentdata.c \
in_cksum.c \
ipproto.c \
@@ -135,6 +136,7 @@ LIBWIRESHARK_INCLUDES = \
funnel.h \
gnuc_format_check.h \
greproto.h \
+ guid-utils.h \
h225-persistentdata.h \
iax2_codec_type.h \
in_cksum.h \
@@ -142,7 +144,6 @@ LIBWIRESHARK_INCLUDES = \
ipproto.h \
ipv4.h \
ipv6-utils.h \
- guid-utils.h \
lapd_sapi.h \
llcsaps.h \
next_tvb.h \