12 years agominor fixes for clang++ master
tho [Wed, 14 Dec 2011 09:19:06 +0000]
minor fixes for clang++

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1838 270642c3-0616-0410-b53a-bc976706d245

12 years agoExamples: fixed RateStuffer for new clock_type
tho [Mon, 12 Dec 2011 12:09:15 +0000]
Examples: fixed RateStuffer for new clock_type

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1837 270642c3-0616-0410-b53a-bc976706d245

12 years agofixes for ClockService::clock_type -> RestrictedInt change introduced by last commit
tho [Thu, 8 Dec 2011 13:28:17 +0000]
fixes for ClockService::clock_type -> RestrictedInt change introduced by last commit

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1836 270642c3-0616-0410-b53a-bc976706d245

12 years agoAdded additional operators to RestrictedInt and made
pug [Wed, 7 Dec 2011 17:31:06 +0000]
Added additional operators to RestrictedInt and made
senf::ClockService::clock_type a RestrictedInt on SENF_DEBUG

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1835 270642c3-0616-0410-b53a-bc976706d245

12 years agosite_scons: support for clang/llvm
tho [Wed, 7 Dec 2011 13:58:47 +0000]
site_scons: support for clang/llvm

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1834 270642c3-0616-0410-b53a-bc976706d245

12 years agoseveral fixes for clang/llvm
tho [Wed, 7 Dec 2011 13:00:19 +0000]
several fixes for clang/llvm

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1833 270642c3-0616-0410-b53a-bc976706d245

12 years agoreverted changes in Statistics.[hh][cci] from rev.1829 to anable
pug [Tue, 29 Nov 2011 13:09:59 +0000]
reverted changes in Statistics.[hh][cci] from rev.1829 to anable
callbacks.

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1832 270642c3-0616-0410-b53a-bc976706d245

12 years agosite_scons: don't set -ffunction-sections for profile builds
tho [Thu, 24 Nov 2011 15:05:32 +0000]
site_scons: don't set -ffunction-sections for profile builds

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1831 270642c3-0616-0410-b53a-bc976706d245

12 years agoSConstruct: don't set -ffunction-sections for profile builds
tho [Thu, 24 Nov 2011 14:52:45 +0000]
SConstruct: don't set -ffunction-sections for profile builds

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1830 270642c3-0616-0410-b53a-bc976706d245

