13 #ifndef _FIREWALLINFO_
14 #define _FIREWALLINFO_
19 #include "GlobalEnums.h"
30 FW_Permission fwPermission,
31 FW_Protocol fwProtocol,
32 uint16_t fwSrcPortLowerBound,
33 uint16_t fwSrcPortUpperBound,
34 uint16_t fwDstPortLowerBound,
35 uint16_t fwDstPortUpperBound,
37 uint32_t fwDstAddressPrefixLength);
54 FW_Interface nInterface;
55 FW_Permission nPermission;
56 FW_Protocol nProtocol;
57 uint32_t nSrcPortLowerBound;
58 uint32_t nSrcPortUpperBound;
59 uint32_t nDstPortLowerBound;
60 uint32_t nDstPortUpperBound;
62 uint32_t nPrefixLength;
66 tostream& operator <<(tostream &outStream,
FirewallInfo &fwRule);
68 #endif // _FIREWALLINFO_
#define tstring
Definition: api.h:35
Definition: FirewallInfo.h:22