From ce81449ed9294f0104598762ce293c3521820987 Mon Sep 17 00:00:00 2001 From: Jakub Zawadzki Date: Thu, 11 Jul 2013 05:47:02 +0000 Subject: 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 --- Makefile.common | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.common') 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 \ -- cgit v1.2.3