aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2013-07-11 05:47:02 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2013-07-11 05:47:02 +0000
commitce81449ed9294f0104598762ce293c3521820987 (patch)
tree26efdeea2934c6e99869fc3e5761451043dc3e05 /Makefile.common
parent19d2d0dc765cd2417d693746226472207190434a (diff)
packet dissection now takes pointer to tvb instead of guint8 data
implement frame_tvbuff, right now almost a copy of 'real' tvb. svn path=/trunk/; revision=50497
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 447af8694f..ed439c2680 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -52,6 +52,7 @@ SHARK_COMMON_SRC = \
clopts_common.c \
disabled_protos.c \
frame_data_sequence.c \
+ frame_tvbuff.c \
packet-range.c \
print.c \
ps.c \
@@ -72,6 +73,7 @@ SHARK_COMMON_INCLUDES = \
file.h \
fileset.h \
frame_data_sequence.h \
+ frame_tvbuff.h \
isprint.h \
packet-range.h \
print.h \