12 years agoPackets: another not smart but efficient 'shortcut' for ConcretePacket::next() (like...
tho [Thu, 24 Nov 2011 13:37:31 +0000]
Packets: another not smart but efficient 'shortcut' for ConcretePacket::next() (like Rev. #1818)
  (we have to think about the internal packet refcounting pointer handling)
Utils: added const members to Statistic class

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1829 270642c3-0616-0410-b53a-bc976706d245

12 years agounit test fix for last commit. hmpf.
tho [Wed, 23 Nov 2011 09:00:59 +0000]
unit test fix for last commit. hmpf.

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1828 270642c3-0616-0410-b53a-bc976706d245

12 years agoPacket: optimized Packet.is<> member by removing dynamic_cast
tho [Mon, 21 Nov 2011 16:16:08 +0000]
Packet: optimized Packet.is<> member by removing dynamic_cast

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1827 270642c3-0616-0410-b53a-bc976706d245

12 years agog++/final: don't add extra code to check for buffer overflows (-fno-stack-protector)
tho [Wed, 16 Nov 2011 11:00:40 +0000]
g++/final: don't add extra code to check for buffer overflows (-fno-stack-protector)
  (this is default for debian, but not for ubuntu)
g++/final: to reduce binary sizes place each function into its own section (-ffunction-sections)
  and enable garbage collection of unused sections in the linker (--gc-sections)
PPI: reduced Route<> template instantiations
Console: removed unused detail::NodeTraverser

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1826 270642c3-0616-0410-b53a-bc976706d245

12 years agoTermlib: fixed endian bug while reading terminfo file
tho [Thu, 10 Nov 2011 13:33:27 +0000]
Termlib: fixed endian bug while reading terminfo file
INet[46]Network: check if prefix_length is in valid range

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1825 270642c3-0616-0410-b53a-bc976706d245

12 years agoPackets/80211Bundle: fixed endian-bug in Radiotap offset calculation
tho [Wed, 9 Nov 2011 16:13:40 +0000]
Packets/80211Bundle: fixed endian-bug in Radiotap offset calculation

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1824 270642c3-0616-0410-b53a-bc976706d245

12 years agoadded additional compile options for final build to remove multithreading capabilities
tho [Mon, 7 Nov 2011 11:46:44 +0000]
added additional compile options for final build to remove multithreading capabilities

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1823 270642c3-0616-0410-b53a-bc976706d245

12 years agoStatistics: use more human readable formatting for console output
mtk [Thu, 3 Nov 2011 18:34:56 +0000]
Statistics: use more human readable formatting for console output

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1822 270642c3-0616-0410-b53a-bc976706d245

12 years agoPackets: internal Interpreter pointer enhancement (call by ref instead by value)
tho [Thu, 3 Nov 2011 14:48:03 +0000]
Packets: internal Interpreter pointer enhancement (call by ref instead by value)

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1821 270642c3-0616-0410-b53a-bc976706d245

12 years agofixed a computed value not used warning
mtk [Tue, 1 Nov 2011 13:14:46 +0000]
fixed a computed value not used warning

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1820 270642c3-0616-0410-b53a-bc976706d245

12 years agosome minor optimizations
tho [Wed, 26 Oct 2011 07:35:15 +0000]
some minor optimizations

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1819 270642c3-0616-0410-b53a-bc976706d245

12 years agoPackets: not really a smart but efficient 'shortcut' for ConcretePacket::next() ...
tho [Thu, 20 Oct 2011 15:09:03 +0000]
Packets: not really a smart but efficient 'shortcut' for ConcretePacket::next() -> calling nextPacketRange

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1818 270642c3-0616-0410-b53a-bc976706d245

12 years agoadded a flush() member to ActiveBurstSocketSource
mtk [Wed, 19 Oct 2011 19:13:58 +0000]
added a flush() member to ActiveBurstSocketSource

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1817 270642c3-0616-0410-b53a-bc976706d245

12 years agoPPI: fixed module destruction on shutdown if EventManger is already destroyed (like...
tho [Wed, 19 Oct 2011 08:51:15 +0000]
PPI: fixed module destruction on shutdown if EventManger is already destroyed (like rev #1717)
(maybe we need an advanced singleton implementation)

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1816 270642c3-0616-0410-b53a-bc976706d245

12 years agoPPI: optimized internal connector packet handling (queuing only if necessary, pass...
tho [Wed, 19 Oct 2011 08:15:09 +0000]
PPI: optimized internal connector packet handling (queuing only if necessary, pass by reference)

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1815 270642c3-0616-0410-b53a-bc976706d245

12 years agobugfix: urgh, an important line disappeared some how, reinserted
jmo [Thu, 6 Oct 2011 09:33:35 +0000]
bugfix: urgh, an important line disappeared some how, reinserted

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1814 270642c3-0616-0410-b53a-bc976706d245

12 years agofixes for Ubuntu Oneiric (g++ 4.6.1, boost 1.46.1)
tho [Mon, 26 Sep 2011 15:57:21 +0000]
fixes for Ubuntu Oneiric (g++ 4.6.1, boost 1.46.1)

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1813 270642c3-0616-0410-b53a-bc976706d245

12 years agoPackets: static assertion for duplicate tlv parser registration
tho [Fri, 23 Sep 2011 12:52:06 +0000]
Packets: static assertion for duplicate tlv parser registration

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1812 270642c3-0616-0410-b53a-bc976706d245

12 years agoWORKAROUND: NonInteractive console output stream buffers size configurable (default...
jmo [Tue, 20 Sep 2011 13:18:55 +0000]
WORKAROUND: NonInteractive console output stream buffers size configurable (default 1MB) command /sys/log/self { streamBuffer;};
TODO: This should be put into in a more generalized interface

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1811 270642c3-0616-0410-b53a-bc976706d245

12 years agoPackets/80221Bundle: parameter for MIHBaseListTLVParser::maxListSize() is now optional
tho [Thu, 25 Aug 2011 12:43:45 +0000]
Packets/80221Bundle: parameter for MIHBaseListTLVParser::maxListSize() is now optional

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1810 270642c3-0616-0410-b53a-bc976706d245

12 years agoPackets/80221Bundle: renamed MIHTLVLengthParser to MIHLengthParser
tho [Wed, 24 Aug 2011 15:19:19 +0000]
Packets/80221Bundle: renamed MIHTLVLengthParser to MIHLengthParser

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1809 270642c3-0616-0410-b53a-bc976706d245

12 years agoPackets/80221Bundle: enhanced error message in MIH message validation (once again)
tho [Wed, 24 Aug 2011 13:38:30 +0000]
Packets/80221Bundle: enhanced error message in MIH message validation (once again)

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1808 270642c3-0616-0410-b53a-bc976706d245

12 years agofixed sendto() error reporting - hopefully
mtk [Sun, 14 Aug 2011 13:27:08 +0000]
fixed sendto() error reporting - hopefully

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1807 270642c3-0616-0410-b53a-bc976706d245

12 years agoLogger: added SENF_LOG_DEFINE_NAMED_AREA macro
tho [Thu, 4 Aug 2011 12:06:16 +0000]
Logger: added SENF_LOG_DEFINE_NAMED_AREA macro

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1806 270642c3-0616-0410-b53a-bc976706d245

12 years agoPackets/80221Bundle: enhanced error message in MIHBaseTLVParser::validateType()
tho [Wed, 3 Aug 2011 14:03:04 +0000]
Packets/80221Bundle: enhanced error message in MIHBaseTLVParser::validateType()

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1805 270642c3-0616-0410-b53a-bc976706d245

12 years agomore verbose output for sendto() system exceptions
mtk [Tue, 2 Aug 2011 09:29:01 +0000]
more verbose output for sendto() system exceptions
--ehis line, and those below, will be ignored--

M    senf/Socket/ReadWritePolicy.cc

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1804 270642c3-0616-0410-b53a-bc976706d245

12 years agohmpf. run all_tests *before* committing. sorry.
tho [Mon, 1 Aug 2011 14:05:43 +0000]
hmpf. run all_tests *before* committing. sorry.

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1803 270642c3-0616-0410-b53a-bc976706d245

12 years agoadded more or less meaningful descriptions when throwing SystemExceptions
tho [Mon, 1 Aug 2011 13:47:49 +0000]
added more or less meaningful descriptions when throwing SystemExceptions

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1802 270642c3-0616-0410-b53a-bc976706d245

12 years agoPackets/80221Bundle: fixed MIHListTLVParserMixin::finalize()
tho [Thu, 28 Jul 2011 16:59:08 +0000]
Packets/80221Bundle: fixed MIHListTLVParserMixin::finalize()

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1801 270642c3-0616-0410-b53a-bc976706d245

12 years agoPackets: fix for natty: Ensure correct linking of all referenced packet types (see...
tho [Thu, 21 Jul 2011 16:11:35 +0000]
Packets: fix for natty: Ensure correct linking of all referenced packet types (see Rev #674)
(maybe g0dil knows a smarter way)

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1800 270642c3-0616-0410-b53a-bc976706d245

12 years agoreplaced <netpacket/packet.h> include by <linux/if_packet.h>
tho [Thu, 21 Jul 2011 14:55:28 +0000]
replaced <netpacket/packet.h> include by <linux/if_packet.h>

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1799 270642c3-0616-0410-b53a-bc976706d245

12 years agoadded data() member in StatisticsBase class to directly get a senf::StatisticsData
pug [Fri, 15 Jul 2011 11:22:32 +0000]
added data() member in StatisticsBase class to directly get a senf::StatisticsData

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1798 270642c3-0616-0410-b53a-bc976706d245

12 years agoAdded operator<< for senf::StatisticData
pug [Thu, 14 Jul 2011 14:26:01 +0000]
Added operator<< for senf::StatisticData

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1797 270642c3-0616-0410-b53a-bc976706d245

12 years agoLogger: fixed SyslogUDPTarget unit test
tho [Thu, 14 Jul 2011 14:25:25 +0000]
Logger: fixed SyslogUDPTarget unit test

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1796 270642c3-0616-0410-b53a-bc976706d245

12 years agoswitch to new MPL based Fraunhofer FOKUS Public License
tho [Thu, 14 Jul 2011 08:42:24 +0000]
switch to new MPL based Fraunhofer FOKUS Public License

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1795 270642c3-0616-0410-b53a-bc976706d245

12 years agoLogger: use ClockService::now() as timeBase if empty timeFormat is given for a target
tho [Wed, 22 Jun 2011 08:38:53 +0000]
Logger: use ClockService::now() as timeBase if empty timeFormat is given for a target

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1793 270642c3-0616-0410-b53a-bc976706d245

12 years agofixed right padding issue for several output members
tho [Thu, 9 Jun 2011 15:49:59 +0000]
fixed right padding issue for several output members

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1792 270642c3-0616-0410-b53a-bc976706d245

12 years agoRemoved additional backtrace information in FIFORunner at watchdog Error event.
pug [Tue, 7 Jun 2011 14:02:19 +0000]
Removed additional backtrace information in FIFORunner at watchdog Error event.
This leads to segmentation faults when short watchdog timeouts are used and is reproduceable (see netbed Bug #180 for additional infos and coredump).
This is a temporary fix and has to be evaluated later. Might even be a Bug in glibc exception backtrace.

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1791 270642c3-0616-0410-b53a-bc976706d245

12 years agohopefully fixes for backtrace handling
tho [Mon, 6 Jun 2011 16:32:21 +0000]
hopefully fixes for backtrace handling

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1790 270642c3-0616-0410-b53a-bc976706d245

12 years agoPackets/80221Bundle: fixed message validation
tho [Thu, 19 May 2011 09:31:33 +0000]
Packets/80221Bundle: fixed message validation
Utils/Console: made SysInfo::dump() public

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1789 270642c3-0616-0410-b53a-bc976706d245

12 years agoadded ctors to StatisticsData
mtk [Mon, 16 May 2011 15:00:22 +0000]
added ctors to StatisticsData

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1788 270642c3-0616-0410-b53a-bc976706d245

12 years ago80221Bundle: added static const etherType member to MIHPacketType
tho [Thu, 12 May 2011 11:02:50 +0000]
80221Bundle: added static const etherType member to MIHPacketType

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1787 270642c3-0616-0410-b53a-bc976706d245

12 years agoadded a clear() method to the TimerEventProxy to allow the removal of all pending...
mtk [Mon, 9 May 2011 15:46:52 +0000]
added a clear() method to the TimerEventProxy to allow the removal of all pending/actiive timers

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1786 270642c3-0616-0410-b53a-bc976706d245

13 years agoadded a method() to query the number of active timer events
mtk [Fri, 22 Apr 2011 19:41:31 +0000]
added a method() to query the number of active timer events

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1785 270642c3-0616-0410-b53a-bc976706d245

13 years agoUtils/RestrictedInt: export Base and Tag template types
tho [Tue, 19 Apr 2011 11:41:35 +0000]
Utils/RestrictedInt: export Base and Tag template types

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1784 270642c3-0616-0410-b53a-bc976706d245

13 years agoadded a setLastAvg() method to report a 'substitute' min/avg/max if no real data...
mtk [Sun, 17 Apr 2011 11:58:37 +0000]
added a setLastAvg() method to report a 'substitute' min/avg/max if no real data was seen. not a pretty solution :(

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1783 270642c3-0616-0410-b53a-bc976706d245

13 years agoSenfScons: revoked fix for parseArguments() in senfutil :-/
tho [Mon, 11 Apr 2011 13:00:42 +0000]
SenfScons: revoked fix for parseArguments() in senfutil :-/

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1782 270642c3-0616-0410-b53a-bc976706d245

13 years agoremoved needless Boost.Iostreams dependency
tho [Mon, 11 Apr 2011 12:10:19 +0000]
removed needless Boost.Iostreams dependency
some #include cleanups

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1781 270642c3-0616-0410-b53a-bc976706d245

13 years agofix: missing include added
jmo [Thu, 7 Apr 2011 13:26:06 +0000]
fix: missing include added

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1780 270642c3-0616-0410-b53a-bc976706d245

13 years agochange for selective Backtrace (SENF_BACKTRACE). Included via autoconf if SENF_DEBUG...
jmo [Thu, 7 Apr 2011 12:35:05 +0000]
change for selective Backtrace  (SENF_BACKTRACE). Included via autoconf if SENF_DEBUG is set.

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1779 270642c3-0616-0410-b53a-bc976706d245

13 years agohmpf. fix for last commit. sry.
tho [Tue, 5 Apr 2011 16:01:59 +0000]
hmpf. fix for last commit. sry.

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1778 270642c3-0616-0410-b53a-bc976706d245

13 years agoSENFScons: external modules can now extend SConfigure and senfutil
tho [Tue, 5 Apr 2011 15:49:45 +0000]
SENFScons: external modules can now extend SConfigure and senfutil

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1777 270642c3-0616-0410-b53a-bc976706d245

13 years agoSConfigure: fixed CheckTempBufferStrategy test
tho [Thu, 31 Mar 2011 14:04:22 +0000]
SConfigure: fixed CheckTempBufferStrategy test

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1776 270642c3-0616-0410-b53a-bc976706d245

13 years agoDVB: ignore EINTR. which might be caused by watchdog signals. This is possibly not...
jmo [Wed, 30 Mar 2011 17:14:02 +0000]
DVB: ignore EINTR. which might be caused by watchdog signals. This is possibly not the solution, but should work

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1775 270642c3-0616-0410-b53a-bc976706d245

13 years agosite_scons: added option to overwrite TEST_EXTRA_LIBS in BoostUnitTest target
tho [Tue, 29 Mar 2011 14:09:23 +0000]
site_scons: added option to overwrite TEST_EXTRA_LIBS in BoostUnitTest target

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1774 270642c3-0616-0410-b53a-bc976706d245

13 years agoPPI: made EventDescriptor::enabled() const
tho [Mon, 21 Mar 2011 16:14:24 +0000]
PPI: made EventDescriptor::enabled() const

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1773 270642c3-0616-0410-b53a-bc976706d245

13 years agoPackets: extended description of bad_cast exception in Packet.as()
tho [Thu, 10 Mar 2011 12:45:21 +0000]
Packets: extended description of bad_cast exception in Packet.as()
PPI: added descriptive name parameter to IdleEvent
some minor cleanups

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1772 270642c3-0616-0410-b53a-bc976706d245

13 years agoadded scheduler watchdog members to sys/scheduler console dir
tho [Tue, 8 Mar 2011 14:43:47 +0000]
added scheduler watchdog members to sys/scheduler console dir
fixed some typos

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1771 270642c3-0616-0410-b53a-bc976706d245

13 years agofixes for g++ 4.5 (some members returned "the constructor, not the type")
tho [Mon, 14 Feb 2011 10:36:53 +0000]
fixes for g++ 4.5 (some members returned "the constructor, not the type")

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1770 270642c3-0616-0410-b53a-bc976706d245

13 years agoadded unit test to demonstrate Jack <->Multiconnector problem
tho [Mon, 14 Feb 2011 08:50:48 +0000]
added unit test to demonstrate Jack <->Multiconnector problem

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1769 270642c3-0616-0410-b53a-bc976706d245

13 years agoChanged TimerEventProxy to update the timeout when adding an TimerEvent already included.
ssauer [Thu, 20 Jan 2011 12:41:31 +0000]
Changed TimerEventProxy to update the timeout when adding an TimerEvent already included.

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1768 270642c3-0616-0410-b53a-bc976706d245

13 years agodo not reset the last_avg() if no new values have been reported in the current period
mtk [Wed, 19 Jan 2011 14:11:37 +0000]
do not reset the last_avg() if no new values have been reported in the current period

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1767 270642c3-0616-0410-b53a-bc976706d245

13 years agoPackets/80211Bundle: RadiotapPacket fixed undefined reference bug with debug=1
tho [Wed, 19 Jan 2011 09:56:19 +0000]
Packets/80211Bundle: RadiotapPacket fixed undefined reference bug with debug=1

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1766 270642c3-0616-0410-b53a-bc976706d245

13 years agomake data() method const - again !
mtk [Mon, 17 Jan 2011 16:31:17 +0000]
make data() method const - again !

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1765 270642c3-0616-0410-b53a-bc976706d245

13 years agodata() can not be const
mtk [Fri, 14 Jan 2011 22:03:46 +0000]
data() can not be const

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1764 270642c3-0616-0410-b53a-bc976706d245

13 years agoPackets/80221Bundle: fixed typo in MIH message validation :-/
tho [Thu, 13 Jan 2011 14:24:39 +0000]
Packets/80221Bundle: fixed typo in MIH message validation :-/

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1763 270642c3-0616-0410-b53a-bc976706d245

13 years agomade some members non-inline to decrease size
tho [Thu, 13 Jan 2011 12:20:09 +0000]
made some members non-inline to decrease size
Packets/80221Bundle: revised validate function once again

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1762 270642c3-0616-0410-b53a-bc976706d245

13 years agointroduced a StatisticsData Object to hold the aggregated stats data provided by...
mtk [Tue, 11 Jan 2011 20:40:35 +0000]
introduced a StatisticsData Object to hold the aggregated stats data provided by the accumulator

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1761 270642c3-0616-0410-b53a-bc976706d245

13 years agoPackets/80221Bundle: revised signature of validate function
tho [Tue, 11 Jan 2011 15:17:37 +0000]
Packets/80221Bundle: revised signature of validate function

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1760 270642c3-0616-0410-b53a-bc976706d245

13 years agoPackets/80221Bundle: fixed MIH message validation unit test @ ubuntu hardy
tho [Tue, 11 Jan 2011 11:00:48 +0000]
Packets/80221Bundle: fixed MIH message validation unit test @ ubuntu hardy

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1759 270642c3-0616-0410-b53a-bc976706d245

13 years agoPackets/80221Bundle: extended MIHMessageType / MIHMessageRegistry to validate MIH...
tho [Mon, 10 Jan 2011 16:58:02 +0000]
Packets/80221Bundle: extended MIHMessageType / MIHMessageRegistry to validate MIH messages

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1758 270642c3-0616-0410-b53a-bc976706d245

13 years agoUtils/Logger: cleaned up some #includes
tho [Thu, 6 Jan 2011 16:52:09 +0000]
Utils/Logger: cleaned up some #includes

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1757 270642c3-0616-0410-b53a-bc976706d245

13 years agofixed some minor documentation typos
tho [Thu, 6 Jan 2011 10:10:07 +0000]
fixed some minor documentation typos

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1756 270642c3-0616-0410-b53a-bc976706d245

13 years agoPackets/DefaultBundle: added EUI64Parser
tho [Wed, 5 Jan 2011 14:54:24 +0000]
Packets/DefaultBundle: added EUI64Parser

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1755 270642c3-0616-0410-b53a-bc976706d245

13 years agosome #include improvements
tho [Thu, 9 Dec 2010 15:45:42 +0000]
some #include improvements

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1754 270642c3-0616-0410-b53a-bc976706d245

13 years agoBUG #17752: Fix RadiotapPacket parser
g0dil [Wed, 1 Dec 2010 19:30:37 +0000]
BUG #17752: Fix RadiotapPacket parser

correctly parse packets with additional padding after the ordinary
radiotap header.

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1753 270642c3-0616-0410-b53a-bc976706d245

13 years agounit test fix for jaunty and before
jmo [Wed, 1 Dec 2010 15:51:47 +0000]
unit test fix for jaunty and before

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1752 270642c3-0616-0410-b53a-bc976706d245

13 years agofirst version of statistic value accumulator added
jmo [Mon, 22 Nov 2010 15:11:15 +0000]
first version of statistic value accumulator added

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1751 270642c3-0616-0410-b53a-bc976706d245

13 years agoFix sample bootstrap senfutil.py (Examples/Sniffer/site_scons/senfutil.py)
g0dil [Mon, 15 Nov 2010 14:16:25 +0000]
Fix sample bootstrap senfutil.py (Examples/Sniffer/site_scons/senfutil.py)

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1748 270642c3-0616-0410-b53a-bc976706d245

13 years agoMain SENF documentation update
g0dil [Mon, 8 Nov 2010 07:46:59 +0000]
Main SENF documentation update

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1747 270642c3-0616-0410-b53a-bc976706d245

13 years agoSome URL fixes
g0dil [Sun, 7 Nov 2010 22:52:12 +0000]
Some URL fixes

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1746 270642c3-0616-0410-b53a-bc976706d245

13 years agoExample documentation update
g0dil [Sat, 6 Nov 2010 13:39:04 +0000]
Example documentation update

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1745 270642c3-0616-0410-b53a-bc976706d245

13 years agoExtend fixlinks to fix the completely broken cross-linking in maverick
g0dil [Sat, 6 Nov 2010 13:38:09 +0000]
Extend fixlinks to fix the completely broken cross-linking in maverick

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1744 270642c3-0616-0410-b53a-bc976706d245

13 years agoUpdate Examples/Sniffer documentation
g0dil [Thu, 4 Nov 2010 20:46:01 +0000]
Update Examples/Sniffer documentation

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1743 270642c3-0616-0410-b53a-bc976706d245

13 years agoFix documentation build under maverick (doxygen 1.7.1)
g0dil [Thu, 4 Nov 2010 14:51:56 +0000]
Fix documentation build under maverick (doxygen 1.7.1)

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1742 270642c3-0616-0410-b53a-bc976706d245

13 years ago// we use gettimeofday() now to determine the packet rcv time, since on some boxes...
mtk [Wed, 27 Oct 2010 14:49:35 +0000]
// we use gettimeofday() now to determine the packet rcv time, since on some boxes the above ioctl() return bogus values.
// this may reduce the precision, but we only care about +/- 1ms, for now

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1741 270642c3-0616-0410-b53a-bc976706d245

13 years agoPackets/80221Bundle; fix unit test for last commit :/
tho [Mon, 25 Oct 2010 11:40:39 +0000]
Packets/80221Bundle; fix unit test for last commit :/

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1740 270642c3-0616-0410-b53a-bc976706d245

13 years agoPackets/80221Bundle: removed MIHFId::None
tho [Fri, 22 Oct 2010 13:44:36 +0000]
Packets/80221Bundle: removed MIHFId::None

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1739 270642c3-0616-0410-b53a-bc976706d245

13 years agoPPI: output throttle state on ppi-dump
tho [Fri, 22 Oct 2010 12:45:27 +0000]
PPI: output throttle state on ppi-dump

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1738 270642c3-0616-0410-b53a-bc976706d245

13 years agoUtils/Statistics: added operator[] member to get const & Collector in StatisticsBase
tho [Tue, 19 Oct 2010 15:38:59 +0000]
Utils/Statistics: added operator[] member to get const & Collector in StatisticsBase

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1737 270642c3-0616-0410-b53a-bc976706d245

13 years agocleaned up some include dependencies
tho [Mon, 18 Oct 2010 16:13:56 +0000]
cleaned up some include dependencies

git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1736 270642c3-0616-0410-b53a-bc976706d245