ostinato/server
Srivats P 44357178c4 Rename var 'fail' as 'error'
This better reflects the following -
RPC fail : complete failure of the RPC; no changes were made
RPC error: partial failure of the RPC; some changes were made, some had
           errors
2019-02-21 20:57:24 +05:30
..
icons Feature: Reserve Ports for cooperative use of shared drone. If a port is reserved the GUI will display the username of the owner but others can still view and control the port; in other words, we just potentially prevent unintentional usage of other people's ports, users still need to play nice with each other! 2015-04-16 22:20:07 +05:30
abstractport.cpp HostDev: Return smac/dmac resolve failure via RPC 2019-02-09 17:16:31 +05:30
abstractport.h HostDev: Return smac/dmac resolve failure via RPC 2019-02-09 17:16:31 +05:30
bsdhostdevice.cpp HostDev: Fixed a bunch of FIXME/TODOs 2018-12-11 18:57:53 +05:30
bsdhostdevice.h HostDev: Add BSD host device 2018-12-08 11:40:57 +05:30
bsdport.cpp HostDev: Fixed a bunch of FIXME/TODOs 2018-12-11 18:57:53 +05:30
bsdport.h HostDev: Fixed a bunch of FIXME/TODOs 2018-12-11 18:57:53 +05:30
device.cpp HostDev: Added Linux host device code 2018-09-02 19:45:08 +05:30
device.h HostDev: Refactored Device into base Device and EmulDevice 2018-07-19 18:54:01 +05:30
devicemanager.cpp HostDev: Create Host Device even if no IP is configured 2019-01-14 18:26:24 +05:30
devicemanager.h HostDev: Refactor device list(s) ops 2018-12-23 21:49:21 +05:30
drone_main.cpp UX: Report more drone startup errors 2017-09-26 19:59:49 +05:30
drone.cpp Drone checks for updated software version at startup 2016-06-07 21:11:38 +05:30
drone.h Drone checks for updated software version at startup 2016-06-07 21:11:38 +05:30
drone.pro HostDev: Fixed a bunch of FIXME/TODOs 2018-12-11 18:57:53 +05:30
emuldevice.cpp HostDev: Fixed a bunch of FIXME/TODOs 2018-12-11 18:57:53 +05:30
emuldevice.h HostDev: Refactored Device into base Device and EmulDevice 2018-07-19 18:54:01 +05:30
hostdevice.h HostDev: Add BSD host device 2018-12-08 11:40:57 +05:30
interfaceinfo.h HostDev: Added infra and windows IPv4 implementation 2018-07-26 20:53:33 +05:30
linuxhostdevice.cpp HostDev: Added Linux host device code 2018-09-02 19:45:08 +05:30
linuxhostdevice.h HostDev: Added Linux host device code 2018-09-02 19:45:08 +05:30
linuxport.cpp HostDev: Fix another bunch of FIXME/TODOs 2018-12-12 22:00:09 +05:30
linuxport.h HostDev: Fixed a bunch of FIXME/TODOs 2018-12-11 18:57:53 +05:30
myservice.cpp Rename var 'fail' as 'error' 2019-02-21 20:57:24 +05:30
myservice.h HostDev: Return smac/dmac resolve failure via RPC 2019-02-09 17:16:31 +05:30
nulldevice.h HostDev: Added infra and windows IPv4 implementation 2018-07-26 20:53:33 +05:30
packetbuffer.cpp Device Emulation (contd.): Checked and decided on a couple of FIXMEs/TODOs 2016-03-24 18:47:43 +05:30
packetbuffer.h Feature (contd.): Device Emulation - Mac protocol can now 'resolve' src/dst mac corresponding to the packet from the Device Emulation infra 2015-11-10 19:40:32 +05:30
packetsequence.h sign: Calculate stream stats only if configured 2016-12-06 21:41:47 +05:30
pcapextra.cpp Feature: Reserve Ports for cooperative use of shared drone. If a port is reserved the GUI will display the username of the owner but others can still view and control the port; in other words, we just potentially prevent unintentional usage of other people's ports, users still need to play nice with each other! 2015-04-16 22:20:07 +05:30
pcapextra.h Feature: Reserve Ports for cooperative use of shared drone. If a port is reserved the GUI will display the username of the owner but others can still view and control the port; in other words, we just potentially prevent unintentional usage of other people's ports, users still need to play nice with each other! 2015-04-16 22:20:07 +05:30
pcapport.cpp HostDev: Added infra and windows IPv4 implementation 2018-07-26 20:53:33 +05:30
pcapport.h sign: Refactor StreamStatsTracking methods 2016-12-07 18:19:09 +05:30
pcaprxstats.cpp Port server code from Qt4 to Qt5 2018-03-15 19:34:42 +05:30
pcaprxstats.h sign: Fix Tx stream stats counted as Rx on some platforms 2017-01-09 18:57:38 +05:30
pcaptransmitter.cpp sign: Fix Tx stream stats counted as Rx on some platforms 2017-01-09 18:57:38 +05:30
pcaptransmitter.h sign: Fix Tx stream stats counted as Rx on some platforms 2017-01-09 18:57:38 +05:30
pcaptxstats.cpp sign: port stream tx stats are updated when TxThread finishes; actual Tx stream stats collection by TxThread is still pending 2016-11-11 21:22:07 +05:30
pcaptxstats.h Fix warnings about DumpView::dataChanged and struct StatsTuple 2018-05-21 21:31:44 +02:00
pcaptxthread.cpp Use %ll instead of PRI since Windows dev env has been upgraded 2018-05-20 13:33:38 +05:30
pcaptxthread.h sign: Calculate stream stats only if configured 2016-12-06 21:41:47 +05:30
portmanager.cpp HostDev: Print interfaceInfo for debug purposes 2019-01-15 19:07:55 +05:30
portmanager.h Use Windows' connection name as the port description 2018-05-07 22:05:04 +05:30
settings.h Feature: Ostinato client now accepts hostnames for drones and does DNS resolution for the same; IPv6 addresses are also accepted. Introduced Drone setting to listen to specific or 'any' IPv4 (or IPv6) address 2015-11-06 18:57:07 +05:30
statstuple.h sign: refactored tx stats into a new PcapTxStats class 2016-10-19 18:52:35 +05:30
streamstats.h sign: port stream tx stats are updated when TxThread finishes; actual Tx stream stats collection by TxThread is still pending 2016-11-11 21:22:07 +05:30
timestamp.h sign: Refactored PortTransmitter into PcapTransmitter and PcapTxThread classes. Also broke out PacketSequence and Timestamp stuff into their own files. No change in functionality. 2016-09-13 19:05:24 +05:30
winhostdevice.cpp HostDev: Return QString to avoid accessing out of scope variable 2018-12-23 21:50:46 +05:30
winhostdevice.h HostDev: #ifdef Windows code 2018-07-26 21:20:58 +05:30
winpcapport.cpp HostDev: Print interfaceInfo for debug purposes 2019-01-15 19:07:55 +05:30
winpcapport.h HostDev: Fixed a bunch of FIXME/TODOs 2018-12-11 18:57:53 +05:30