2009-04-27 11:51:44 -05:00
|
|
|
<ui version="4.0" >
|
|
|
|
<class>mac</class>
|
|
|
|
<widget class="QWidget" name="mac" >
|
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2009-05-24 09:54:11 -05:00
|
|
|
<width>512</width>
|
2009-08-02 09:52:34 -05:00
|
|
|
<height>104</height>
|
2009-04-27 11:51:44 -05:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle" >
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
2009-08-02 09:52:34 -05:00
|
|
|
<layout class="QVBoxLayout" >
|
2009-04-27 11:51:44 -05:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox" >
|
|
|
|
<property name="title" >
|
|
|
|
<string>MAC</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" >
|
2009-05-24 09:54:11 -05:00
|
|
|
<item row="0" column="0" >
|
2009-04-27 11:51:44 -05:00
|
|
|
<widget class="QLabel" name="label" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Destination</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-05-24 09:54:11 -05:00
|
|
|
<item row="0" column="1" >
|
2009-04-27 11:51:44 -05:00
|
|
|
<widget class="QLineEdit" name="leDstMac" >
|
|
|
|
<property name="minimumSize" >
|
|
|
|
<size>
|
|
|
|
<width>120</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="inputMask" >
|
Protocol Framework basic code in place now. Cleanup pending.
- New Classes:
o ProtocolManager - singleton with which all protocols register
o ProtocolCollection - Aggregates all registered protocols; exports methods to work on all protocols
o StreamBase - aggregates ProtocolCollection with Stream Core and Control; the client/server side stream classes now derive from StreamBase leading to major reduction in their code (more cleanup pending)
- AbstractProtocol now supports the additional methods
o createInstance()
o protocolFrameSize()
o protocolFrameOffset(), protocolFramePayloadSize()
o protocolId(), payloadProtocolId()
o protocolFrameCksum(), protocolFramePayloadCksum()
0 constructor takes an extra param - frameProtoList
- Specific protocols - eth2, llc, snap, ip4, udp, tcp now return length, protocol id and cksums correctly (tcp/udp cksum pending)
- StreamConfigDialog - protocol controls for length, cksum and protocolid are automatically updated (not fully working yet)
2009-05-10 01:27:17 -05:00
|
|
|
<string>>HH HH HH HH HH HH; </string>
|
2009-04-27 11:51:44 -05:00
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string> </string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-05-24 09:54:11 -05:00
|
|
|
<item row="0" column="2" >
|
|
|
|
<widget class="QLabel" name="label_2" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Mode</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="3" >
|
2009-04-27 11:51:44 -05:00
|
|
|
<widget class="QComboBox" name="cmbDstMacMode" >
|
|
|
|
<item>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Fixed</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Increment</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Decrement</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-05-24 09:54:11 -05:00
|
|
|
<item row="0" column="4" >
|
|
|
|
<widget class="QLabel" name="label_4" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Count</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="5" >
|
2009-04-27 11:51:44 -05:00
|
|
|
<widget class="QLineEdit" name="leDstMacCount" >
|
|
|
|
<property name="enabled" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
2009-08-02 09:52:34 -05:00
|
|
|
<string/>
|
2009-04-27 11:51:44 -05:00
|
|
|
</property>
|
|
|
|
<property name="cursorPosition" >
|
2009-08-02 09:52:34 -05:00
|
|
|
<number>0</number>
|
2009-04-27 11:51:44 -05:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-05-24 09:54:11 -05:00
|
|
|
<item row="0" column="6" >
|
|
|
|
<widget class="QLabel" name="label_5" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Step</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="7" >
|
2009-04-27 11:51:44 -05:00
|
|
|
<widget class="QLineEdit" name="leDstMacStep" >
|
|
|
|
<property name="enabled" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
2009-08-02 09:52:34 -05:00
|
|
|
<string/>
|
2009-04-27 11:51:44 -05:00
|
|
|
</property>
|
|
|
|
<property name="cursorPosition" >
|
2009-08-02 09:52:34 -05:00
|
|
|
<number>0</number>
|
2009-04-27 11:51:44 -05:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-05-24 09:54:11 -05:00
|
|
|
<item row="1" column="0" >
|
2009-04-27 11:51:44 -05:00
|
|
|
<widget class="QLabel" name="label_3" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Source </string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-05-24 09:54:11 -05:00
|
|
|
<item row="1" column="1" >
|
2009-04-27 11:51:44 -05:00
|
|
|
<widget class="QLineEdit" name="leSrcMac" >
|
|
|
|
<property name="inputMask" >
|
Protocol Framework basic code in place now. Cleanup pending.
- New Classes:
o ProtocolManager - singleton with which all protocols register
o ProtocolCollection - Aggregates all registered protocols; exports methods to work on all protocols
o StreamBase - aggregates ProtocolCollection with Stream Core and Control; the client/server side stream classes now derive from StreamBase leading to major reduction in their code (more cleanup pending)
- AbstractProtocol now supports the additional methods
o createInstance()
o protocolFrameSize()
o protocolFrameOffset(), protocolFramePayloadSize()
o protocolId(), payloadProtocolId()
o protocolFrameCksum(), protocolFramePayloadCksum()
0 constructor takes an extra param - frameProtoList
- Specific protocols - eth2, llc, snap, ip4, udp, tcp now return length, protocol id and cksums correctly (tcp/udp cksum pending)
- StreamConfigDialog - protocol controls for length, cksum and protocolid are automatically updated (not fully working yet)
2009-05-10 01:27:17 -05:00
|
|
|
<string>>HH HH HH HH HH HH; </string>
|
2009-04-27 11:51:44 -05:00
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string> </string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-05-24 09:54:11 -05:00
|
|
|
<item row="1" column="2" >
|
|
|
|
<widget class="QLabel" name="label_8" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Mode</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="3" >
|
2009-04-27 11:51:44 -05:00
|
|
|
<widget class="QComboBox" name="cmbSrcMacMode" >
|
|
|
|
<item>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Fixed</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Increment</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Decrement</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-05-24 09:54:11 -05:00
|
|
|
<item row="1" column="4" >
|
|
|
|
<widget class="QLabel" name="label_7" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Count</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="5" >
|
2009-04-27 11:51:44 -05:00
|
|
|
<widget class="QLineEdit" name="leSrcMacCount" >
|
|
|
|
<property name="enabled" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
2009-08-02 09:52:34 -05:00
|
|
|
<string/>
|
2009-04-27 11:51:44 -05:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-05-24 09:54:11 -05:00
|
|
|
<item row="1" column="6" >
|
|
|
|
<widget class="QLabel" name="label_6" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Step</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="7" >
|
2009-04-27 11:51:44 -05:00
|
|
|
<widget class="QLineEdit" name="leSrcMacStep" >
|
|
|
|
<property name="enabled" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
2009-08-02 09:52:34 -05:00
|
|
|
<string/>
|
2009-04-27 11:51:44 -05:00
|
|
|
</property>
|
|
|
|
<property name="cursorPosition" >
|
2009-08-02 09:52:34 -05:00
|
|
|
<number>0</number>
|
2009-04-27 11:51:44 -05:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-08-02 09:52:34 -05:00
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2009-04-27 11:51:44 -05:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|