Commit c4eda4a9 authored by garciay's avatar garciay
Browse files

Add constant c_COMP_FTP and c_COMP_HTTP

parent 4495465b
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -25,8 +25,25 @@
        const charstring c_COMP_BR := "Br";
        const charstring c_COMP_LSN := "Lsn";
        
        const charstring c_COMP_FTP := "Ftp";
        const charstring c_COMP_HTTP := "Http";
        
    } // end componentConstants
    
    group componentAddress {
        
        type record ComponentAddress {
            Address address_,
            integer port_
        } // End of type ComponentAddress
        
        type union Address {
            Ipv4Address ipv4Address,
            Ipv6Address ipv6Address
        } // End of type Address
        
    } // End of group componentAddress
    
    group natMappings {
        
        type record NatMappingTable_1_to_1 {