Commit Graph

331 Commits

Author SHA1 Message Date
Srivats P.
3ba67e9ee3 NOX: IPv4over6, IPv6over4, IPv6over6 - separated protocol and widget as per new framework 2014-04-05 14:59:12 +05:30
Srivats P.
710b295d74 NOX: IPv4over4 - Separated protocol and widget as per new framework 2014-04-05 05:43:26 +05:30
Srivats P.
d818b90a8f NOX: IPv4 - Separated protocol and widget as per new framework 2014-04-03 07:23:04 +05:30
Srivats P.
e6339e3d09 NOX: Arp - separated protocol and widget as per new framework 2014-03-28 05:52:15 +05:30
Srivats P.
24fbac9c5a NOX: Dot2Snap - Separated protocol and widget as per new framework 2014-03-27 18:21:47 +05:30
Srivats P.
38c17d5e5b NOX: SNAP - Separated protocl and widget as per new framework 2014-03-27 09:56:57 +05:30
Srivats P.
4608edf771 NOX: Dot2Llc - Separated protocol and widget as per new framework 2014-03-27 06:39:08 +05:30
Srivats P.
a8dcc42d4c NOX: LLC - Separated protocol and widget as per new framework 2014-03-25 06:13:23 +05:30
Srivats P.
70937bd4a4 NOX: ComboProtocol - Separated protocol and widget as per framework; VlanStack - separated protocol and widget using the refactored ComboProtocol 2014-03-25 05:32:27 +05:30
Srivats P.
e1cfd39786 NOX: SVLAN - Separated protocol and widget as per new framework 2014-03-20 06:35:40 +05:30
Srivats P.
a97a7d9511 NOX: VLAN - Separated protocol and widget as per new framework + cosmetic layout change in the widget 2014-03-20 06:03:55 +05:30
Srivats P.
4fa4046e9e NOX: Temp mask of some streamconfigdialog code till all protocols are changed to new framework 2014-03-20 05:57:30 +05:30
Srivats P.
e6fa745b81 NOX: 802.3 - Separated protocol and widget as per new framework 2014-03-14 07:03:44 +05:30
Srivats P.
bdc1252b95 NOX: IPv6 - Separated protocol and widget as per new framework 2014-03-14 06:16:46 +05:30
Srivats P.
f39031d663 NOX: Payload - Separated protocol and widget as per new framework 2014-03-13 07:27:29 +05:30
Srivats P.
c0f009c44a NOX: Eth2 - Separated protocol and widget as per new framework 2014-03-13 06:29:56 +05:30
Srivats P.
37ca28ca94 NOX: Mac - Separated protocol and widget as per new framework 2014-03-13 06:08:43 +05:30
Srivats P.
cabd6ad096 NOX: Framework to separate the protocol widgets from the protocol. Changes in client to use the new framework. Changes may not compile 2014-03-11 06:16:41 +05:30
Srivats P.
925697dfcc NOX: Removed GUI stuff from the drone app. Changes may not compile 2014-03-03 20:30:42 +05:30
Giorgio Buffa
05cf3bdc5f A "packet set" can span multiple PacketSequences - the outermost loop during transmission should increment in units of PacketSet rather than PacketSequence
Fixes issue 116
2013-11-22 19:05:34 +05:30
Srivats P.
68c95ba8d9 Merging 2013-02-25 22:26:38 +05:30
Srivats P.
87e24af3b1 Ports in the PortStatsWindow should be named by their IDs instead of their indices. This becomes evident when multiple drones (portgroups) are connected and the one with a lower id (and hence index) is deleted 2013-02-25 22:20:50 +05:30
Shlomo Shachar
53437d5216 Fix bug in LinuxPort::StatsMonitor::netlinkStats() causing some ports not to be updated on system with many ports. Problem occurs as the netlink msg size is calculated once and then received multiple times. The following commit makes sure the netlink msg size is recalcaulted before each recv.
Fixes issue 94
2013-01-01 15:23:06 +02:00
Srivats P.
1d5ae64281 Version bump to 0.5.1 2012-07-30 18:53:42 +05:30
Srivats P.
f7d8cc2684 Fixed rx/tx rate stats on BSP/OSX 2012-07-22 13:26:52 +05:30
Srivats P.
19424d980c Added missing include for unistd.h since gcc 4.7 refuses to compile without it 2012-06-04 21:46:57 +05:30
Srivats P.
3931245463 Fixed BSD/OSX compilation issue 2012-04-15 20:32:13 +05:30
Srivats P.
64a82f9b2c Fixed linux compilation issue 2012-04-15 13:30:36 +05:30
Srivats P.
14721478a4 Corrected stats calculation to take care of counter roll over
Fixes issue 67
2012-04-14 23:35:01 +05:30
Srivats P.
9cac3cd918 Linux now uses stats using netlink - if that isn't available for some reason, we fallback to the /proc stats. If netlink stats is used, link state info is available. 2012-03-10 13:29:41 +05:30
Srivats P.
31c7f08e7c Fixed Win32 QPC timestamp diff that caused extraordinarily large inter-packet timing 2012-03-09 22:15:06 +05:30
Srivats P.
87ee8244fc Fix for segfault when a port failed to open due to any reason
Fixes issue 64
2012-03-07 19:25:09 +05:30
Srivats P.
0d253cdb09 Interface stats and link state for Mac OSX 2012-02-16 21:48:27 +05:30
Srivats P.
c51e28b203 Updated copyright years in the About dialog 2012-02-15 07:43:51 +05:30
Srivats P.
5f99e9456c BSD specific interface stats and error stats, including link state
Update issue 28
2012-02-12 12:55:26 +05:30
Srivats P.
88cb294567 Added support for rx error stats on Linux.
Updates issue 28
2012-02-08 22:14:20 +05:30
Srivats P.
8ef427b0fd Fixed incorrect TCP checksum when it is overrided
Fixes issue 58
2011-12-22 19:29:19 +05:30
Srivats P.
eedc6f62ff Fixed incorrect very long delay in "interleaved streams" mode 2011-10-29 07:40:18 +05:30
Srivats P.
49e3acf327 Bumped version to 0.5 2011-10-24 07:22:22 +05:30
Srivats P.
c9a7523ef9 Fixed crash on drone exit (on Windows) - now we do cleanup 2011-10-23 22:35:43 +05:30
Srivats P.
763219e153 Integrated newer version (0.6.1) of the QHexEdit Widget from http://qhexedit2.googlecode.com. This newer version supports copy-paste and undo-redo. 2011-10-23 17:39:15 +05:30
Srivats P.
baf709b24d Fixed valgrind reported mem leaks 2011-10-23 13:08:24 +05:30
Srivats P.
7f0ffd66e0 removed warnings 2011-10-23 11:38:13 +05:30
Srivats P.
e188655e67 For Linux added specific code to put interfaces in PROMISC mode, since we no longer use PCAP to do stats (which was indirectly setting PROMISC). Also added signal handlers to do cleanup for SIGTERM and SIGINT. Some code indentation fixes also.
Fixes issue 52
2011-10-22 14:55:05 +05:30
Srivats P.
264b446410 Replaced ULONG_LONG_MAX with the more portable (and standard) ULLONG_MAX 2011-10-21 22:11:38 +05:30
Srivats P.
e5d2ccaa0f Fixed windows problem where tx packets are looped back as rx packets also. Also fixed an issue with transmit at slow rate (< 0.5pps)
Fixes issue 46
2011-10-20 07:13:33 +05:30
Srivats P.
626ca8ad0e Code changes to improve transmit performance in Windows. Windows top-speed performance is now at par with Linux in my tests, however for fixed (high) rate transmit, accuracy is not good - need to find ways to improve that.
Fixes issue 33
Fixes issue 39
2011-10-16 08:04:09 +05:30
Srivats P.
e9ea3d7934 Added a minimum size of packets to be looped to improve performance. Also a bug fix that led to incorrect timing between packets 2011-10-12 20:20:36 +05:30
Srivats P.
210bdf11a9 Implemented new method protocolFrameVariableCount() and associated code for all the protocols that require it. With this commit, the set of changes required to reduce the time taken to prebuild the packets for transmit is done.
Fixes issue 35
Fixes issue 49
2011-10-09 17:57:02 +05:30
Srivats P.
0223f39994 refactored sendQueue code 2011-10-08 15:55:57 +05:30