aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-22 17:36:01 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-22 21:33:11 +0100
commitddf8eae7da02b20dd4310af9428a1eb18b1dd57d (patch)
tree530001939877c4e7a75adf02d33eb5f6a8c2b4dd /include
parentc6bfa27b5e56845491c6d03406d4dba65d86095f (diff)
pcap: Run all pcap operations through one method
Diffstat (limited to 'include')
-rw-r--r--include/bsc_data.h3
-rw-r--r--include/mtp_pcap.h4
2 files changed, 5 insertions, 2 deletions
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 <zecke@selfish.org>
- * (C) 2010 by On-Waves
+ * (C) 2010-2011 by Holger Hans Peter Freyther <zecke@selfish.org>
+ * (C) 2010-2011 by On-Waves
* All Rights Reserved
*
* This program is free software: you can redistribute it and/or modify