From ddf8eae7da02b20dd4310af9428a1eb18b1dd57d Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 22 Jan 2011 17:36:01 +0100 Subject: pcap: Run all pcap operations through one method --- include/bsc_data.h | 3 +++ include/mtp_pcap.h | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/bsc_data.h b/include/bsc_data.h index fdd35ec..8c827e2 100644 --- a/include/bsc_data.h +++ b/include/bsc_data.h @@ -160,4 +160,7 @@ int link_clear_all(struct mtp_link_set *); /* MGCP */ void mgcp_forward(struct bsc_data *bsc, const uint8_t *data, unsigned int length); +/* pcap */ +int mtp_handle_pcap(struct mtp_link *, const uint8_t *data, int length); + #endif diff --git a/include/mtp_pcap.h b/include/mtp_pcap.h index 5d1f97e..30a5ea6 100644 --- a/include/mtp_pcap.h +++ b/include/mtp_pcap.h @@ -1,6 +1,6 @@ /* - * (C) 2010 by Holger Hans Peter Freyther - * (C) 2010 by On-Waves + * (C) 2010-2011 by Holger Hans Peter Freyther + * (C) 2010-2011 by On-Waves * All Rights Reserved * * This program is free software: you can redistribute it and/or modify -- cgit v1.2.3