Commit Graph

24 Commits (7e7a567b1402f069ee0c6cbd32077b25eb0ccd30)

Author SHA1 Message Date
Nicolas Thill f5007fbcc3 add _GNU_SOURCE to CPPFLAGS required to include <bits/socket.h> on recent eglibc revisions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17749 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-26 19:01:50 +00:00
Felix Fietkau 6dc6202a6f wprobe: fix compile error because of missing isnan()
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17468 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-02 12:55:26 +00:00
Nicolas Thill 2f3a8a9296 remove *printf warnings preventing wprobe to build on uml x86_64
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17287 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-16 10:26:22 +00:00
Nicolas Thill d291cb7d85 use KERNEL_CROSS instead of TARGET_CROSS to build kernel modules
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17286 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-16 10:21:13 +00:00
Felix Fietkau 5e234e853d wprobe: fix tcp port for the proxy mode in the init script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17278 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-15 21:31:41 +00:00
Florian Fainelli 42ddac5a1b [package] wprobe does not build on 2.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16796 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-12 11:33:14 +00:00
Felix Fietkau 85a5d2b4ed wprobe: the bpf code expects direct-access fields to be in big endian, not cpu endian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16733 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-07 03:56:43 +00:00
Felix Fietkau 5d71ca1405 wprobe: fix some endianness fail in the l2 filter code
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16732 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-07 03:44:31 +00:00
Felix Fietkau 3f24ae593c wprobe: fix uninitialized variable
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16731 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-07 03:21:09 +00:00
Felix Fietkau 18ab433219 rename the wprobe init script to /etc/init.d/wprobe
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16730 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-07 03:03:43 +00:00
Felix Fietkau 9c174d95bb fix wprobe-export
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16727 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-07 02:22:46 +00:00
Felix Fietkau 0dc232c50a update the init script and config for the new wprobe
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16724 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-07 00:38:42 +00:00
Felix Fietkau 1dfb095209 upgrade to the new version of wprobe - includes reconfigurable layer 2 statistics, remote access, more configuration options and many bugfixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16719 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-06 19:05:24 +00:00
Felix Fietkau f788246870 wprobe: add missing include statement (patch from #5325)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16432 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-13 14:34:21 +00:00
Felix Fietkau ab92fede81 wprobe: move measurement task to the kernel, add some configurability (work in progress)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16402 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-10 14:37:36 +00:00
Felix Fietkau 3c3e1c858e fix wprobe conflict with libnl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15636 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-06 13:54:42 +00:00
Felix Fietkau fab34735f3 wprobe: use libnl-tiny instead of libnl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15632 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-06 11:51:16 +00:00
Nicolas Thill 07f45e3a7d introduce a generic PKG_CONFIG_DEPENDS for packages that need to be reconfigured when certain CONFIG options changed, rename PKG_BUILD_DEPEND to PKG_BUILD_DEPENDS
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15451 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-27 15:53:00 +00:00
Felix Fietkau 83b9d84a15 madwifi: fix a header file conflict with iptables
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15354 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-23 14:55:11 +00:00
Felix Fietkau bdc6699634 wprobe: enable conditional compilation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15116 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-06 09:56:34 +00:00
Felix Fietkau cc3a45243e wprobe: add init script for exporter
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15066 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-29 05:01:25 +00:00
Felix Fietkau 8dce7522b3 wprobe: export the newly added fields via ipfix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15065 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-29 04:47:19 +00:00
Felix Fietkau 48592d1229 wprobe: fix moving average
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15064 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-29 02:12:47 +00:00
Felix Fietkau fc05d24bf7 add wireless measurement probe infrastructure, developed at Fraunhofer FOKUS
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15050 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-26 20:56:47 +00:00