Lines Matching refs:typval

1598 		gchar **typval;  in dissect_mgcp_connectionparams()  local
1604 typval = wmem_strsplit(wmem_packet_scope(), tokens[i], "=", 2); in dissect_mgcp_connectionparams()
1605 if ((typval[0] != NULL) && (typval[1] != NULL)) in dissect_mgcp_connectionparams()
1607 if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "PS")) in dissect_mgcp_connectionparams()
1611 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "OS")) in dissect_mgcp_connectionparams()
1615 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "PR")) in dissect_mgcp_connectionparams()
1619 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "OR")) in dissect_mgcp_connectionparams()
1623 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "PL")) in dissect_mgcp_connectionparams()
1627 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "JI")) in dissect_mgcp_connectionparams()
1631 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "LA")) in dissect_mgcp_connectionparams()
1635 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "PC/RPS")) in dissect_mgcp_connectionparams()
1638 } else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "PC/ROS")) in dissect_mgcp_connectionparams()
1642 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "PC/RPL")) in dissect_mgcp_connectionparams()
1646 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "PC/RJI")) in dissect_mgcp_connectionparams()
1650 else if (!g_ascii_strncasecmp(g_strstrip(typval[0]), "X-", 2)) in dissect_mgcp_connectionparams()
1662 … proto_tree_add_uint(tree, hf_uint, tvb, offset, tokenlen, (guint32)strtoul(typval[1], NULL, 10)); in dissect_mgcp_connectionparams()
1666 proto_tree_add_string(tree, hf_string, tvb, offset, tokenlen, g_strstrip(typval[1])); in dissect_mgcp_connectionparams()
1704 gchar **typval; in dissect_mgcp_localconnectionoptions() local
1713 typval = wmem_strsplit(wmem_packet_scope(), tokens[i], ":", 2); in dissect_mgcp_localconnectionoptions()
1714 if ((typval[0] != NULL) && (typval[1] != NULL)) in dissect_mgcp_localconnectionoptions()
1716 if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "p")) in dissect_mgcp_localconnectionoptions()
1720 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "a")) in dissect_mgcp_localconnectionoptions()
1724 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "s")) in dissect_mgcp_localconnectionoptions()
1728 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "e")) in dissect_mgcp_localconnectionoptions()
1732 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "sc-rtp")) in dissect_mgcp_localconnectionoptions()
1736 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "sc-rtcp")) in dissect_mgcp_localconnectionoptions()
1740 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "b")) in dissect_mgcp_localconnectionoptions()
1744 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "es-ccd")) in dissect_mgcp_localconnectionoptions()
1748 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "es-cci")) in dissect_mgcp_localconnectionoptions()
1752 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "dq-gi")) in dissect_mgcp_localconnectionoptions()
1756 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "dq-rd")) in dissect_mgcp_localconnectionoptions()
1760 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "dq-ri")) in dissect_mgcp_localconnectionoptions()
1764 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "dq-rr")) in dissect_mgcp_localconnectionoptions()
1768 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "k")) in dissect_mgcp_localconnectionoptions()
1772 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "gc")) in dissect_mgcp_localconnectionoptions()
1776 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "fmtp")) in dissect_mgcp_localconnectionoptions()
1780 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "nt")) in dissect_mgcp_localconnectionoptions()
1784 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "o-fmtp")) in dissect_mgcp_localconnectionoptions()
1788 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "r")) in dissect_mgcp_localconnectionoptions()
1792 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "t")) in dissect_mgcp_localconnectionoptions()
1796 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "r-cnf")) in dissect_mgcp_localconnectionoptions()
1800 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "r-dir")) in dissect_mgcp_localconnectionoptions()
1804 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "r-sh")) in dissect_mgcp_localconnectionoptions()
1808 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "mp")) in dissect_mgcp_localconnectionoptions()
1812 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "fxr/fx")) in dissect_mgcp_localconnectionoptions()
1825 … proto_tree_add_uint(tree, hf_uint, tvb, offset, tokenlen, (guint32)strtoul(typval[1], NULL, 10)); in dissect_mgcp_localconnectionoptions()
1829 proto_tree_add_string(tree, hf_string, tvb, offset, tokenlen, g_strstrip(typval[1])); in dissect_mgcp_localconnectionoptions()
1848 gchar **typval = NULL; in dissect_mgcp_localvoicemetrics() local
1869 typval = wmem_strsplit(wmem_packet_scope(), tokens[i], "=", 2); in dissect_mgcp_localvoicemetrics()
1870 if ((typval[0] != NULL) && (typval[1] != NULL)) in dissect_mgcp_localvoicemetrics()
1872 if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "NLR")) in dissect_mgcp_localvoicemetrics()
1876 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "JDR")) in dissect_mgcp_localvoicemetrics()
1880 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "BLD")) in dissect_mgcp_localvoicemetrics()
1884 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "GLD")) in dissect_mgcp_localvoicemetrics()
1888 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "BD")) in dissect_mgcp_localvoicemetrics()
1892 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "GD")) in dissect_mgcp_localvoicemetrics()
1896 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "RTD")) in dissect_mgcp_localvoicemetrics()
1900 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "ESD")) in dissect_mgcp_localvoicemetrics()
1904 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "SL")) in dissect_mgcp_localvoicemetrics()
1908 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "NL")) in dissect_mgcp_localvoicemetrics()
1912 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "RERL")) in dissect_mgcp_localvoicemetrics()
1916 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "GMN")) in dissect_mgcp_localvoicemetrics()
1920 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "NSR")) in dissect_mgcp_localvoicemetrics()
1924 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "XSR")) in dissect_mgcp_localvoicemetrics()
1928 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "MLQ")) in dissect_mgcp_localvoicemetrics()
1932 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "MCQ")) in dissect_mgcp_localvoicemetrics()
1936 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "PLC")) in dissect_mgcp_localvoicemetrics()
1940 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "JBA")) in dissect_mgcp_localvoicemetrics()
1944 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "JBR")) in dissect_mgcp_localvoicemetrics()
1948 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "JBN")) in dissect_mgcp_localvoicemetrics()
1952 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "JBM")) in dissect_mgcp_localvoicemetrics()
1956 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "JBS")) in dissect_mgcp_localvoicemetrics()
1960 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "IAJ")) in dissect_mgcp_localvoicemetrics()
1974 proto_tree_add_string(tree, hf_string, tvb, offset, tokenlen, g_strstrip(typval[1])); in dissect_mgcp_localvoicemetrics()
1999 gchar **typval = NULL; in dissect_mgcp_remotevoicemetrics() local
2019 typval = wmem_strsplit(wmem_packet_scope(), tokens[i], "=", 2); in dissect_mgcp_remotevoicemetrics()
2020 if ((typval[0] != NULL) && (typval[1] != NULL)) in dissect_mgcp_remotevoicemetrics()
2022 if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "NLR")) in dissect_mgcp_remotevoicemetrics()
2026 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "JDR")) in dissect_mgcp_remotevoicemetrics()
2030 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "BLD")) in dissect_mgcp_remotevoicemetrics()
2034 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "GLD")) in dissect_mgcp_remotevoicemetrics()
2038 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "BD")) in dissect_mgcp_remotevoicemetrics()
2042 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "GD")) in dissect_mgcp_remotevoicemetrics()
2046 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "RTD")) in dissect_mgcp_remotevoicemetrics()
2050 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "ESD")) in dissect_mgcp_remotevoicemetrics()
2054 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "SL")) in dissect_mgcp_remotevoicemetrics()
2058 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "NL")) in dissect_mgcp_remotevoicemetrics()
2062 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "RERL")) in dissect_mgcp_remotevoicemetrics()
2066 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "GMN")) in dissect_mgcp_remotevoicemetrics()
2070 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "NSR")) in dissect_mgcp_remotevoicemetrics()
2074 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "XSR")) in dissect_mgcp_remotevoicemetrics()
2078 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "MLQ")) in dissect_mgcp_remotevoicemetrics()
2082 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "MCQ")) in dissect_mgcp_remotevoicemetrics()
2086 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "PLC")) in dissect_mgcp_remotevoicemetrics()
2090 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "JBA")) in dissect_mgcp_remotevoicemetrics()
2094 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "JBR")) in dissect_mgcp_remotevoicemetrics()
2098 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "JBN")) in dissect_mgcp_remotevoicemetrics()
2102 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "JBM")) in dissect_mgcp_remotevoicemetrics()
2106 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "JBS")) in dissect_mgcp_remotevoicemetrics()
2110 else if (!g_ascii_strcasecmp(g_strstrip(typval[0]), "IAJ")) in dissect_mgcp_remotevoicemetrics()
2124 proto_tree_add_string(tree, hf_string, tvb, offset, tokenlen, g_strstrip(typval[1])); in dissect_mgcp_remotevoicemetrics()