aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTomas Slusny <slusnucky@gmail.com>2018-06-28 12:23:28 +0200
committerTomas Slusny <slusnucky@gmail.com>2018-07-02 12:20:29 +0200
commit3f26790b479f8a0cab00093b83491e9f47648b56 (patch)
treeed48b06e769bfb1bbacaad42ec1d73d079214811 /Makefile
parent7c044e96ae66f2403e4d82005943a0f6d99bb6a7 (diff)
Add gopacket adapter for libmemif
Add simple PacketHandle adapter for gopacket PacketDataSource + add writePacketData convenience method to it. Change-Id: I2280db33076c497c9b63fd107b6d77ecf85dd23b Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4eed58d..214f632 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,7 @@ install:
extras:
@cd extras/libmemif/examples/raw-data && go build -v
@cd extras/libmemif/examples/icmp-responder && go build -v
+ @cd extras/libmemif/examples/gopacket && go build -v
clean:
@rm -f cmd/binapi-generator/binapi-generator