NOX: Temp mask of some streamconfigdialog code till all protocols are changed to new framework

This commit is contained in:
Srivats P. 2014-03-20 05:57:30 +05:30
parent e6fa745b81
commit 4fa4046e9e

View File

@ -86,7 +86,7 @@ StreamConfigDialog::StreamConfigDialog(Port &port, uint streamIndex,
connect(rbL4Other, SIGNAL(toggled(bool)), rbPayloadOther, SLOT(setChecked(bool)));
connect(rbL4Other, SIGNAL(toggled(bool)), gbPayloadProto, SLOT(setDisabled(bool)));
#if 1 // temp mask
#if 0 // temp mask
// Setup valid subsequent protocols for L2 to L4 protocols
for (int i = ProtoL2; i <= ProtoL4; i++)
{