ostinato/client
Srivats P. 017cb75ae5 - Packet Transmission is now a separate thread to allow for event processing
- Packet Transmission rate (IPG) is done - need to test. IBG is still pending
- Per port there are two pcap_t handles - one for Rx and one for Tx: since PCAP does not capture loopback packets, transmission by OST happens on Rx Hdl so that they are recieved on the Tx Hdl
- pcap_loop() changed to pcap_dispatch() to be able to work in PCAP/Linux - forgot exactly why :-)
- Removed NIC stats
- Implemented PortStatsFilterDialog ordering of ports
- PortStatsWindow - Tooltip on Port column dispays stats limitations
2009-02-12 17:07:19 +00:00
..
icons - added PortStatsFilter 2008-05-25 11:30:30 +00:00
about.ui Initial Import 2008-05-03 14:37:10 +00:00
dumpview.cpp Rewrote DumpView as a subclass of QAbstractItemView (as it should be). Correspondingly reworked PacketModel to work with DumpView. Added Dot3Protocol and PayloadProtocol to Stream class 2008-08-30 08:49:08 +00:00
dumpview.h Changes for successful compilation in Linux. PCAP/Winpcap functions changed to use those which are common on both PCAP and WinPCAP. Some additional WinPCAP only functions (such as the pcap_sendqueue_xxx) which we intend to use have been added into pcapextra.c which will be used in case of Linux 2009-01-17 10:13:46 +00:00
hexlineedit.cpp Added Google Protocol Buffers as the serialization format between client and server. 2008-08-09 03:22:13 +00:00
hexlineedit.h Initial Import 2008-05-03 14:37:10 +00:00
main.cpp Initial Import 2008-05-03 14:37:10 +00:00
mainwindow.cpp Stream creation (various modes etc.) done except for Rate Control. 2008-09-28 18:01:52 +00:00
mainwindow.h Initial Import 2008-05-03 14:37:10 +00:00
mainwindow.ui Stream creation (various modes etc.) done except for Rate Control. 2008-09-28 18:01:52 +00:00
modeltest.cpp Initial Import 2008-05-03 14:37:10 +00:00
modeltest.h Initial Import 2008-05-03 14:37:10 +00:00
modeltest.pri Initial Import 2008-05-03 14:37:10 +00:00
ostinato.pro Fixing the path that was unix specific to work for both unix and win32 2009-01-17 11:37:35 +00:00
ostinato.qrc - added PortStatsFilter 2008-05-25 11:30:30 +00:00
packetmodel.cpp Rewrote DumpView as a subclass of QAbstractItemView (as it should be). Correspondingly reworked PacketModel to work with DumpView. Added Dot3Protocol and PayloadProtocol to Stream class 2008-08-30 08:49:08 +00:00
packetmodel.h - StreamModel no longer a friend of Stream 2008-08-24 04:39:08 +00:00
port.cpp Stream creation (various modes etc.) done except for Rate Control. 2008-09-28 18:01:52 +00:00
port.h Stream creation (various modes etc.) done except for Rate Control. 2008-09-28 18:01:52 +00:00
portgroup.cpp Tcp/Udp checksums done. 2008-10-05 17:07:33 +00:00
portgroup.h Stream creation (various modes etc.) done except for Rate Control. 2008-09-28 18:01:52 +00:00
portgrouplist.cpp Demo code for stats being checked in 2008-09-14 12:03:53 +00:00
portgrouplist.h Changes for successful compilation in Linux. PCAP/Winpcap functions changed to use those which are common on both PCAP and WinPCAP. Some additional WinPCAP only functions (such as the pcap_sendqueue_xxx) which we intend to use have been added into pcapextra.c which will be used in case of Linux 2009-01-17 10:13:46 +00:00
portmodel.cpp Initial Import 2008-05-03 14:37:10 +00:00
portmodel.h Initial Import 2008-05-03 14:37:10 +00:00
portstatsfilter.ui - Packet Transmission is now a separate thread to allow for event processing 2009-02-12 17:07:19 +00:00
portstatsfilterdialog.cpp - Packet Transmission is now a separate thread to allow for event processing 2009-02-12 17:07:19 +00:00
portstatsfilterdialog.h - Packet Transmission is now a separate thread to allow for event processing 2009-02-12 17:07:19 +00:00
portstatsmodel.cpp - Packet Transmission is now a separate thread to allow for event processing 2009-02-12 17:07:19 +00:00
portstatsmodel.h - Packet Transmission is now a separate thread to allow for event processing 2009-02-12 17:07:19 +00:00
portstatswindow.cpp - Packet Transmission is now a separate thread to allow for event processing 2009-02-12 17:07:19 +00:00
portstatswindow.h Stream creation (various modes etc.) done except for Rate Control. 2008-09-28 18:01:52 +00:00
portstatswindow.ui - Packet Transmission is now a separate thread to allow for event processing 2009-02-12 17:07:19 +00:00
portswindow.cpp Tcp/Udp checksums done. 2008-10-05 17:07:33 +00:00
portswindow.h Tcp/Udp checksums done. 2008-10-05 17:07:33 +00:00
portswindow.ui Tcp/Udp checksums done. 2008-10-05 17:07:33 +00:00
stream.cpp Stream creation (various modes etc.) done except for Rate Control. 2008-09-28 18:01:52 +00:00
stream.h Tcp/Udp checksums done. 2008-10-05 17:07:33 +00:00
streamconfigdialog.cpp Tcp/Udp checksums done. 2008-10-05 17:07:33 +00:00
streamconfigdialog.h Tcp/Udp checksums done. 2008-10-05 17:07:33 +00:00
streamconfigdialog.ui Tcp/Udp checksums done. 2008-10-05 17:07:33 +00:00
streammodel.cpp Stream creation (various modes etc.) done except for Rate Control. 2008-09-28 18:01:52 +00:00
streammodel.h - StreamModel no longer a friend of Stream 2008-08-24 04:39:08 +00:00