Ostinato - Packet/Traffic Generator and Analyzer
Go to file
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
client - Packet Transmission is now a separate thread to allow for event processing 2009-02-12 17:07:19 +00:00
common Tcp/Udp checksums done. 2008-10-05 17:07:33 +00:00
rpc 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
server - Packet Transmission is now a separate thread to allow for event processing 2009-02-12 17:07:19 +00:00
Makefile - StreamModel no longer a friend of Stream 2008-08-24 04:39:08 +00:00