===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
wireshark-3.2.8/AUTHORS-289-	Enhancements to the "bad sed" tests
wireshark-3.2.8/AUTHORS:290:	Make "get_host_ipaddr()" require dotted-quad IP addresses to
wireshark-3.2.8/AUTHORS-291-	    really be quads
##############################################
wireshark-3.2.8/AUTHORS.src-289-	Enhancements to the "bad sed" tests
wireshark-3.2.8/AUTHORS.src:290:	Make "get_host_ipaddr()" require dotted-quad IP addresses to
wireshark-3.2.8/AUTHORS.src-291-	    really be quads
##############################################
wireshark-3.2.8/README.macos-131-assembler-language routines, which will fail.  The workaround for this
wireshark-3.2.8/README.macos:132:is to run the configure script with the --disable-asm argument, so that
wireshark-3.2.8/README.macos-133-the assembler-language routines are not used.  The tools/macos-setup.sh
##############################################
wireshark-3.2.8/WiresharkConfig.cmake.in-16-
wireshark-3.2.8/WiresharkConfig.cmake.in:17:include("${CMAKE_CURRENT_LIST_DIR}/WiresharkTargets.cmake")
wireshark-3.2.8/WiresharkConfig.cmake.in-18-
##############################################
wireshark-3.2.8/cmake/modules/UseCustomIncludes.cmake-14-            message ( STATUS "Custom file found, including: ${_include_file}" )
wireshark-3.2.8/cmake/modules/UseCustomIncludes.cmake:15:            include( ${_include_file} )
wireshark-3.2.8/cmake/modules/UseCustomIncludes.cmake-16-        endif()
##############################################
wireshark-3.2.8/doc/perlnoutf.pl-21-
wireshark-3.2.8/doc/perlnoutf.pl:22:system("$^X -w @ARGV");
##############################################
wireshark-3.2.8/enterprises.tsv-17574-17713	Cambium Networks Limited	# formerly 'PipingHot Networks Limited'
wireshark-3.2.8/enterprises.tsv:17575:17714	ASM Enterprises
wireshark-3.2.8/enterprises.tsv-17576-17715	Mitsukoshi Infomation Service Co.,Ltd.
##############################################
wireshark-3.2.8/epan/addr_resolv.c-328- * popped off the front of c_ares_queue_head and submitted using
wireshark-3.2.8/epan/addr_resolv.c:329: * ares_gethostbyaddr().
wireshark-3.2.8/epan/addr_resolv.c-330- * The callback processes the response, then frees the request.
##############################################
wireshark-3.2.8/epan/addr_resolv.c-510-    sdd->completed = &completed;
wireshark-3.2.8/epan/addr_resolv.c:511:    ares_gethostbyaddr(ghba_chan, &addr, sizeof(guint32), AF_INET,
wireshark-3.2.8/epan/addr_resolv.c-512-                       c_ares_ghba_sync_cb, sdd);
##############################################
wireshark-3.2.8/epan/addr_resolv.c-539-    sdd->completed = &completed;
wireshark-3.2.8/epan/addr_resolv.c:540:    ares_gethostbyaddr(ghba_chan, &addr, sizeof(ws_in6_addr), AF_INET6,
wireshark-3.2.8/epan/addr_resolv.c-541-                       c_ares_ghba_sync_cb, sdd);
##############################################
wireshark-3.2.8/epan/addr_resolv.c-1524-static ether_t *
wireshark-3.2.8/epan/addr_resolv.c:1525:get_ethbyaddr(const guint8 *addr)
wireshark-3.2.8/epan/addr_resolv.c-1526-{
##############################################
wireshark-3.2.8/epan/addr_resolv.c-1691-
wireshark-3.2.8/epan/addr_resolv.c:1692:char* get_hash_ether_hexaddr(hashether_t* ether)
wireshark-3.2.8/epan/addr_resolv.c-1693-{
##############################################
wireshark-3.2.8/epan/addr_resolv.c-1730-    /* Set g_pethers_path here, but don't actually do anything
wireshark-3.2.8/epan/addr_resolv.c:1731:     * with it. It's used in get_ethbyaddr().
wireshark-3.2.8/epan/addr_resolv.c-1732-     */
##############################################
wireshark-3.2.8/epan/addr_resolv.c-1779-
wireshark-3.2.8/epan/addr_resolv.c:1780:    if ( (eth = get_ethbyaddr(addr)) != NULL) {
wireshark-3.2.8/epan/addr_resolv.c-1781-        g_strlcpy(tp->resolved_name, eth->name, MAXNAMELEN);
##############################################
wireshark-3.2.8/epan/addr_resolv.c-2034-static ipxnet_t *
wireshark-3.2.8/epan/addr_resolv.c:2035:get_ipxnetbyaddr(guint32 addr)
wireshark-3.2.8/epan/addr_resolv.c-2036-{
##############################################
wireshark-3.2.8/epan/addr_resolv.c-2073-    /* Set g_pipxnets_path here, but don't actually do anything
wireshark-3.2.8/epan/addr_resolv.c:2074:     * with it. It's used in get_ipxnetbyaddr().
wireshark-3.2.8/epan/addr_resolv.c-2075-     */
##############################################
wireshark-3.2.8/epan/addr_resolv.c-2106-
wireshark-3.2.8/epan/addr_resolv.c:2107:    if ( (ipxnet = get_ipxnetbyaddr(addr)) == NULL) {
wireshark-3.2.8/epan/addr_resolv.c-2108-        /* unknown name */
##############################################
wireshark-3.2.8/epan/addr_resolv.c-2907-        if (caqm->family == AF_INET) {
wireshark-3.2.8/epan/addr_resolv.c:2908:            ares_gethostbyaddr(ghba_chan, &caqm->addr.ip4, sizeof(guint32), AF_INET,
wireshark-3.2.8/epan/addr_resolv.c-2909-                    c_ares_ghba_cb, caqm);
##############################################
wireshark-3.2.8/epan/addr_resolv.c-2911-        } else if (caqm->family == AF_INET6) {
wireshark-3.2.8/epan/addr_resolv.c:2912:            ares_gethostbyaddr(ghba_chan, &caqm->addr.ip6, sizeof(ws_in6_addr),
wireshark-3.2.8/epan/addr_resolv.c-2913-                    AF_INET6, c_ares_ghba_cb, caqm);
##############################################
wireshark-3.2.8/epan/addr_resolv.c-3498-gboolean
wireshark-3.2.8/epan/addr_resolv.c:3499:get_host_ipaddr(const char *host, guint32 *addrp)
wireshark-3.2.8/epan/addr_resolv.c-3500-{
##############################################
wireshark-3.2.8/epan/addr_resolv.h-58-
wireshark-3.2.8/epan/addr_resolv.h:59:#define ADDR_RESOLV_MACADDR(at) \
wireshark-3.2.8/epan/addr_resolv.h-60-    (((at)->type == AT_ETHER))
wireshark-3.2.8/epan/addr_resolv.h-61-
wireshark-3.2.8/epan/addr_resolv.h:62:#define ADDR_RESOLV_NETADDR(at) \
wireshark-3.2.8/epan/addr_resolv.h-63-    (((at)->type == AT_IPv4) || ((at)->type == AT_IPv6) || ((at)->type == AT_IPX))
##############################################
wireshark-3.2.8/epan/addr_resolv.h-262-WS_DLL_PUBLIC guint get_hash_ether_status(hashether_t* ether);
wireshark-3.2.8/epan/addr_resolv.h:263:WS_DLL_PUBLIC char* get_hash_ether_hexaddr(hashether_t* ether);
wireshark-3.2.8/epan/addr_resolv.h-264-WS_DLL_PUBLIC char* get_hash_ether_resolved_name(hashether_t* ether);
##############################################
wireshark-3.2.8/epan/addr_resolv.h-312-WS_DLL_PUBLIC
wireshark-3.2.8/epan/addr_resolv.h:313:gboolean get_host_ipaddr(const char *host, guint32 *addrp);
wireshark-3.2.8/epan/addr_resolv.h-314-
##############################################
wireshark-3.2.8/epan/address_types.c-896-    if ((at->addr_name_res_str == NULL) ||
wireshark-3.2.8/epan/address_types.c:897:            (ADDR_RESOLV_MACADDR(addr) && !gbl_resolv_flags.mac_name) ||
wireshark-3.2.8/epan/address_types.c:898:            (ADDR_RESOLV_NETADDR(addr) && !gbl_resolv_flags.network_name)) {
wireshark-3.2.8/epan/address_types.c-899-        return address_to_str(scope, addr);
##############################################
wireshark-3.2.8/epan/column-utils.c-1930-static void
wireshark-3.2.8/epan/column-utils.c:1931:col_set_addr(packet_info *pinfo, const int col, const address *addr, const gboolean is_src,
wireshark-3.2.8/epan/column-utils.c-1932-             const gboolean fill_col_exprs, const gboolean res)
##############################################
wireshark-3.2.8/epan/column-utils.c-2167-      case COL_RES_SRC:   /* COL_DEF_SRC is currently just like COL_RES_SRC */
wireshark-3.2.8/epan/column-utils.c:2168:        col_set_addr(pinfo, i, &pinfo->src, TRUE, fill_col_exprs, TRUE);
wireshark-3.2.8/epan/column-utils.c-2169-        break;
##############################################
wireshark-3.2.8/epan/column-utils.c-2171-      case COL_UNRES_SRC:
wireshark-3.2.8/epan/column-utils.c:2172:        col_set_addr(pinfo, i, &pinfo->src, TRUE, fill_col_exprs, FALSE);
wireshark-3.2.8/epan/column-utils.c-2173-        break;
##############################################
wireshark-3.2.8/epan/column-utils.c-2176-      case COL_RES_DL_SRC:
wireshark-3.2.8/epan/column-utils.c:2177:        col_set_addr(pinfo, i, &pinfo->dl_src, TRUE, fill_col_exprs, TRUE);
wireshark-3.2.8/epan/column-utils.c-2178-        break;
##############################################
wireshark-3.2.8/epan/column-utils.c-2180-      case COL_UNRES_DL_SRC:
wireshark-3.2.8/epan/column-utils.c:2181:        col_set_addr(pinfo, i, &pinfo->dl_src, TRUE, fill_col_exprs, FALSE);
wireshark-3.2.8/epan/column-utils.c-2182-        break;
##############################################
wireshark-3.2.8/epan/column-utils.c-2185-      case COL_RES_NET_SRC:
wireshark-3.2.8/epan/column-utils.c:2186:        col_set_addr(pinfo, i, &pinfo->net_src, TRUE, fill_col_exprs, TRUE);
wireshark-3.2.8/epan/column-utils.c-2187-        break;
##############################################
wireshark-3.2.8/epan/column-utils.c-2189-      case COL_UNRES_NET_SRC:
wireshark-3.2.8/epan/column-utils.c:2190:        col_set_addr(pinfo, i, &pinfo->net_src, TRUE, fill_col_exprs, FALSE);
wireshark-3.2.8/epan/column-utils.c-2191-        break;
##############################################
wireshark-3.2.8/epan/column-utils.c-2194-      case COL_RES_DST:   /* COL_DEF_DST is currently just like COL_RES_DST */
wireshark-3.2.8/epan/column-utils.c:2195:        col_set_addr(pinfo, i, &pinfo->dst, FALSE, fill_col_exprs, TRUE);
wireshark-3.2.8/epan/column-utils.c-2196-        break;
##############################################
wireshark-3.2.8/epan/column-utils.c-2198-      case COL_UNRES_DST:
wireshark-3.2.8/epan/column-utils.c:2199:        col_set_addr(pinfo, i, &pinfo->dst, FALSE, fill_col_exprs, FALSE);
wireshark-3.2.8/epan/column-utils.c-2200-        break;
##############################################
wireshark-3.2.8/epan/column-utils.c-2203-      case COL_RES_DL_DST:
wireshark-3.2.8/epan/column-utils.c:2204:        col_set_addr(pinfo, i, &pinfo->dl_dst, FALSE, fill_col_exprs, TRUE);
wireshark-3.2.8/epan/column-utils.c-2205-        break;
##############################################
wireshark-3.2.8/epan/column-utils.c-2207-      case COL_UNRES_DL_DST:
wireshark-3.2.8/epan/column-utils.c:2208:        col_set_addr(pinfo, i, &pinfo->dl_dst, FALSE, fill_col_exprs, FALSE);
wireshark-3.2.8/epan/column-utils.c-2209-        break;
##############################################
wireshark-3.2.8/epan/column-utils.c-2212-      case COL_RES_NET_DST:
wireshark-3.2.8/epan/column-utils.c:2213:        col_set_addr(pinfo, i, &pinfo->net_dst, FALSE, fill_col_exprs, TRUE);
wireshark-3.2.8/epan/column-utils.c-2214-        break;
##############################################
wireshark-3.2.8/epan/column-utils.c-2216-      case COL_UNRES_NET_DST:
wireshark-3.2.8/epan/column-utils.c:2217:        col_set_addr(pinfo, i, &pinfo->net_dst, FALSE, fill_col_exprs, FALSE);
wireshark-3.2.8/epan/column-utils.c-2218-        break;
##############################################
wireshark-3.2.8/epan/column.c-129-    { COL_DELTA_TIME, "Delta time" },
wireshark-3.2.8/epan/column.c:130:    { COL_RES_DST, "Dest addr (resolved)" },
wireshark-3.2.8/epan/column.c:131:    { COL_UNRES_DST, "Dest addr (unresolved)" },
wireshark-3.2.8/epan/column.c-132-    { COL_RES_DST_PORT, "Dest port (resolved)" },
##############################################
wireshark-3.2.8/epan/column.c-140-    { COL_DEF_DL_SRC, "Hardware src addr" },
wireshark-3.2.8/epan/column.c:141:    { COL_RES_DL_DST, "Hw dest addr (resolved)" },
wireshark-3.2.8/epan/column.c:142:    { COL_UNRES_DL_DST, "Hw dest addr (unresolved)" },
wireshark-3.2.8/epan/column.c:143:    { COL_RES_DL_SRC, "Hw src addr (resolved)" },
wireshark-3.2.8/epan/column.c:144:    { COL_UNRES_DL_SRC, "Hw src addr (unresolved)" },
wireshark-3.2.8/epan/column.c-145-    { COL_RSSI, "IEEE 802.11 RSSI" },
##############################################
wireshark-3.2.8/epan/column.c-148-    { COL_INFO, "Information" },
wireshark-3.2.8/epan/column.c:149:    { COL_RES_NET_DST, "Net dest addr (resolved)" },
wireshark-3.2.8/epan/column.c:150:    { COL_UNRES_NET_DST, "Net dest addr (unresolved)" },
wireshark-3.2.8/epan/column.c:151:    { COL_RES_NET_SRC, "Net src addr (resolved)" },
wireshark-3.2.8/epan/column.c:152:    { COL_UNRES_NET_SRC, "Net src addr (unresolved)" },
wireshark-3.2.8/epan/column.c-153-    { COL_DEF_NET_DST, "Network dest addr" },
##############################################
wireshark-3.2.8/epan/column.c-160-    { COL_DEF_SRC_PORT, "Source port" },
wireshark-3.2.8/epan/column.c:161:    { COL_RES_SRC, "Src addr (resolved)" },
wireshark-3.2.8/epan/column.c:162:    { COL_UNRES_SRC, "Src addr (unresolved)" },
wireshark-3.2.8/epan/column.c-163-    { COL_RES_SRC_PORT, "Src port (resolved)" },
##############################################
wireshark-3.2.8/epan/dissectors/asn1/gprscdr/gprscdr.cnf-244-    ext_tree_pdp_pdn_type = proto_tree_add_subtree(tree, tvb, 0, length, ett_gprscdr_pdp_pdn_type, NULL, "pDPType");
wireshark-3.2.8/epan/dissectors/asn1/gprscdr/gprscdr.cnf:245:    offset = de_sm_pdp_addr(tvb, ext_tree_pdp_pdn_type, actx->pinfo, 0, length, NULL, 0);
wireshark-3.2.8/epan/dissectors/asn1/gprscdr/gprscdr.cnf-246-  }
##############################################
wireshark-3.2.8/epan/dissectors/asn1/gsm_map/gsm_map.cnf-1177-    proto_item_set_hidden(actx->created_item);
wireshark-3.2.8/epan/dissectors/asn1/gsm_map/gsm_map.cnf:1178:    dis_field_addr(payload_tvb, actx->pinfo, tree, &tvb_offset, "SM-RP-SMEA");
wireshark-3.2.8/epan/dissectors/asn1/gsm_map/gsm_map.cnf-1179-  }
##############################################
wireshark-3.2.8/epan/dissectors/asn1/h245/h245.cnf-255-    if (olc_req) {
wireshark-3.2.8/epan/dissectors/asn1/h245/h245.cnf:256:      update_unicast_addr(&olc_req->fwd_lc.media_addr, &upcoming_olc->fwd_lc.media_addr);
wireshark-3.2.8/epan/dissectors/asn1/h245/h245.cnf:257:      update_unicast_addr(&olc_req->fwd_lc.media_control_addr, &upcoming_olc->fwd_lc.media_control_addr);
wireshark-3.2.8/epan/dissectors/asn1/h245/h245.cnf:258:      update_unicast_addr(&olc_req->rev_lc.media_addr, &upcoming_olc->rev_lc.media_addr);
wireshark-3.2.8/epan/dissectors/asn1/h245/h245.cnf:259:      update_unicast_addr(&olc_req->rev_lc.media_control_addr, &upcoming_olc->rev_lc.media_control_addr);
wireshark-3.2.8/epan/dissectors/asn1/h245/h245.cnf-260-      h245_setup_channels(actx->pinfo, &olc_req->fwd_lc);
##############################################
wireshark-3.2.8/epan/dissectors/asn1/h245/packet-h245-template.c-301-
wireshark-3.2.8/epan/dissectors/asn1/h245/packet-h245-template.c:302:static void update_unicast_addr(unicast_addr_t *req_addr, unicast_addr_t *ack_addr)
wireshark-3.2.8/epan/dissectors/asn1/h245/packet-h245-template.c-303-{
##############################################
wireshark-3.2.8/epan/dissectors/asn1/kerberos/k5.asn-258-	eRR-SKEW(37),
wireshark-3.2.8/epan/dissectors/asn1/kerberos/k5.asn:259:	eRR-BADADDR(38),
wireshark-3.2.8/epan/dissectors/asn1/kerberos/k5.asn-260-	eRR-BADVERSION(39),
##############################################
wireshark-3.2.8/epan/dissectors/asn1/lppe/LPPe.asn-3363- oc (0),
wireshark-3.2.8/epan/dissectors/asn1/lppe/LPPe.asn:3364: ueMacAddr (1)} (SIZE(1..16)) OPTIONAL
wireshark-3.2.8/epan/dissectors/asn1/lppe/LPPe.asn-3365-}
##############################################
wireshark-3.2.8/epan/dissectors/asn1/lppe/LPPe.asn-3396- oc (0),
wireshark-3.2.8/epan/dissectors/asn1/lppe/LPPe.asn:3397: ueMacAddr (1)} (SIZE(1..16)) OPTIONAL
wireshark-3.2.8/epan/dissectors/asn1/lppe/LPPe.asn-3398-
##############################################
wireshark-3.2.8/epan/dissectors/asn1/smrse/SMRSE.asn-56-	not-supported (4),
wireshark-3.2.8/epan/dissectors/asn1/smrse/SMRSE.asn:57:	inv-SC-addr (5)
wireshark-3.2.8/epan/dissectors/asn1/smrse/SMRSE.asn-58-}
##############################################
wireshark-3.2.8/epan/dissectors/packet-ansi_683.c-355-#define FOR_BLOCK_VAL_CHANGE_SPC                1
wireshark-3.2.8/epan/dissectors/packet-ansi_683.c:356:#define FOR_BLOCK_VAL_VALDATE_SPASM             2
wireshark-3.2.8/epan/dissectors/packet-ansi_683.c-357-
##############################################
wireshark-3.2.8/epan/dissectors/packet-ansi_683.c-3436-      { &hf_ansi_683_num_sid_nid_01fe, { "Number of SID/NID pairs (N_SID_NID)", "ansi_683.num_sid_nid", FT_UINT16, BASE_DEC, NULL, 0x01fe, NULL, HFILL }},
wireshark-3.2.8/epan/dissectors/packet-ansi_683.c:3437:      { &hf_ansi_683_otapa_spasm_validation_signature_indicator_80, { "OTAPA SPASM validation signature indicator", "ansi_683.otapa_spasm_validation_signature_indicator", FT_BOOLEAN, 8, TFS(&tfs_included_not_included), 0x80, NULL, HFILL }},
wireshark-3.2.8/epan/dissectors/packet-ansi_683.c:3438:      { &hf_ansi_683_spasm_protection_for_the_active_nam_40, { "SPASM protection for the active NAM", "ansi_683.spasm_protection_for_the_active_nam", FT_BOOLEAN, 8, TFS(&tfs_activate_do_not_activate), 0x40, NULL, HFILL }},
wireshark-3.2.8/epan/dissectors/packet-ansi_683.c:3439:      { &hf_ansi_683_otapa_spasm_validation_signature_indicator_800000, { "OTAPA SPASM validation signature indicator", "ansi_683.otapa_spasm_validation_signature_indicator", FT_BOOLEAN, 24, TFS(&tfs_included_not_included), 0x800000, NULL, HFILL }},
wireshark-3.2.8/epan/dissectors/packet-ansi_683.c:3440:      { &hf_ansi_683_otapa_spasm_validation_signature, { "OTAPA SPASM validation signature", "ansi_683.otapa_spasm_validation_signature", FT_UINT24, BASE_HEX, NULL, 0x7fffe0, NULL, HFILL }},
wireshark-3.2.8/epan/dissectors/packet-ansi_683.c:3441:      { &hf_ansi_683_spasm_protection_for_the_active_nam_000010, { "SPASM protection for the active NAM", "ansi_683.spasm_protection_for_the_active_nam", FT_BOOLEAN, 24, TFS(&tfs_activate_do_not_activate), 0x000010, NULL, HFILL }},
wireshark-3.2.8/epan/dissectors/packet-ansi_683.c-3442-      { &hf_ansi_683_number_of_parameter_blocks, { "Number of parameter blocks", "ansi_683.number_of_parameter_blocks", FT_UINT8, BASE_DEC, NULL, 0x0, NULL, HFILL }},
##############################################
wireshark-3.2.8/epan/dissectors/packet-ansi_683.c-3481-      { &hf_ansi_683_nam_lock_indicator, { "NAM_LOCK indicator", "ansi_683.nam_lock_indicator", FT_UINT8, BASE_DEC, NULL, 0x01, NULL, HFILL }},
wireshark-3.2.8/epan/dissectors/packet-ansi_683.c:3482:      { &hf_ansi_683_spasm_random_challenge, { "SPASM random challenge", "ansi_683.spasm_random_challenge", FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL }},
wireshark-3.2.8/epan/dissectors/packet-ansi_683.c-3483-      { &hf_ansi_683_puzl_configuration_result_code, { "PUZL Configuration result code", "ansi_683.puzl_configuration_result_code", FT_UINT8, BASE_DEC|BASE_RANGE_STRING, RVALS(result_codes_rvals), 0x0, NULL, HFILL }},
##############################################
wireshark-3.2.8/epan/dissectors/packet-ansi_a.c-3152-static guint8
wireshark-3.2.8/epan/dissectors/packet-ansi_a.c:3153:elem_pdsn_ip_addr(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, guint32 offset, guint len, ansi_a_shared_data_t *data_p _U_)
wireshark-3.2.8/epan/dissectors/packet-ansi_a.c-3154-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-ansi_a.c-3171-static guint8
wireshark-3.2.8/epan/dissectors/packet-ansi_a.c:3172:elem_s_pdsn_ip_addr(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, guint32 offset, guint len, ansi_a_shared_data_t *data_p _U_)
wireshark-3.2.8/epan/dissectors/packet-ansi_a.c-3173-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-ansi_a.c-3736-static guint8
wireshark-3.2.8/epan/dissectors/packet-ansi_a.c:3737:elem_anchor_pdsn_addr(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, guint32 offset, guint len, ansi_a_shared_data_t *data_p _U_)
wireshark-3.2.8/epan/dissectors/packet-ansi_a.c-3738-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-ansi_a.c-3755-static guint8
wireshark-3.2.8/epan/dissectors/packet-ansi_a.c:3756:elem_anchor_pp_addr(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, guint32 offset, guint len, ansi_a_shared_data_t *data_p _U_)
wireshark-3.2.8/epan/dissectors/packet-ansi_a.c-3757-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-batadv.c-862-
wireshark-3.2.8/epan/dissectors/packet-batadv.c:863:static void dissect_batadv_unicast_4addr(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
wireshark-3.2.8/epan/dissectors/packet-batadv.c-864-static void dissect_batadv_unicast_4addr_v14(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
##############################################
wireshark-3.2.8/epan/dissectors/packet-batadv.c-965-	case BATADV_UNICAST_4ADDR_V14:
wireshark-3.2.8/epan/dissectors/packet-batadv.c:966:		dissect_batadv_unicast_4addr(tvb, pinfo, tree);
wireshark-3.2.8/epan/dissectors/packet-batadv.c-967-		break;
##############################################
wireshark-3.2.8/epan/dissectors/packet-batadv.c-1015-	case BATADV_UNICAST_4ADDR_V15:
wireshark-3.2.8/epan/dissectors/packet-batadv.c:1016:		dissect_batadv_unicast_4addr(tvb, pinfo, tree);
wireshark-3.2.8/epan/dissectors/packet-batadv.c-1017-		break;
##############################################
wireshark-3.2.8/epan/dissectors/packet-batadv.c-2719-
wireshark-3.2.8/epan/dissectors/packet-batadv.c:2720:static void dissect_batadv_unicast_4addr(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
wireshark-3.2.8/epan/dissectors/packet-batadv.c-2721-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-bitcoin.c-870-static int
wireshark-3.2.8/epan/dissectors/packet-bitcoin.c:871:dissect_bitcoin_msg_addr(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, void *data _U_)
wireshark-3.2.8/epan/dissectors/packet-bitcoin.c-872-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-bluetooth.c-3359-gint
wireshark-3.2.8/epan/dissectors/packet-bluetooth.c:3360:dissect_bd_addr(gint hf_bd_addr, packet_info *pinfo, proto_tree *tree,
wireshark-3.2.8/epan/dissectors/packet-bluetooth.c-3361-        tvbuff_t *tvb, gint offset, gboolean is_local_bd_addr,
##############################################
wireshark-3.2.8/epan/dissectors/packet-bluetooth.h-299-
wireshark-3.2.8/epan/dissectors/packet-bluetooth.h:300:extern gint dissect_bd_addr(gint hf_bd_addr, packet_info *pinfo, proto_tree *tree,
wireshark-3.2.8/epan/dissectors/packet-bluetooth.h-301-        tvbuff_t *tvb, gint offset, gboolean is_local_bd_addr,
##############################################
wireshark-3.2.8/epan/dissectors/packet-btatt.c-5346-        }
wireshark-3.2.8/epan/dissectors/packet-btatt.c:5347:        offset = dissect_bd_addr(hf_btatt_reconnection_address, pinfo, tree, tvb, offset, FALSE, interface_id, adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-btatt.c-5348-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2499-
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:2500:            offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, bd_addr);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2501-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2573-        case 0x0008: /* Create Connection Cancel Request */
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:2574:            offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2575-            break;
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2579-
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:2580:            offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, bd_addr);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2581-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2622-        case 0x000a: /* Reject Connection Request */
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:2623:            offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2624-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2629-        case 0x000b: /* Link Key Request Reply */
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:2630:            offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2631-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2636-        case 0x000c: /* Link Key Request Negative Reply */
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:2637:            offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2638-            break;
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2640-        case 0x000d: /* PIN Code Request Reply */
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:2641:            offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2642-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2649-        case 0x000e: /* PIN Code Request Negative Reply */
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:2650:            offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2651-            break;
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2679-        case 0x0019: /* Remote Name Request */
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:2680:            offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2681-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2695-        case 0x001a: /* Remote Name Request Cancel */
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:2696:            offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2697-            break;
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2711-            } else {
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:2712:                offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2713-            }
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2739-        case 0x002a: /* Reject Synchronous Connection Request */
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:2740:            offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2741-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2755-        case 0x002b: /* IO Capability Response */
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:2756:            offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2757-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2766-        case 0x0034: /* IO Capability Request Negative Reply */
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:2767:            offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2768-            proto_tree_add_item(tree, hf_bthci_cmd_reason, tvb, offset, 1, ENC_LITTLE_ENDIAN);
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2775-        case 0x0033: /* Remote OOB Data Request Negative Reply */
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:2776:            offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2777-            break;
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2779-        case 0x002e: /* User Passkey Request Reply */
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:2780:            offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2781-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2786-        case 0x0030: /* Remote OOB Data Request Reply */
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:2787:            offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2788-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2846-            } else {
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:2847:                offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2848-            }
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2917-        case 0x003F: /* Truncated Page */
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:2918:            offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2919-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2931-        case 0x0040: /* Truncated Page Cancel */
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:2932:            offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2933-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2968-
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:2969:            offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2970-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-2999-        case 0x0044: /* Receive Synchronization Train */
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:3000:            offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-3001-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-3012-        case 0x0045: /* Remote OOB Extended Data Request Reply */
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:3013:            offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-3014-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-3108-        case 0x000b: /* Switch Role */
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:3109:            offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-3110-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-3276-                        case 0x02:
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:3277:                            offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-3278-                            break;
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-3307-                        case 0x02:
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:3308:                            offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-3309-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-3331-        case 0x000d: /* Read Stored Link Key */
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:3332:            offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-3333-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-3343-            for (i = 0; i < num8; i++) {
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:3344:                offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-3345-                proto_tree_add_item(tree, hf_bthci_cmd_link_key, tvb, offset, 16, ENC_NA);
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-3350-        case 0x0012: /* Delete Stored Link Key */
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:3351:            offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-3352-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-3660-        case 0x0060: /* Send Keypress Notification */
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:3661:            offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-3662-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-4218-        case 0x0005: /* LE Set Random Address */
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:4219:            offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-4220-            break;
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-4234-            offset++;
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:4235:            offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-4236-            proto_tree_add_item(tree, hf_bthci_cmd_le_advts_channel_map_1, tvb, offset, 1, ENC_LITTLE_ENDIAN);
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-4301-            offset++;
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:4302:            offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-4303-            proto_tree_add_item(tree, hf_bthci_cmd_le_own_address_type, tvb, offset, 1, ENC_LITTLE_ENDIAN);
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-4328-            offset++;
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:4329:            offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-4330-            break;
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-4466-            offset++;
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:4467:            offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-4468-            proto_tree_add_item(tree, hf_bthci_cmd_le_peer_irk, tvb, offset, 16, ENC_NA);
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-4476-            offset++;
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:4477:            offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-4478-            break;
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-4482-            offset++;
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:4483:            offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-4484-            break;
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-4488-            offset++;
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:4489:            offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-4490-            break;
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-4548-            offset+=1;
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:4549:            offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-4550-            break;
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-4570-            offset++;
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:4571:            offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-4572-            proto_tree_add_item(tree, hf_bthci_cmd_le_advts_filter_policy, tvb, offset, 1, ENC_LITTLE_ENDIAN);
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-4734-            offset++;
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:4735:            offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-4736-            initiating_phys = tvb_get_guint8(tvb, offset);
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-4780-            offset++;
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:4781:            offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-4782-            proto_tree_add_item(tree, hf_bthci_cmd_skip, tvb, offset, 2, ENC_LITTLE_ENDIAN);
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-4799-            offset++;
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:4800:            offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-4801-            proto_tree_add_item(tree, hf_bthci_cmd_advertising_sid, tvb, offset, 1, ENC_NA);
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-4816-            offset++;
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:4817:            offset = dissect_bd_addr(hf_bthci_cmd_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-4818-            proto_tree_add_item(tree, hf_bthci_cmd_le_privacy_mode, tvb, offset, 1, ENC_NA);
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-8094-            /* From CSS v3.pdf */
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:8095:            offset = dissect_bd_addr(hf_btcommon_eir_ad_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_eir_ad_data->interface_id, bluetooth_eir_ad_data->adapter_id, bd_addr);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-8096-            has_bd_addr = TRUE;
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-8183-            while (offset < end_offset) {
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:8184:                offset = dissect_bd_addr(hf_btcommon_eir_ad_bd_addr, pinfo, entry_tree, tvb, offset, FALSE, bluetooth_eir_ad_data->interface_id, bluetooth_eir_ad_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-8185-            }
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-8205-
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c:8206:            offset = dissect_bd_addr(hf_btcommon_eir_ad_bd_addr, pinfo, entry_tree, tvb, offset, FALSE, bluetooth_eir_ad_data->interface_id, bluetooth_eir_ad_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_cmd.c-8207-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-1310-
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c:1311:    offset = dissect_bd_addr(hf_bthci_evt_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, bd_addr);
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-1312-    if (!pinfo->fd->visited && status == STATUS_SUCCESS) {
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-1370-{
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c:1371:    offset = dissect_bd_addr(hf_bthci_evt_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-1372-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-1583-{
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c:1584:    offset = dissect_bd_addr(hf_bthci_evt_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-1585-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-1591-{
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c:1592:    offset = dissect_bd_addr(hf_bthci_evt_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-1593-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-1599-{
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c:1600:    offset = dissect_bd_addr(hf_bthci_evt_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-1601-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-1620-    while (evt_num_keys--) {
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c:1621:        offset = dissect_bd_addr(hf_bthci_evt_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-1622-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-1656-
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c:1657:    offset = dissect_bd_addr(hf_bthci_evt_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, bd_addr);
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-1658-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-1890-
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c:1891:    offset = dissect_bd_addr(hf_bthci_evt_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, bd_addr);
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-1892-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2207-{
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c:2208:    offset = dissect_bd_addr(hf_bthci_evt_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2209-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2218-{
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c:2219:    offset = dissect_bd_addr(hf_bthci_evt_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2220-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2237-    for (num = 0; num < evt_num_responses; num++) {
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c:2238:        offset = dissect_bd_addr(hf_bthci_evt_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, (num == 0) ? bd_addr : NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2239-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2262-{
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c:2263:    offset = dissect_bd_addr(hf_bthci_evt_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2264-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2270-{
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c:2271:    offset = dissect_bd_addr(hf_bthci_evt_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2272-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2287-{
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c:2288:    offset = dissect_bd_addr(hf_bthci_evt_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2289-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2298-{
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c:2299:    offset = dissect_bd_addr(hf_bthci_evt_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2300-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2306-{
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c:2307:    offset = dissect_bd_addr(hf_bthci_evt_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2308-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2318-
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c:2319:    offset = dissect_bd_addr(hf_bthci_evt_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2320-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2326-{
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c:2327:    offset = dissect_bd_addr(hf_bthci_evt_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2328-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2337-{
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c:2338:    offset = dissect_bd_addr(hf_bthci_evt_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2339-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2348-{
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c:2349:    offset = dissect_bd_addr(hf_bthci_evt_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2350-    offset = dissect_bthci_evt_lmp_features(tvb, offset, pinfo, tree, 0);
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2406-
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c:2407:            offset = dissect_bd_addr(hf_bthci_evt_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, bd_addr);
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2408-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2477-                offset += 1;
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c:2478:                offset = dissect_bd_addr(hf_bthci_evt_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, bd_addr);
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2479-                length = tvb_get_guint8(tvb, offset);
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2614-
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c:2615:            offset = dissect_bd_addr(hf_bthci_evt_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, bd_addr);
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c:2616:            offset = dissect_bd_addr(hf_bthci_evt_le_local_rpa, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c:2617:            offset = dissect_bd_addr(hf_bthci_evt_le_peer_rpa, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2618-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2698-
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c:2699:                offset = dissect_bd_addr(hf_bthci_evt_le_direct_bd_addr, pinfo, report_tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2700-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2703-
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c:2704:                offset = dissect_bd_addr(hf_bthci_evt_bd_addr, pinfo, report_tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2705-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2743-                offset += 1;
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c:2744:                offset = dissect_bd_addr(hf_bthci_evt_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, bd_addr);
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2745-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2774-
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c:2775:                offset = dissect_bd_addr(hf_bthci_evt_le_direct_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2776-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2806-            offset += 1;
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c:2807:            offset = dissect_bd_addr(hf_bthci_evt_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, bd_addr);
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2808-            proto_tree_add_item(tree, hf_bthci_evt_advertiser_phy, tvb, offset, 1, ENC_NA);
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2861-
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c:2862:            offset = dissect_bd_addr(hf_bthci_evt_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2863-            break;
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2934-            offset += 1;
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c:2935:            offset = dissect_bd_addr(hf_bthci_evt_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, bd_addr);
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-2936-            proto_tree_add_item(tree, hf_bthci_evt_advertiser_phy, tvb, offset, 1, ENC_NA);
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-3412-
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c:3413:            offset = dissect_bd_addr(hf_bthci_evt_bd_addr, pinfo, tree, tvb, offset, local_addr, bluetooth_data->interface_id, bluetooth_data->adapter_id, bd_addr);
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-3414-            if (!pinfo->fd->visited && local_addr) {
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-4895-
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c:4896:            offset = dissect_bd_addr(hf_bthci_evt_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-4897-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-5329-
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c:5330:    offset = dissect_bd_addr(hf_bthci_evt_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, bd_addr);
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-5331-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-5558-    for (num = 0; num < evt_num_responses; num++) {
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c:5559:        offset = dissect_bd_addr(hf_bthci_evt_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-5560-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-5999-
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c:6000:            offset = dissect_bd_addr(hf_bthci_evt_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-6001-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-6024-
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c:6025:            offset = dissect_bd_addr(hf_bthci_evt_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-6026-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-6051-        case 0x52: /* Connectionless Slave Broadcast Timeout */
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c:6052:            offset = dissect_bd_addr(hf_bthci_evt_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-6053-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-6062-
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c:6063:            offset = dissect_bd_addr(hf_bthci_evt_bd_addr, pinfo, tree, tvb, offset, FALSE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_evt.c-6064-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_vendor.c-446-        case 0x0001: /* Write BDADDR */
wireshark-3.2.8/epan/dissectors/packet-bthci_vendor.c:447:            offset = dissect_bd_addr(hf_broadcom_bd_addr, pinfo, main_tree, tvb, offset, TRUE, interface_id, adapter_id, bd_addr);
wireshark-3.2.8/epan/dissectors/packet-bthci_vendor.c-448-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_vendor.c-632-
wireshark-3.2.8/epan/dissectors/packet-bthci_vendor.c:633:                offset = dissect_bd_addr(hf_broadcom_bd_addr, pinfo, main_tree, tvb, offset, FALSE, interface_id, adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_vendor.c-634-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_vendor.c-637-
wireshark-3.2.8/epan/dissectors/packet-bthci_vendor.c:638:                offset = dissect_bd_addr(hf_broadcom_bd_addr, pinfo, main_tree, tvb, offset, FALSE, interface_id, adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_vendor.c-639-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_vendor.c-663-            case 0x04: /* Set Random Address */
wireshark-3.2.8/epan/dissectors/packet-bthci_vendor.c:664:                offset = dissect_bd_addr(hf_broadcom_bd_addr, pinfo, main_tree, tvb, offset, FALSE, interface_id, adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_vendor.c-665-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_vendor.c-2008-        case 0x002F: /* Write BD Data */
wireshark-3.2.8/epan/dissectors/packet-bthci_vendor.c:2009:            offset = dissect_bd_addr(hf_intel_bd_addr, pinfo, main_tree, tvb, offset, FALSE, interface_id, adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_vendor.c-2010-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_vendor.c-2030-        case 0x0031: /* Write BD Address */
wireshark-3.2.8/epan/dissectors/packet-bthci_vendor.c:2031:            offset = dissect_bd_addr(hf_intel_bd_addr, pinfo, main_tree, tvb, offset, FALSE, interface_id, adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_vendor.c-2032-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_vendor.c-2254-            case 0x0030: /* Read BD Data */
wireshark-3.2.8/epan/dissectors/packet-bthci_vendor.c:2255:                offset = dissect_bd_addr(hf_intel_bd_addr, pinfo, main_tree, tvb, offset, FALSE, interface_id, adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_vendor.c-2256-
##############################################
wireshark-3.2.8/epan/dissectors/packet-bthci_vendor.c-2432-        case 0x25: /* SCO Rejected via LMP */
wireshark-3.2.8/epan/dissectors/packet-bthci_vendor.c:2433:            offset = dissect_bd_addr(hf_intel_bd_addr, pinfo, main_tree, tvb, offset, FALSE, interface_id, adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-bthci_vendor.c-2434-
##############################################
wireshark-3.2.8/epan/dissectors/packet-btle.c-632-        case 0x06: /* ADV_SCAN_IND */
wireshark-3.2.8/epan/dissectors/packet-btle.c:633:            offset = dissect_bd_addr(hf_advertising_address, pinfo, btle_tree, tvb, offset, TRUE, interface_id, adapter_id, src_bd_addr);
wireshark-3.2.8/epan/dissectors/packet-btle.c-634-
##############################################
wireshark-3.2.8/epan/dissectors/packet-btle.c-666-        case 0x01: /* ADV_DIRECT_IND */
wireshark-3.2.8/epan/dissectors/packet-btle.c:667:            offset = dissect_bd_addr(hf_advertising_address, pinfo, btle_tree, tvb, offset, TRUE, interface_id, adapter_id, src_bd_addr);
wireshark-3.2.8/epan/dissectors/packet-btle.c:668:            offset = dissect_bd_addr(hf_initiator_addresss, pinfo, btle_tree, tvb, offset, FALSE, interface_id, adapter_id, dst_bd_addr);
wireshark-3.2.8/epan/dissectors/packet-btle.c-669-
##############################################
wireshark-3.2.8/epan/dissectors/packet-btle.c-691-        case 0x03: /* SCAN_REQ */
wireshark-3.2.8/epan/dissectors/packet-btle.c:692:            offset = dissect_bd_addr(hf_scanning_address, pinfo, btle_tree, tvb, offset, TRUE, interface_id, adapter_id, src_bd_addr);
wireshark-3.2.8/epan/dissectors/packet-btle.c:693:            offset = dissect_bd_addr(hf_advertising_address, pinfo, btle_tree, tvb, offset, FALSE, interface_id, adapter_id, dst_bd_addr);
wireshark-3.2.8/epan/dissectors/packet-btle.c-694-
##############################################
wireshark-3.2.8/epan/dissectors/packet-btle.c-716-        case 0x04: /* SCAN_RSP */
wireshark-3.2.8/epan/dissectors/packet-btle.c:717:            offset = dissect_bd_addr(hf_advertising_address, pinfo, btle_tree, tvb, offset, TRUE, interface_id, adapter_id, src_bd_addr);
wireshark-3.2.8/epan/dissectors/packet-btle.c-718-
##############################################
wireshark-3.2.8/epan/dissectors/packet-btle.c-753-        case 0x05: /* CONNECT_REQ */
wireshark-3.2.8/epan/dissectors/packet-btle.c:754:            offset = dissect_bd_addr(hf_initiator_addresss, pinfo, btle_tree, tvb, offset, FALSE, interface_id, adapter_id, src_bd_addr);
wireshark-3.2.8/epan/dissectors/packet-btle.c:755:            offset = dissect_bd_addr(hf_advertising_address, pinfo, btle_tree, tvb, offset, TRUE, interface_id, adapter_id, dst_bd_addr);
wireshark-3.2.8/epan/dissectors/packet-btle.c-756-
##############################################
wireshark-3.2.8/epan/dissectors/packet-btsmp.c-346-
wireshark-3.2.8/epan/dissectors/packet-btsmp.c:347:        offset = dissect_bd_addr(hf_bd_addr, pinfo, st, tvb, offset, FALSE, interface_id, adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-btsmp.c-348-        break;
##############################################
wireshark-3.2.8/epan/dissectors/packet-c15ch.c-7157-
wireshark-3.2.8/epan/dissectors/packet-c15ch.c:7158:static int dissect_c15ch_out_gwe_update_rec_addr(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, void *data _U_)
wireshark-3.2.8/epan/dissectors/packet-c15ch.c-7159-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-ceph.c-837-#define C_FEATURE_UID		       (1U <<  0)
wireshark-3.2.8/epan/dissectors/packet-ceph.c:838:#define C_FEATURE_NOSRCADDR	       (1U <<  1)
wireshark-3.2.8/epan/dissectors/packet-ceph.c-839-#define C_FEATURE_MONCLOCKCHECK	       (1U <<  2)
##############################################
wireshark-3.2.8/epan/dissectors/packet-ceph.c-1870-static
wireshark-3.2.8/epan/dissectors/packet-ceph.c:1871:guint c_dissect_sockaddr(proto_tree *root, c_sockaddr *out,
wireshark-3.2.8/epan/dissectors/packet-ceph.c-1872-			 tvbuff_t *tvb, guint off)
##############################################
wireshark-3.2.8/epan/dissectors/packet-ceph.c-1936-
wireshark-3.2.8/epan/dissectors/packet-ceph.c:1937:#define C_SIZE_ENTITY_ADDR (4 + 4 + C_SIZE_SOCKADDR_STORAGE)
wireshark-3.2.8/epan/dissectors/packet-ceph.c-1938-
##############################################
wireshark-3.2.8/epan/dissectors/packet-ceph.c-1945-static
wireshark-3.2.8/epan/dissectors/packet-ceph.c:1946:guint c_dissect_entityaddr(proto_tree *root, int hf, c_entityaddr *out,
wireshark-3.2.8/epan/dissectors/packet-ceph.c-1947-			   tvbuff_t *tvb, guint off)
##############################################
wireshark-3.2.8/epan/dissectors/packet-ceph.c-1965-	off += 4;
wireshark-3.2.8/epan/dissectors/packet-ceph.c:1966:	off = c_dissect_sockaddr(tree, &d.addr, tvb, off);
wireshark-3.2.8/epan/dissectors/packet-ceph.c-1967-
##############################################
wireshark-3.2.8/epan/dissectors/packet-ceph.c-2048-	off = c_dissect_entityname(tree, hf_entityinst_name, &d.name, tvb, off, data);
wireshark-3.2.8/epan/dissectors/packet-ceph.c:2049:	off = c_dissect_entityaddr(tree, hf_entityinst_addr, &d.addr, tvb, off);
wireshark-3.2.8/epan/dissectors/packet-ceph.c-2050-
##############################################
wireshark-3.2.8/epan/dissectors/packet-ceph.c-2940-		off = c_dissect_str(subtree, hf_monmap_address_name, &str, tvb, off);
wireshark-3.2.8/epan/dissectors/packet-ceph.c:2941:		off = c_dissect_entityaddr(subtree, hf_monmap_address_addr, &addr,
wireshark-3.2.8/epan/dissectors/packet-ceph.c-2942-					   tvb, off);
##############################################
wireshark-3.2.8/epan/dissectors/packet-ceph.c-3491-	{
wireshark-3.2.8/epan/dissectors/packet-ceph.c:3492:		off = c_dissect_entityaddr(subtree, hf_osdmap_osd_addr, NULL,
wireshark-3.2.8/epan/dissectors/packet-ceph.c-3493-					   tvb, off);
##############################################
wireshark-3.2.8/epan/dissectors/packet-ceph.c-3602-	{
wireshark-3.2.8/epan/dissectors/packet-ceph.c:3603:		off = c_dissect_entityaddr(subtree, hf_osdmap_hbaddr_back, NULL,
wireshark-3.2.8/epan/dissectors/packet-ceph.c-3604-					   tvb, off);
##############################################
wireshark-3.2.8/epan/dissectors/packet-ceph.c-3624-
wireshark-3.2.8/epan/dissectors/packet-ceph.c:3625:		off = c_dissect_entityaddr(bltree, hf_osdmap_blacklist_addr, NULL,
wireshark-3.2.8/epan/dissectors/packet-ceph.c-3626-					   tvb, off);
##############################################
wireshark-3.2.8/epan/dissectors/packet-ceph.c-3638-	{
wireshark-3.2.8/epan/dissectors/packet-ceph.c:3639:		off = c_dissect_entityaddr(subtree, hf_osdmap_cluster_addr, NULL,
wireshark-3.2.8/epan/dissectors/packet-ceph.c-3640-					   tvb, off);
##############################################
wireshark-3.2.8/epan/dissectors/packet-ceph.c-3668-	{
wireshark-3.2.8/epan/dissectors/packet-ceph.c:3669:		off = c_dissect_entityaddr(subtree, hf_osdmap_hbaddr_front, NULL,
wireshark-3.2.8/epan/dissectors/packet-ceph.c-3670-					   tvb, off);
##############################################
wireshark-3.2.8/epan/dissectors/packet-ceph.c-5933-
wireshark-3.2.8/epan/dissectors/packet-ceph.c:5934:	off = c_dissect_entityaddr(tree, hf_msg_osd_boot_addr_back, NULL, tvb, off);
wireshark-3.2.8/epan/dissectors/packet-ceph.c-5935-
##############################################
wireshark-3.2.8/epan/dissectors/packet-ceph.c-5937-	{
wireshark-3.2.8/epan/dissectors/packet-ceph.c:5938:		off = c_dissect_entityaddr(tree, hf_msg_osd_boot_addr_cluster, NULL, tvb, off);
wireshark-3.2.8/epan/dissectors/packet-ceph.c-5939-	}
##############################################
wireshark-3.2.8/epan/dissectors/packet-ceph.c-5947-	{
wireshark-3.2.8/epan/dissectors/packet-ceph.c:5948:		off = c_dissect_entityaddr(tree, hf_msg_osd_boot_addr_front, NULL, tvb, off);
wireshark-3.2.8/epan/dissectors/packet-ceph.c-5949-	}
##############################################
wireshark-3.2.8/epan/dissectors/packet-ceph.c-6725-	if (c_from_server(data))
wireshark-3.2.8/epan/dissectors/packet-ceph.c:6726:		off = c_dissect_entityaddr(tree, hf_server_info, NULL, tvb, off);
wireshark-3.2.8/epan/dissectors/packet-ceph.c-6727-
wireshark-3.2.8/epan/dissectors/packet-ceph.c:6728:	off = c_dissect_entityaddr(tree, hf_client_info, NULL, tvb, off);
wireshark-3.2.8/epan/dissectors/packet-ceph.c-6729-
##############################################
wireshark-3.2.8/epan/dissectors/packet-cip.c-1723-   {  213,   "Reserved" },
wireshark-3.2.8/epan/dissectors/packet-cip.c:1724:   {  214,   "ASM Japan K.K." },
wireshark-3.2.8/epan/dissectors/packet-cip.c-1725-   {  215,   "HIRATA Corp." },
##############################################
wireshark-3.2.8/epan/dissectors/packet-cisco-fp-mim.c-166-static void
wireshark-3.2.8/epan/dissectors/packet-cisco-fp-mim.c:167:fp_get_hmac_addr (guint64 hmac, guint16 *swid, guint16 *sswid, guint16 *lid) {
wireshark-3.2.8/epan/dissectors/packet-cisco-fp-mim.c-168-
##############################################
wireshark-3.2.8/epan/dissectors/packet-cisco-fp-mim.c-255-  if (!dest_as_mac) {
wireshark-3.2.8/epan/dissectors/packet-cisco-fp-mim.c:256:    fp_get_hmac_addr (hmac_dst, &dswid, &dsswid, &dlid);
wireshark-3.2.8/epan/dissectors/packet-cisco-fp-mim.c-257-  } else {
##############################################
wireshark-3.2.8/epan/dissectors/packet-cisco-fp-mim.c-263-  }
wireshark-3.2.8/epan/dissectors/packet-cisco-fp-mim.c:264:  fp_get_hmac_addr (hmac_src, &sswid, &ssswid, &slid);
wireshark-3.2.8/epan/dissectors/packet-cisco-fp-mim.c-265-
##############################################
wireshark-3.2.8/epan/dissectors/packet-corosync-totemsrp.c-442-static int
wireshark-3.2.8/epan/dissectors/packet-corosync-totemsrp.c:443:dissect_corosync_totemsrp_srp_addr(tvbuff_t *tvb,
wireshark-3.2.8/epan/dissectors/packet-corosync-totemsrp.c-444-                                   packet_info *pinfo, proto_tree *parent_tree,
##############################################
wireshark-3.2.8/epan/dissectors/packet-corosync-totemsrp.c-496-
wireshark-3.2.8/epan/dissectors/packet-corosync-totemsrp.c:497:  offset += dissect_corosync_totemsrp_srp_addr(tvb, pinfo, mcast_tree,
wireshark-3.2.8/epan/dissectors/packet-corosync-totemsrp.c-498-                                                    length, offset,
##############################################
wireshark-3.2.8/epan/dissectors/packet-corosync-totemsrp.c-564-
wireshark-3.2.8/epan/dissectors/packet-corosync-totemsrp.c:565:  offset += dissect_corosync_totemsrp_srp_addr(tvb, pinfo, tree,
wireshark-3.2.8/epan/dissectors/packet-corosync-totemsrp.c-566-                                                    length, offset,
##############################################
wireshark-3.2.8/epan/dissectors/packet-corosync-totemsrp.c-608-
wireshark-3.2.8/epan/dissectors/packet-corosync-totemsrp.c:609:  offset += dissect_corosync_totemsrp_srp_addr(tvb, pinfo, tree,
wireshark-3.2.8/epan/dissectors/packet-corosync-totemsrp.c-610-                                                    length, offset,
##############################################
wireshark-3.2.8/epan/dissectors/packet-corosync-totemsrp.c-633-  for (i = 0; i < proc_list_entries; i++) {
wireshark-3.2.8/epan/dissectors/packet-corosync-totemsrp.c:634:    offset += dissect_corosync_totemsrp_srp_addr(tvb, pinfo, proc_tree,
wireshark-3.2.8/epan/dissectors/packet-corosync-totemsrp.c-635-                                                    length, offset,
##############################################
wireshark-3.2.8/epan/dissectors/packet-corosync-totemsrp.c-643-  for (i = 0; i < failed_list_entries; i++) {
wireshark-3.2.8/epan/dissectors/packet-corosync-totemsrp.c:644:    offset += dissect_corosync_totemsrp_srp_addr(tvb, pinfo, failed_tree,
wireshark-3.2.8/epan/dissectors/packet-corosync-totemsrp.c-645-                                                    length, offset,
##############################################
wireshark-3.2.8/epan/dissectors/packet-corosync-totemsrp.c-739-  for (i = 0; i < addr_entries; i++) {
wireshark-3.2.8/epan/dissectors/packet-corosync-totemsrp.c:740:    offset += dissect_corosync_totemsrp_srp_addr(tvb, pinfo, tree,
wireshark-3.2.8/epan/dissectors/packet-corosync-totemsrp.c-741-                                                    length, offset,
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-butc.c-291-int
wireshark-3.2.8/epan/dissectors/packet-dcerpc-butc.c:292:butc_dissect_afsNetAddr(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *parent_tree, dcerpc_info *di _U_, guint8 *drep _U_, int hf_index, guint32 param _U_)
wireshark-3.2.8/epan/dissectors/packet-dcerpc-butc.c-293-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-butc.c-382-static int
wireshark-3.2.8/epan/dissectors/packet-dcerpc-butc.c:383:butc_dissect_tc_dumpDesc_hostAddr(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, dcerpc_info *di, guint8 *drep)
wireshark-3.2.8/epan/dissectors/packet-dcerpc-butc.c-384-{
wireshark-3.2.8/epan/dissectors/packet-dcerpc-butc.c-385-	 guint32 param=0;
wireshark-3.2.8/epan/dissectors/packet-dcerpc-butc.c:386:	 offset=butc_dissect_afsNetAddr(tvb, offset, pinfo, tree, di, drep, hf_butc_tc_dumpDesc_hostAddr, param);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-butc.c-387-	 return offset;
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-butc.c-455-
wireshark-3.2.8/epan/dissectors/packet-dcerpc-butc.c:456:    offset=butc_dissect_tc_dumpDesc_hostAddr(tvb, offset, pinfo, tree, di, drep);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-butc.c-457-
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-butc.c-526-static int
wireshark-3.2.8/epan/dissectors/packet-dcerpc-butc.c:527:butc_dissect_tc_restoreDesc_hostAddr(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, dcerpc_info *di, guint8 *drep)
wireshark-3.2.8/epan/dissectors/packet-dcerpc-butc.c-528-{
wireshark-3.2.8/epan/dissectors/packet-dcerpc-butc.c-529-	 guint32 param=0;
wireshark-3.2.8/epan/dissectors/packet-dcerpc-butc.c:530:	 offset=butc_dissect_afsNetAddr(tvb, offset, pinfo, tree, di, drep, hf_butc_tc_restoreDesc_hostAddr, param);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-butc.c-531-	 return offset;
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-butc.c-611-
wireshark-3.2.8/epan/dissectors/packet-dcerpc-butc.c:612:    offset=butc_dissect_tc_restoreDesc_hostAddr(tvb, offset, pinfo, tree, di, drep);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-butc.c-613-
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-butc.h-45-int butc_dissect_Restore_flags(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, dcerpc_info *di, guint8 *drep, int hf_index, guint32 param);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-butc.h:46:int butc_dissect_afsNetAddr(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, dcerpc_info *di, guint8 *drep, int hf_index, guint32 param);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-butc.h-47-int butc_dissect_tc_dumpDesc(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, dcerpc_info *di, guint8 *drep, int hf_index, guint32 param);
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-dce122.c-3183-    { 701608042, "SFTSERVER_ConnectSock(.#lx, .ld, .#lx, .#lx)" },
wireshark-3.2.8/epan/dissectors/packet-dcerpc-dce122.c:3184:    { 701608043, "SFTSERVER_ConnectSock TCP clntAddr(.ld, .ld, .#lx)" },
wireshark-3.2.8/epan/dissectors/packet-dcerpc-dce122.c:3185:    { 701608044, "SFTSERVER_ConnectSock UNIX clntAddr(.ld, .s)" },
wireshark-3.2.8/epan/dissectors/packet-dcerpc-dce122.c-3186-    { 701608045, "SFTSERVER_ConnectSock Unsupported protocol(.ld)" },
wireshark-3.2.8/epan/dissectors/packet-dcerpc-dce122.c:3187:    { 701608046, "SFTSERVER_ConnectSock TCP srvrAddr(.ld, .ld, .#lx)" },
wireshark-3.2.8/epan/dissectors/packet-dcerpc-dce122.c:3188:    { 701608047, "SFTSERVER_ConnectSock UNIX srvrAddr(.ld, .s)" },
wireshark-3.2.8/epan/dissectors/packet-dcerpc-dce122.c-3189-    { 701608048, "SFTSERVER_ConnectSock returns .ld" },
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-dce122.c-3192-    { 701608051, "SFTSERVER_ListenSock(.#lx, .ld, .#lx)" },
wireshark-3.2.8/epan/dissectors/packet-dcerpc-dce122.c:3193:    { 701608052, "SFTSERVER_ListenSock TCP srvrAddr(.ld, .ld, .#lx)" },
wireshark-3.2.8/epan/dissectors/packet-dcerpc-dce122.c-3194-    { 701608053, "SFTSERVER_ListenSock returns .ld" },
wireshark-3.2.8/epan/dissectors/packet-dcerpc-dce122.c-3195-    { 701608054, "SFTSERVER_AcceptSock(.#lx, .ld, .#lx)" },
wireshark-3.2.8/epan/dissectors/packet-dcerpc-dce122.c:3196:    { 701608055, "SFTSERVER_AcceptSock TCP srvrAddr(.ld, .ld, .#lx)" },
wireshark-3.2.8/epan/dissectors/packet-dcerpc-dce122.c-3197-    { 701608056, "SFTSERVER_AcceptSock returns .ld" },
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-fileexp.c-573-static int
wireshark-3.2.8/epan/dissectors/packet-dcerpc-fileexp.c:574:dissect_afsNetAddr (tvbuff_t *tvb, int offset,
wireshark-3.2.8/epan/dissectors/packet-dcerpc-fileexp.c-575-                    packet_info *pinfo, proto_tree *parent_tree,
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-fileexp.c-678-
wireshark-3.2.8/epan/dissectors/packet-dcerpc-fileexp.c:679:  offset = dissect_afsNetAddr ( tvb, offset, pinfo, tree, di, drep);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-fileexp.c-680-  offset += 4; /* buffer */
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-fldb.c-225-static int
wireshark-3.2.8/epan/dissectors/packet-dcerpc-fldb.c:226:dissect_afsnetaddr (tvbuff_t *tvb, int offset,
wireshark-3.2.8/epan/dissectors/packet-dcerpc-fldb.c-227-                    packet_info *pinfo, proto_tree *parent_tree,
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-fldb.c-342-    {
wireshark-3.2.8/epan/dissectors/packet-dcerpc-fldb.c:343:      offset = dissect_afsnetaddr (tvb, offset, pinfo, tree, di, drep);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-fldb.c-344-    }
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-fldb.c-660-
wireshark-3.2.8/epan/dissectors/packet-dcerpc-fldb.c:661:      offset = dissect_afsnetaddr (tvb, offset, pinfo, tree, di, drep);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-fldb.c-662-    }
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-fldb.c-936-
wireshark-3.2.8/epan/dissectors/packet-dcerpc-fldb.c:937:  offset = dissect_afsnetaddr (tvb, offset, pinfo, tree, di, drep);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-fldb.c-938-
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-fldb.c-979-
wireshark-3.2.8/epan/dissectors/packet-dcerpc-fldb.c:980:  offset = dissect_afsnetaddr (tvb, offset, pinfo, tree, di, drep);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-fldb.c-981-
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-fldb.c-1293-
wireshark-3.2.8/epan/dissectors/packet-dcerpc-fldb.c:1294:  offset = dissect_afsnetaddr (tvb, offset, pinfo, tree, di, drep);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-fldb.c-1295-
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-mapi.c-3954-static int mapi_dissect_element_EcRRegisterPushNotification_unknown2(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, guint8 *drep _U_);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-mapi.c:3955:static int mapi_dissect_element_EcRRegisterPushNotification_sockaddr(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, guint8 *drep _U_);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-mapi.c-3956-static int mapi_dissect_element_EcRRegisterPushNotification_sockaddr_(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, guint8 *drep _U_);
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-mapi.c-9831-static int
wireshark-3.2.8/epan/dissectors/packet-dcerpc-mapi.c:9832:mapi_dissect_element_EcRRegisterPushNotification_sockaddr(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, guint8 *drep _U_)
wireshark-3.2.8/epan/dissectors/packet-dcerpc-mapi.c-9833-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-mapi.c-9914-	offset = dissect_deferred_pointers(pinfo, tvb, offset, di, drep);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-mapi.c:9915:	offset = mapi_dissect_element_EcRRegisterPushNotification_sockaddr(tvb, offset, pinfo, tree, di, drep);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-mapi.c-9916-	offset = dissect_deferred_pointers(pinfo, tvb, offset, di, drep);
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-mapi.h-1434-#define PR_ORG_ADDR_TYPE_ERROR (0x403d000a)
wireshark-3.2.8/epan/dissectors/packet-dcerpc-mapi.h:1435:#define PR_ORG_EMAIL_ADDR (0x403e001e)
wireshark-3.2.8/epan/dissectors/packet-dcerpc-mapi.h-1436-#define PR_ORG_EMAIL_ADDR_UNICODE (0x403e001f)
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-mapi.h-1710-#define PR_ORIGINATOR_NAME_ERROR (0x665b000a)
wireshark-3.2.8/epan/dissectors/packet-dcerpc-mapi.h:1711:#define PR_ORIGINATOR_ADDR (0x665c001e)
wireshark-3.2.8/epan/dissectors/packet-dcerpc-mapi.h-1712-#define PR_ORIGINATOR_ADDR_UNICODE (0x665c001f)
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-nspi.h-1434-#define PR_ORG_ADDR_TYPE_ERROR (0x403d000a)
wireshark-3.2.8/epan/dissectors/packet-dcerpc-nspi.h:1435:#define PR_ORG_EMAIL_ADDR (0x403e001e)
wireshark-3.2.8/epan/dissectors/packet-dcerpc-nspi.h-1436-#define PR_ORG_EMAIL_ADDR_UNICODE (0x403e001f)
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-nspi.h-1710-#define PR_ORIGINATOR_NAME_ERROR (0x665b000a)
wireshark-3.2.8/epan/dissectors/packet-dcerpc-nspi.h:1711:#define PR_ORIGINATOR_ADDR (0x665c001e)
wireshark-3.2.8/epan/dissectors/packet-dcerpc-nspi.h-1712-#define PR_ORIGINATOR_ADDR_UNICODE (0x665c001f)
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-1693-static int srvsvc_dissect_element_NetTransportInfo0_name_(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, guint8 *drep _U_);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c:1694:static int srvsvc_dissect_element_NetTransportInfo0_addr(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, guint8 *drep _U_);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-1695-static int srvsvc_dissect_element_NetTransportInfo0_addr_(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, guint8 *drep _U_);
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-1697-static int srvsvc_dissect_element_NetTransportInfo0_addr_len(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, guint8 *drep _U_);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c:1698:static int srvsvc_dissect_element_NetTransportInfo0_net_addr(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, guint8 *drep _U_);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-1699-static int srvsvc_dissect_element_NetTransportInfo0_net_addr_(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, guint8 *drep _U_);
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-1706-static int srvsvc_dissect_element_NetTransportInfo1_name_(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, guint8 *drep _U_);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c:1707:static int srvsvc_dissect_element_NetTransportInfo1_addr(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, guint8 *drep _U_);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-1708-static int srvsvc_dissect_element_NetTransportInfo1_addr_(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, guint8 *drep _U_);
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-1710-static int srvsvc_dissect_element_NetTransportInfo1_addr_len(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, guint8 *drep _U_);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c:1711:static int srvsvc_dissect_element_NetTransportInfo1_net_addr(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, guint8 *drep _U_);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-1712-static int srvsvc_dissect_element_NetTransportInfo1_net_addr_(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, guint8 *drep _U_);
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-1725-static int srvsvc_dissect_element_NetTransportInfo2_name_(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, guint8 *drep _U_);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c:1726:static int srvsvc_dissect_element_NetTransportInfo2_addr(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, guint8 *drep _U_);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-1727-static int srvsvc_dissect_element_NetTransportInfo2_addr_(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, guint8 *drep _U_);
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-1729-static int srvsvc_dissect_element_NetTransportInfo2_addr_len(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, guint8 *drep _U_);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c:1730:static int srvsvc_dissect_element_NetTransportInfo2_net_addr(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, guint8 *drep _U_);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-1731-static int srvsvc_dissect_element_NetTransportInfo2_net_addr_(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, guint8 *drep _U_);
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-1741-static int srvsvc_dissect_element_NetTransportInfo3_name_(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, guint8 *drep _U_);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c:1742:static int srvsvc_dissect_element_NetTransportInfo3_addr(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, guint8 *drep _U_);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-1743-static int srvsvc_dissect_element_NetTransportInfo3_addr_(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, guint8 *drep _U_);
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-1745-static int srvsvc_dissect_element_NetTransportInfo3_addr_len(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, guint8 *drep _U_);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c:1746:static int srvsvc_dissect_element_NetTransportInfo3_net_addr(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, guint8 *drep _U_);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-1747-static int srvsvc_dissect_element_NetTransportInfo3_net_addr_(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, guint8 *drep _U_);
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-12710-static int
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c:12711:srvsvc_dissect_element_NetTransportInfo0_addr(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, guint8 *drep _U_)
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-12712-{
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c:12713:	offset = dissect_ndr_embedded_pointer(tvb, offset, pinfo, tree, di, drep, srvsvc_dissect_element_NetTransportInfo0_addr_, NDR_POINTER_UNIQUE, "Pointer to Addr (uint8)",hf_srvsvc_srvsvc_NetTransportInfo0_addr);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-12714-
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-12742-static int
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c:12743:srvsvc_dissect_element_NetTransportInfo0_net_addr(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, guint8 *drep _U_)
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-12744-{
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c:12745:	offset = dissect_ndr_embedded_pointer(tvb, offset, pinfo, tree, di, drep, srvsvc_dissect_element_NetTransportInfo0_net_addr_, NDR_POINTER_UNIQUE, "Pointer to Net Addr (uint16)",hf_srvsvc_srvsvc_NetTransportInfo0_net_addr);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-12746-
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-12777-
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c:12778:	offset = srvsvc_dissect_element_NetTransportInfo0_addr(tvb, offset, pinfo, tree, di, drep);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-12779-
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-12781-
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c:12782:	offset = srvsvc_dissect_element_NetTransportInfo0_net_addr(tvb, offset, pinfo, tree, di, drep);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-12783-
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-12888-static int
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c:12889:srvsvc_dissect_element_NetTransportInfo1_addr(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, guint8 *drep _U_)
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-12890-{
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c:12891:	offset = dissect_ndr_embedded_pointer(tvb, offset, pinfo, tree, di, drep, srvsvc_dissect_element_NetTransportInfo1_addr_, NDR_POINTER_UNIQUE, "Pointer to Addr (uint8)",hf_srvsvc_srvsvc_NetTransportInfo1_addr);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-12892-
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-12920-static int
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c:12921:srvsvc_dissect_element_NetTransportInfo1_net_addr(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, guint8 *drep _U_)
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-12922-{
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c:12923:	offset = dissect_ndr_embedded_pointer(tvb, offset, pinfo, tree, di, drep, srvsvc_dissect_element_NetTransportInfo1_net_addr_, NDR_POINTER_UNIQUE, "Pointer to Net Addr (uint16)",hf_srvsvc_srvsvc_NetTransportInfo1_net_addr);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-12924-
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-12971-
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c:12972:	offset = srvsvc_dissect_element_NetTransportInfo1_addr(tvb, offset, pinfo, tree, di, drep);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-12973-
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-12975-
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c:12976:	offset = srvsvc_dissect_element_NetTransportInfo1_net_addr(tvb, offset, pinfo, tree, di, drep);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-12977-
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-13125-static int
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c:13126:srvsvc_dissect_element_NetTransportInfo2_addr(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, guint8 *drep _U_)
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-13127-{
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c:13128:	offset = dissect_ndr_embedded_pointer(tvb, offset, pinfo, tree, di, drep, srvsvc_dissect_element_NetTransportInfo2_addr_, NDR_POINTER_UNIQUE, "Pointer to Addr (uint8)",hf_srvsvc_srvsvc_NetTransportInfo2_addr);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-13129-
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-13157-static int
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c:13158:srvsvc_dissect_element_NetTransportInfo2_net_addr(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, guint8 *drep _U_)
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-13159-{
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c:13160:	offset = dissect_ndr_embedded_pointer(tvb, offset, pinfo, tree, di, drep, srvsvc_dissect_element_NetTransportInfo2_net_addr_, NDR_POINTER_UNIQUE, "Pointer to Net Addr (uint16)",hf_srvsvc_srvsvc_NetTransportInfo2_net_addr);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-13161-
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-13216-
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c:13217:	offset = srvsvc_dissect_element_NetTransportInfo2_addr(tvb, offset, pinfo, tree, di, drep);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-13218-
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-13220-
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c:13221:	offset = srvsvc_dissect_element_NetTransportInfo2_net_addr(tvb, offset, pinfo, tree, di, drep);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-13222-
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-13334-static int
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c:13335:srvsvc_dissect_element_NetTransportInfo3_addr(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, guint8 *drep _U_)
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-13336-{
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c:13337:	offset = dissect_ndr_embedded_pointer(tvb, offset, pinfo, tree, di, drep, srvsvc_dissect_element_NetTransportInfo3_addr_, NDR_POINTER_UNIQUE, "Pointer to Addr (uint8)",hf_srvsvc_srvsvc_NetTransportInfo3_addr);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-13338-
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-13366-static int
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c:13367:srvsvc_dissect_element_NetTransportInfo3_net_addr(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, guint8 *drep _U_)
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-13368-{
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c:13369:	offset = dissect_ndr_embedded_pointer(tvb, offset, pinfo, tree, di, drep, srvsvc_dissect_element_NetTransportInfo3_net_addr_, NDR_POINTER_UNIQUE, "Pointer to Net Addr (uint16)",hf_srvsvc_srvsvc_NetTransportInfo3_net_addr);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-13370-
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-13451-
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c:13452:	offset = srvsvc_dissect_element_NetTransportInfo3_addr(tvb, offset, pinfo, tree, di, drep);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-13453-
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-13455-
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c:13456:	offset = srvsvc_dissect_element_NetTransportInfo3_net_addr(tvb, offset, pinfo, tree, di, drep);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-srvsvc.c-13457-
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-witness.c-266-static int
wireshark-3.2.8/epan/dissectors/packet-dcerpc-witness.c:267:witness_dissect_element_IPaddrInfoList_addr(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, guint8 *drep _U_)
wireshark-3.2.8/epan/dissectors/packet-dcerpc-witness.c-268-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcerpc-witness.c-290-	for (i = 0; i < num; i++) {
wireshark-3.2.8/epan/dissectors/packet-dcerpc-witness.c:291:		offset = witness_dissect_element_IPaddrInfoList_addr(tvb, offset, pinfo, tree, di, drep);
wireshark-3.2.8/epan/dissectors/packet-dcerpc-witness.c-292-	}
##############################################
wireshark-3.2.8/epan/dissectors/packet-dcom.c-1814-		if (ws_inet_pton4(szStr, &ipaddr)) {
wireshark-3.2.8/epan/dissectors/packet-dcom.c:1815:			if(get_host_ipaddr(szStr, &curr_ip)) {
wireshark-3.2.8/epan/dissectors/packet-dcom.c-1816-
##############################################
wireshark-3.2.8/epan/dissectors/packet-diameter_3gpp.c-570-/* Forward declarations */
wireshark-3.2.8/epan/dissectors/packet-diameter_3gpp.c:571:static int dissect_diameter_3gpp_ipv6addr(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, void *data _U_);
wireshark-3.2.8/epan/dissectors/packet-diameter_3gpp.c-572-
##############################################
wireshark-3.2.8/epan/dissectors/packet-diameter_3gpp.c-599-
wireshark-3.2.8/epan/dissectors/packet-diameter_3gpp.c:600:    return dissect_diameter_3gpp_ipv6addr(tvb, pinfo, tree, data);
wireshark-3.2.8/epan/dissectors/packet-diameter_3gpp.c-601-
##############################################
wireshark-3.2.8/epan/dissectors/packet-diameter_3gpp.c-822-
wireshark-3.2.8/epan/dissectors/packet-diameter_3gpp.c:823:    dfilter_store_sip_from_addr(tvb, tree, 0, length);
wireshark-3.2.8/epan/dissectors/packet-diameter_3gpp.c-824-
##############################################
wireshark-3.2.8/epan/dissectors/packet-diameter_3gpp.c-1316-static int
wireshark-3.2.8/epan/dissectors/packet-diameter_3gpp.c:1317:dissect_diameter_3gpp_ipv6addr(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, void *data _U_)
wireshark-3.2.8/epan/dissectors/packet-diameter_3gpp.c-1318-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-diameter_3gpp.c-1330-static int
wireshark-3.2.8/epan/dissectors/packet-diameter_3gpp.c:1331:dissect_diameter_3gpp_ipaddr(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, void *data _U_)
wireshark-3.2.8/epan/dissectors/packet-diameter_3gpp.c-1332-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-dmp.c-1904-/* Ref chapter 5.2.7.1 Direct Originator Encoding */
wireshark-3.2.8/epan/dissectors/packet-dmp.c:1905:static gint dissect_dmp_direct_addr (tvbuff_t *tvb, packet_info *pinfo,
wireshark-3.2.8/epan/dissectors/packet-dmp.c-1906-                                     proto_tree *field_tree, proto_item *tf,
##############################################
wireshark-3.2.8/epan/dissectors/packet-dmp.c-1993-/* Ref 5.3.14 Extended Address */
wireshark-3.2.8/epan/dissectors/packet-dmp.c:1994:static gint dissect_dmp_ext_addr (tvbuff_t *tvb, packet_info *pinfo,
wireshark-3.2.8/epan/dissectors/packet-dmp.c-1995-                                  proto_tree *field_tree, proto_item *tf,
##############################################
wireshark-3.2.8/epan/dissectors/packet-dmp.c-2112-  if (dmp.addr_enc == DIRECT_ADDR) {
wireshark-3.2.8/epan/dissectors/packet-dmp.c:2113:    offset = dissect_dmp_direct_addr (tvb, pinfo, field_tree, tf,
wireshark-3.2.8/epan/dissectors/packet-dmp.c-2114-                                      offset, -1, -1, ORIGINATOR);
##############################################
wireshark-3.2.8/epan/dissectors/packet-dmp.c-2146-      case P1_DIRECT:
wireshark-3.2.8/epan/dissectors/packet-dmp.c:2147:        offset = dissect_dmp_direct_addr (tvb, pinfo, field_tree,
wireshark-3.2.8/epan/dissectors/packet-dmp.c-2148-                                          tf, offset, -1, -1,
##############################################
wireshark-3.2.8/epan/dissectors/packet-dmp.c-2152-      case P1_EXTENDED:
wireshark-3.2.8/epan/dissectors/packet-dmp.c:2153:        offset = dissect_dmp_ext_addr (tvb, pinfo, field_tree, tf, offset, -1,
wireshark-3.2.8/epan/dissectors/packet-dmp.c-2154-                                       -1, ORIGINATOR);
##############################################
wireshark-3.2.8/epan/dissectors/packet-dmp.c-2167-      case P1_DIRECT_P2_EXTENDED:
wireshark-3.2.8/epan/dissectors/packet-dmp.c:2168:        offset = dissect_dmp_direct_addr (tvb, pinfo, field_tree,
wireshark-3.2.8/epan/dissectors/packet-dmp.c-2169-                                          tf, offset, -1, -1,
##############################################
wireshark-3.2.8/epan/dissectors/packet-dmp.c-2175-      case P1_P2_EXTENDED:
wireshark-3.2.8/epan/dissectors/packet-dmp.c:2176:        offset = dissect_dmp_ext_addr (tvb, pinfo, field_tree, tf, offset, -1,
wireshark-3.2.8/epan/dissectors/packet-dmp.c-2177-                                       -1, ORIGINATOR);
##############################################
wireshark-3.2.8/epan/dissectors/packet-dmp.c-2189-      case P1_EXTENDED_P2_DIRECT:
wireshark-3.2.8/epan/dissectors/packet-dmp.c:2190:        offset = dissect_dmp_direct_addr (tvb, pinfo, field_tree,
wireshark-3.2.8/epan/dissectors/packet-dmp.c-2191-                                          tf, offset, -1, -1,
##############################################
wireshark-3.2.8/epan/dissectors/packet-dmp.c-2197-      case P1_P2_EXTENDED:
wireshark-3.2.8/epan/dissectors/packet-dmp.c:2198:        offset = dissect_dmp_ext_addr (tvb, pinfo, field_tree, tf, offset, -1,
wireshark-3.2.8/epan/dissectors/packet-dmp.c-2199-                                       -1, ORIG_P2_ADDRESS);
##############################################
wireshark-3.2.8/epan/dissectors/packet-dmp.c-2519-  case P1_DIRECT_P2_EXTENDED:
wireshark-3.2.8/epan/dissectors/packet-dmp.c:2520:    offset = dissect_dmp_direct_addr (tvb, pinfo, field_tree, tf, offset,
wireshark-3.2.8/epan/dissectors/packet-dmp.c-2521-                                      rec_no, rec_ofs, P1_ADDRESS);
##############################################
wireshark-3.2.8/epan/dissectors/packet-dmp.c-2526-  case P1_P2_EXTENDED:
wireshark-3.2.8/epan/dissectors/packet-dmp.c:2527:    offset = dissect_dmp_ext_addr (tvb, pinfo, field_tree, tf, offset,
wireshark-3.2.8/epan/dissectors/packet-dmp.c-2528-                                   rec_no, rec_ofs, P1_ADDRESS);
##############################################
wireshark-3.2.8/epan/dissectors/packet-dmp.c-2537-  case P1_EXTENDED_P2_DIRECT:
wireshark-3.2.8/epan/dissectors/packet-dmp.c:2538:    offset = dissect_dmp_direct_addr (tvb, pinfo, field_tree, tf, offset,
wireshark-3.2.8/epan/dissectors/packet-dmp.c-2539-                                      rec_no, rec_ofs, P2_ADDRESS);
##############################################
wireshark-3.2.8/epan/dissectors/packet-dmp.c-2544-  case P1_P2_EXTENDED:
wireshark-3.2.8/epan/dissectors/packet-dmp.c:2545:    offset = dissect_dmp_ext_addr (tvb, pinfo, field_tree, tf, offset,
wireshark-3.2.8/epan/dissectors/packet-dmp.c-2546-                                   rec_no, rec_ofs, P2_ADDRESS);
##############################################
wireshark-3.2.8/epan/dissectors/packet-docsis-tlv.c-4792-static void
wireshark-3.2.8/epan/dissectors/packet-docsis-tlv.c:4793:dissect_dsid_mc_addr(tvbuff_t * tvb, packet_info* pinfo, proto_tree *tree, int start, guint16 len)
wireshark-3.2.8/epan/dissectors/packet-docsis-tlv.c-4794-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-docsis-tlv.c-4859-          case TLV_DSID_MC_ADDR:
wireshark-3.2.8/epan/dissectors/packet-docsis-tlv.c:4860:            dissect_dsid_mc_addr(tvb, pinfo, dsid_tree, pos, length);
wireshark-3.2.8/epan/dissectors/packet-docsis-tlv.c-4861-            break;
##############################################
wireshark-3.2.8/epan/dissectors/packet-docsis-tlv.h-490-/* Define TLV_DSID_MC_ADDR sub-types
wireshark-3.2.8/epan/dissectors/packet-docsis-tlv.h:491: * These are subtypes of TLV_DSID_MC_ADDR (50.4.1)
wireshark-3.2.8/epan/dissectors/packet-docsis-tlv.h-492- */
##############################################
wireshark-3.2.8/epan/dissectors/packet-dtpt.c-301-static int
wireshark-3.2.8/epan/dissectors/packet-dtpt.c:302:dissect_dtpt_sockaddr(tvbuff_t *tvb, guint offset, proto_tree *tree, int hfindex, int sockaddr_type)
wireshark-3.2.8/epan/dissectors/packet-dtpt.c-303-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-dtpt.c-575-
wireshark-3.2.8/epan/dissectors/packet-dtpt.c:576:			offset2 = dissect_dtpt_sockaddr(tvb, offset2, dtpt_addr2_tree, hf_dtpt_cs_addr_local, SOCKADDR_WITH_LEN);
wireshark-3.2.8/epan/dissectors/packet-dtpt.c:577:			offset2 = dissect_dtpt_sockaddr(tvb, offset2, dtpt_addr2_tree, hf_dtpt_cs_addr_remote, SOCKADDR_WITH_LEN);
wireshark-3.2.8/epan/dissectors/packet-dtpt.c-578-
##############################################
wireshark-3.2.8/epan/dissectors/packet-dtpt.c-740-			case ConnectRequest: {
wireshark-3.2.8/epan/dissectors/packet-dtpt.c:741:				dissect_dtpt_sockaddr(tvb, 2, dtpt_tree, hf_dtpt_connect_addr, SOCKADDR_CONNECT);
wireshark-3.2.8/epan/dissectors/packet-dtpt.c-742-				proto_tree_add_item(dtpt_tree, hf_dtpt_error,
##############################################
wireshark-3.2.8/epan/dissectors/packet-dtpt.c-746-			case ConnectResponseOK: {
wireshark-3.2.8/epan/dissectors/packet-dtpt.c:747:				dissect_dtpt_sockaddr(tvb, 2, dtpt_tree, hf_dtpt_connect_addr, SOCKADDR_CONNECT);
wireshark-3.2.8/epan/dissectors/packet-dtpt.c-748-				proto_tree_add_item(dtpt_tree, hf_dtpt_error,
##############################################
wireshark-3.2.8/epan/dissectors/packet-dtpt.c-752-			case ConnectResponseERR: {
wireshark-3.2.8/epan/dissectors/packet-dtpt.c:753:				dissect_dtpt_sockaddr(tvb, 2, dtpt_tree, hf_dtpt_connect_addr, SOCKADDR_CONNECT);
wireshark-3.2.8/epan/dissectors/packet-dtpt.c-754-				proto_tree_add_item(dtpt_tree, hf_dtpt_error,
##############################################
wireshark-3.2.8/epan/dissectors/packet-eigrp.c-1260- *   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
wireshark-3.2.8/epan/dissectors/packet-eigrp.c:1261: *   |                      Reachability Addr(cont)                  |
wireshark-3.2.8/epan/dissectors/packet-eigrp.c-1262- *   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
wireshark-3.2.8/epan/dissectors/packet-eigrp.c:1263: *   |                      Reachability Addr(cont)                  |
wireshark-3.2.8/epan/dissectors/packet-eigrp.c-1264- *   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
wireshark-3.2.8/epan/dissectors/packet-eigrp.c:1265: *   |                      Reachability Addr(cont)                  |
wireshark-3.2.8/epan/dissectors/packet-eigrp.c-1266- *   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
wireshark-3.2.8/epan/dissectors/packet-eigrp.c:1267: *   |    Reachability Addr(cont)    |           Sequence            |
wireshark-3.2.8/epan/dissectors/packet-eigrp.c-1268- *   +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
##############################################
wireshark-3.2.8/epan/dissectors/packet-fcdns.c-203-    {FCDNS_RJT_CLASSNOTREG , "Class Not Regd."},
wireshark-3.2.8/epan/dissectors/packet-fcdns.c:204:    {FCDNS_RJT_IPNNOTREG   , "IP Addr (Node) Not Regd."},
wireshark-3.2.8/epan/dissectors/packet-fcdns.c-205-    {FCDNS_RJT_IPANOTREG   , "IPA Not Regd."},
##############################################
wireshark-3.2.8/epan/dissectors/packet-fcdns.c-209-    {FCDNS_RJT_PTYPENOTREG , "PortType Not Regd."},
wireshark-3.2.8/epan/dissectors/packet-fcdns.c:210:    {FCDNS_RJT_IPPNOTREG   , "IP Addr (Port) Not Regd."},
wireshark-3.2.8/epan/dissectors/packet-fcdns.c-211-    {FCDNS_RJT_FPNAMENOTREG, "Fabric Port Name Not Regd."},
##############################################
wireshark-3.2.8/epan/dissectors/packet-fcels.c-511-static const value_string fc_els_rscn_addrfmt_val[] = {
wireshark-3.2.8/epan/dissectors/packet-fcels.c:512:    {0, "Port Addr (single N/L Port or service)"},
wireshark-3.2.8/epan/dissectors/packet-fcels.c-513-    {1, "Area Addr Group (area of E/L/N Port addresses)"},
##############################################
wireshark-3.2.8/epan/dissectors/packet-fddi.c-134-static void
wireshark-3.2.8/epan/dissectors/packet-fddi.c:135:swap_mac_addr(guint8 *swapped_addr, tvbuff_t *tvb, gint offset)
wireshark-3.2.8/epan/dissectors/packet-fddi.c-136-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-fddi.c-357-  if (bitswapped)
wireshark-3.2.8/epan/dissectors/packet-fddi.c:358:    swap_mac_addr(dst, tvb, FDDI_P_DHOST + FDDI_PADDING);
wireshark-3.2.8/epan/dissectors/packet-fddi.c-359-  else
wireshark-3.2.8/epan/dissectors/packet-fddi.c-360-    tvb_memcpy(tvb, dst, FDDI_P_DHOST + FDDI_PADDING, 6);
wireshark-3.2.8/epan/dissectors/packet-fddi.c:361:  swap_mac_addr(dst_swapped, tvb, FDDI_P_DHOST + FDDI_PADDING);
wireshark-3.2.8/epan/dissectors/packet-fddi.c-362-
##############################################
wireshark-3.2.8/epan/dissectors/packet-fddi.c-380-  if (bitswapped)
wireshark-3.2.8/epan/dissectors/packet-fddi.c:381:    swap_mac_addr(src, tvb, FDDI_P_SHOST + FDDI_PADDING);
wireshark-3.2.8/epan/dissectors/packet-fddi.c-382-  else
wireshark-3.2.8/epan/dissectors/packet-fddi.c-383-    tvb_memcpy(tvb, src, FDDI_P_SHOST + FDDI_PADDING, 6);
wireshark-3.2.8/epan/dissectors/packet-fddi.c:384:  swap_mac_addr(src_swapped, tvb, FDDI_P_SHOST + FDDI_PADDING);
wireshark-3.2.8/epan/dissectors/packet-fddi.c-385-
##############################################
wireshark-3.2.8/epan/dissectors/packet-ff.c-2393-static void
wireshark-3.2.8/epan/dissectors/packet-ff.c:2394:dissect_ff_msg_sm_id_rsp_h1_node_addr(tvbuff_t *tvb,
wireshark-3.2.8/epan/dissectors/packet-ff.c-2395-    gint offset, proto_tree *tree)
##############################################
wireshark-3.2.8/epan/dissectors/packet-ff.c-2418-static void
wireshark-3.2.8/epan/dissectors/packet-ff.c:2419:dissect_ff_msg_sm_id_rsp_entries_node_addr(tvbuff_t *tvb,
wireshark-3.2.8/epan/dissectors/packet-ff.c-2420-    gint offset, proto_tree *tree, guint32 value)
##############################################
wireshark-3.2.8/epan/dissectors/packet-ff.c-2432-    for (d = 0; d < value * 2; d++) {
wireshark-3.2.8/epan/dissectors/packet-ff.c:2433:        dissect_ff_msg_sm_id_rsp_h1_node_addr(tvb, offset, sub_tree);
wireshark-3.2.8/epan/dissectors/packet-ff.c-2434-        offset += 2;
##############################################
wireshark-3.2.8/epan/dissectors/packet-ff.c-2693-        if (LinkId) {
wireshark-3.2.8/epan/dissectors/packet-ff.c:2694:            dissect_ff_msg_sm_id_rsp_entries_node_addr(tvb,
wireshark-3.2.8/epan/dissectors/packet-ff.c-2695-                offset, sub_tree, NumOfEntriesInVerNumList);
##############################################
wireshark-3.2.8/epan/dissectors/packet-ff.c-3227-static void
wireshark-3.2.8/epan/dissectors/packet-ff.c:3228:dissect_ff_msg_sm_dev_annunc_req_h1_node_addr(tvbuff_t *tvb,
wireshark-3.2.8/epan/dissectors/packet-ff.c-3229-    gint offset, proto_tree *tree)
##############################################
wireshark-3.2.8/epan/dissectors/packet-ff.c-3253-static void
wireshark-3.2.8/epan/dissectors/packet-ff.c:3254:dissect_ff_msg_sm_dev_annunc_req_entries_node_addr(tvbuff_t *tvb,
wireshark-3.2.8/epan/dissectors/packet-ff.c-3255-    gint offset, proto_tree *tree, guint32 value)
##############################################
wireshark-3.2.8/epan/dissectors/packet-ff.c-3267-    for (d = 0; d < value * 2; d++) {
wireshark-3.2.8/epan/dissectors/packet-ff.c:3268:        dissect_ff_msg_sm_dev_annunc_req_h1_node_addr(tvb, offset, sub_tree);
wireshark-3.2.8/epan/dissectors/packet-ff.c-3269-        offset += 2;
##############################################
wireshark-3.2.8/epan/dissectors/packet-ff.c-3532-        if (LinkId) {
wireshark-3.2.8/epan/dissectors/packet-ff.c:3533:            dissect_ff_msg_sm_dev_annunc_req_entries_node_addr(tvb,
wireshark-3.2.8/epan/dissectors/packet-ff.c-3534-                offset, sub_tree, NumOfEntriesInVerNumList);
##############################################
wireshark-3.2.8/epan/dissectors/packet-gprscdr.c-1949-    ext_tree_pdp_pdn_type = proto_tree_add_subtree(tree, tvb, 0, length, ett_gprscdr_pdp_pdn_type, NULL, "pDPType");
wireshark-3.2.8/epan/dissectors/packet-gprscdr.c:1950:    offset = de_sm_pdp_addr(tvb, ext_tree_pdp_pdn_type, actx->pinfo, 0, length, NULL, 0);
wireshark-3.2.8/epan/dissectors/packet-gprscdr.c-1951-  }
##############################################
wireshark-3.2.8/epan/dissectors/packet-gsm_a_common.h-740-guint16 de_sm_pco(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len);
wireshark-3.2.8/epan/dissectors/packet-gsm_a_common.h:741:guint16 de_sm_pdp_addr(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string _U_, int string_len _U_);
wireshark-3.2.8/epan/dissectors/packet-gsm_a_common.h-742-WS_DLL_PUBLIC
##############################################
wireshark-3.2.8/epan/dissectors/packet-gsm_a_dtap.c-2305-static guint16
wireshark-3.2.8/epan/dissectors/packet-gsm_a_dtap.c:2306:de_sub_addr(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar **extracted_address)
wireshark-3.2.8/epan/dissectors/packet-gsm_a_dtap.c-2307-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-gsm_a_dtap.c-2393-static guint16
wireshark-3.2.8/epan/dissectors/packet-gsm_a_dtap.c:2394:de_cld_party_sub_addr(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len _U_)
wireshark-3.2.8/epan/dissectors/packet-gsm_a_dtap.c-2395-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-gsm_a_dtap.c-2397-
wireshark-3.2.8/epan/dissectors/packet-gsm_a_dtap.c:2398:    de_sub_addr(tvb, tree, pinfo, offset, len, &extr_addr);
wireshark-3.2.8/epan/dissectors/packet-gsm_a_dtap.c-2399-
##############################################
wireshark-3.2.8/epan/dissectors/packet-gsm_a_dtap.c-2425-static guint16
wireshark-3.2.8/epan/dissectors/packet-gsm_a_dtap.c:2426:de_clg_party_sub_addr(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len _U_)
wireshark-3.2.8/epan/dissectors/packet-gsm_a_dtap.c-2427-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-gsm_a_dtap.c-2429-
wireshark-3.2.8/epan/dissectors/packet-gsm_a_dtap.c:2430:    de_sub_addr(tvb, tree, pinfo, offset, len, &extr_addr);
wireshark-3.2.8/epan/dissectors/packet-gsm_a_dtap.c-2431-
##############################################
wireshark-3.2.8/epan/dissectors/packet-gsm_a_dtap.c-2636-static guint16
wireshark-3.2.8/epan/dissectors/packet-gsm_a_dtap.c:2637:de_conn_sub_addr(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string _U_, int string_len _U_)
wireshark-3.2.8/epan/dissectors/packet-gsm_a_dtap.c-2638-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-gsm_a_dtap.c-2640-
wireshark-3.2.8/epan/dissectors/packet-gsm_a_dtap.c:2641:    de_sub_addr(tvb, tree, pinfo, offset, len, &extr_addr);
wireshark-3.2.8/epan/dissectors/packet-gsm_a_dtap.c-2642-
##############################################
wireshark-3.2.8/epan/dissectors/packet-gsm_a_dtap.c-2889-static guint16
wireshark-3.2.8/epan/dissectors/packet-gsm_a_dtap.c:2890:de_red_party_sub_addr(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string, int string_len)
wireshark-3.2.8/epan/dissectors/packet-gsm_a_dtap.c-2891-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-gsm_a_dtap.c-2893-
wireshark-3.2.8/epan/dissectors/packet-gsm_a_dtap.c:2894:    de_sub_addr(tvb, tree, pinfo, offset, len, &extr_addr);
wireshark-3.2.8/epan/dissectors/packet-gsm_a_dtap.c-2895-
##############################################
wireshark-3.2.8/epan/dissectors/packet-gsm_a_gm.c-4822-guint16
wireshark-3.2.8/epan/dissectors/packet-gsm_a_gm.c:4823:de_sm_pdp_addr(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo, guint32 offset, guint len, gchar *add_string _U_, int string_len _U_)
wireshark-3.2.8/epan/dissectors/packet-gsm_a_gm.c-4824-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-gsm_a_rp.c-115-static guint16
wireshark-3.2.8/epan/dissectors/packet-gsm_a_rp.c:116:de_rp_orig_addr(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _U_, guint32 offset, guint len, gchar *add_string, int string_len)
wireshark-3.2.8/epan/dissectors/packet-gsm_a_rp.c-117-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-gsm_a_rp.c-124-static guint16
wireshark-3.2.8/epan/dissectors/packet-gsm_a_rp.c:125:de_rp_dest_addr(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _U_, guint32 offset, guint len, gchar *add_string, int string_len)
wireshark-3.2.8/epan/dissectors/packet-gsm_a_rp.c-126-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-gsm_map.c-6664-    proto_item_set_hidden(actx->created_item);
wireshark-3.2.8/epan/dissectors/packet-gsm_map.c:6665:    dis_field_addr(payload_tvb, actx->pinfo, tree, &tvb_offset, "SM-RP-SMEA");
wireshark-3.2.8/epan/dissectors/packet-gsm_map.c-6666-  }
##############################################
wireshark-3.2.8/epan/dissectors/packet-gsm_sms.c-585-void
wireshark-3.2.8/epan/dissectors/packet-gsm_sms.c:586:dis_field_addr(tvbuff_t *tvb, packet_info* pinfo, proto_tree *tree, guint32 *offset_p, const gchar *title)
wireshark-3.2.8/epan/dissectors/packet-gsm_sms.c-587-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-gsm_sms.c-682-/* 9.2.3.7 */
wireshark-3.2.8/epan/dissectors/packet-gsm_sms.c:683:/* use dis_field_addr() */
wireshark-3.2.8/epan/dissectors/packet-gsm_sms.c-684-
wireshark-3.2.8/epan/dissectors/packet-gsm_sms.c-685-/* 9.2.3.8 */
wireshark-3.2.8/epan/dissectors/packet-gsm_sms.c:686:/* use dis_field_addr() */
wireshark-3.2.8/epan/dissectors/packet-gsm_sms.c-687-
##############################################
wireshark-3.2.8/epan/dissectors/packet-gsm_sms.c-1212-/* 9.2.3.14 */
wireshark-3.2.8/epan/dissectors/packet-gsm_sms.c:1213:/* use dis_field_addr() */
wireshark-3.2.8/epan/dissectors/packet-gsm_sms.c-1214-
##############################################
wireshark-3.2.8/epan/dissectors/packet-gsm_sms.c-2313-
wireshark-3.2.8/epan/dissectors/packet-gsm_sms.c:2314:    dis_field_addr(tvb, pinfo, tree, &offset, "TP-Originating-Address");
wireshark-3.2.8/epan/dissectors/packet-gsm_sms.c-2315-
##############################################
wireshark-3.2.8/epan/dissectors/packet-gsm_sms.c-2495-
wireshark-3.2.8/epan/dissectors/packet-gsm_sms.c:2496:    dis_field_addr(tvb, pinfo, tree, &offset, "TP-Destination-Address");
wireshark-3.2.8/epan/dissectors/packet-gsm_sms.c-2497-
##############################################
wireshark-3.2.8/epan/dissectors/packet-gsm_sms.c-2667-
wireshark-3.2.8/epan/dissectors/packet-gsm_sms.c:2668:    dis_field_addr(tvb, pinfo, tree, &offset, "TP-Recipient-Address");
wireshark-3.2.8/epan/dissectors/packet-gsm_sms.c-2669-
##############################################
wireshark-3.2.8/epan/dissectors/packet-gsm_sms.c-2777-
wireshark-3.2.8/epan/dissectors/packet-gsm_sms.c:2778:    dis_field_addr(tvb, pinfo, tree, &offset, "TP-Destination-Address");
wireshark-3.2.8/epan/dissectors/packet-gsm_sms.c-2779-
##############################################
wireshark-3.2.8/epan/dissectors/packet-gsm_sms.h-34-
wireshark-3.2.8/epan/dissectors/packet-gsm_sms.h:35:void dis_field_addr(tvbuff_t *tvb, packet_info* pinfo, proto_tree *tree, guint32 *offset_p, const gchar *title);
wireshark-3.2.8/epan/dissectors/packet-gsm_sms.h-36-
##############################################
wireshark-3.2.8/epan/dissectors/packet-gtp.c-2538-static int decode_gtp_chrg_id(tvbuff_t * tvb, int offset, packet_info * pinfo, proto_tree * tree, session_args_t * args _U_);
wireshark-3.2.8/epan/dissectors/packet-gtp.c:2539:static int decode_gtp_user_addr(tvbuff_t * tvb, int offset, packet_info * pinfo, proto_tree * tree, session_args_t * args _U_);
wireshark-3.2.8/epan/dissectors/packet-gtp.c-2540-static int decode_gtp_mm_cntxt(tvbuff_t * tvb, int offset, packet_info * pinfo, proto_tree * tree, session_args_t * args _U_);
##############################################
wireshark-3.2.8/epan/dissectors/packet-gtp.c-2542-static int decode_gtp_apn(tvbuff_t * tvb, int offset, packet_info * pinfo, proto_tree * tree, session_args_t * args _U_);
wireshark-3.2.8/epan/dissectors/packet-gtp.c:2543:static int decode_gtp_gsn_addr(tvbuff_t * tvb, int offset, packet_info * pinfo, proto_tree * tree, session_args_t * args);
wireshark-3.2.8/epan/dissectors/packet-gtp.c-2544-static int decode_gtp_proto_conf(tvbuff_t * tvb, int offset, packet_info * pinfo, proto_tree * tree, session_args_t * args _U_);
##############################################
wireshark-3.2.8/epan/dissectors/packet-gtp.c-2631-
wireshark-3.2.8/epan/dissectors/packet-gtp.c:2632:static int decode_gtp_chrg_addr(tvbuff_t * tvb, int offset, packet_info * pinfo, proto_tree * tree, session_args_t * args _U_);
wireshark-3.2.8/epan/dissectors/packet-gtp.c-2633-static int decode_gtp_rel_pack(tvbuff_t * tvb, int offset, packet_info * pinfo, proto_tree * tree, session_args_t * args _U_);
##############################################
wireshark-3.2.8/epan/dissectors/packet-gtp.c-2636-static int decode_gtp_data_resp(tvbuff_t * tvb, int offset, packet_info * pinfo, proto_tree * tree, session_args_t * args _U_);
wireshark-3.2.8/epan/dissectors/packet-gtp.c:2637:static int decode_gtp_node_addr(tvbuff_t * tvb, int offset, packet_info * pinfo, proto_tree * tree, session_args_t * args _U_);
wireshark-3.2.8/epan/dissectors/packet-gtp.c-2638-static int decode_gtp_priv_ext(tvbuff_t * tvb, int offset, packet_info * pinfo, proto_tree * tree, session_args_t * args _U_);
##############################################
wireshark-3.2.8/epan/dissectors/packet-gtp.c-4771-static int
wireshark-3.2.8/epan/dissectors/packet-gtp.c:4772:decode_gtp_user_addr(tvbuff_t * tvb, int offset, packet_info * pinfo _U_, proto_tree * tree, session_args_t * args _U_)
wireshark-3.2.8/epan/dissectors/packet-gtp.c-4773-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-gtp.c-5913-static int
wireshark-3.2.8/epan/dissectors/packet-gtp.c:5914:decode_gtp_gsn_addr(tvbuff_t * tvb, int offset, packet_info * pinfo _U_, proto_tree * tree, session_args_t * args)
wireshark-3.2.8/epan/dissectors/packet-gtp.c-5915-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-gtp.c-6294-static int
wireshark-3.2.8/epan/dissectors/packet-gtp.c:6295:decode_gtp_chrg_addr(tvbuff_t * tvb, int offset, packet_info * pinfo _U_, proto_tree * tree, session_args_t * args _U_)
wireshark-3.2.8/epan/dissectors/packet-gtp.c-6296-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-gtp.c-8869-static int
wireshark-3.2.8/epan/dissectors/packet-gtp.c:8870:decode_gtp_node_addr(tvbuff_t * tvb, int offset, packet_info * pinfo _U_, proto_tree * tree, session_args_t * args _U_)
wireshark-3.2.8/epan/dissectors/packet-gtp.c-8871-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-h245.c-432-
wireshark-3.2.8/epan/dissectors/packet-h245.c:433:static void update_unicast_addr(unicast_addr_t *req_addr, unicast_addr_t *ack_addr)
wireshark-3.2.8/epan/dissectors/packet-h245.c-434-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-h245.c-11117-    if (olc_req) {
wireshark-3.2.8/epan/dissectors/packet-h245.c:11118:      update_unicast_addr(&olc_req->fwd_lc.media_addr, &upcoming_olc->fwd_lc.media_addr);
wireshark-3.2.8/epan/dissectors/packet-h245.c:11119:      update_unicast_addr(&olc_req->fwd_lc.media_control_addr, &upcoming_olc->fwd_lc.media_control_addr);
wireshark-3.2.8/epan/dissectors/packet-h245.c:11120:      update_unicast_addr(&olc_req->rev_lc.media_addr, &upcoming_olc->rev_lc.media_addr);
wireshark-3.2.8/epan/dissectors/packet-h245.c:11121:      update_unicast_addr(&olc_req->rev_lc.media_control_addr, &upcoming_olc->rev_lc.media_control_addr);
wireshark-3.2.8/epan/dissectors/packet-h245.c-11122-      h245_setup_channels(actx->pinfo, &olc_req->fwd_lc);
##############################################
wireshark-3.2.8/epan/dissectors/packet-hci_mon.c-190-
wireshark-3.2.8/epan/dissectors/packet-hci_mon.c:191:        offset = dissect_bd_addr(hf_bd_addr, pinfo, hci_mon_tree, tvb, offset, TRUE, bluetooth_data->interface_id, bluetooth_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-hci_mon.c-192-
##############################################
wireshark-3.2.8/epan/dissectors/packet-hiqnet.c-433-static void
wireshark-3.2.8/epan/dissectors/packet-hiqnet.c:434:hiqnet_display_vdobjectaddr(proto_tree *hiqnet_tree, int hf_hiqnet, tvbuff_t *tvb, gint offset) {
wireshark-3.2.8/epan/dissectors/packet-hiqnet.c-435-    proto_tree_add_bytes_format_value(hiqnet_tree, hf_hiqnet, tvb, offset, 4, NULL,
##############################################
wireshark-3.2.8/epan/dissectors/packet-hiqnet.c-697-        offset += 2;
wireshark-3.2.8/epan/dissectors/packet-hiqnet.c:698:        hiqnet_display_vdobjectaddr(hiqnet_header_tree, hf_hiqnet_sourceaddr, tvb, offset);
wireshark-3.2.8/epan/dissectors/packet-hiqnet.c-699-        offset += 4;
##############################################
wireshark-3.2.8/epan/dissectors/packet-hiqnet.c-703-        offset += 2;
wireshark-3.2.8/epan/dissectors/packet-hiqnet.c:704:        hiqnet_display_vdobjectaddr(hiqnet_header_tree, hf_hiqnet_destaddr, tvb, offset);
wireshark-3.2.8/epan/dissectors/packet-hiqnet.c-705-        offset += 4;
##############################################
wireshark-3.2.8/epan/dissectors/packet-hiqnet.c-791-                offset += 2;
wireshark-3.2.8/epan/dissectors/packet-hiqnet.c:792:                hiqnet_display_vdobjectaddr(hiqnet_payload_tree, hf_hiqnet_vdobject, tvb, offset);
wireshark-3.2.8/epan/dissectors/packet-hiqnet.c-793-                offset += 4;
##############################################
wireshark-3.2.8/epan/dissectors/packet-hiqnet.c-804-                offset += 2;
wireshark-3.2.8/epan/dissectors/packet-hiqnet.c:805:                hiqnet_display_vdobjectaddr(hiqnet_payload_tree, hf_hiqnet_vdobject, tvb, offset);
wireshark-3.2.8/epan/dissectors/packet-hiqnet.c-806-                offset += 4;
##############################################
wireshark-3.2.8/epan/dissectors/packet-hiqnet.c-966-                        hiqnet_payload_tree, tvb, offset, -1, ett_hiqnet, NULL, "Object");
wireshark-3.2.8/epan/dissectors/packet-hiqnet.c:967:                    hiqnet_display_vdobjectaddr(hiqnet_header_tree, hf_hiqnet_vdobject, tvb, offset);
wireshark-3.2.8/epan/dissectors/packet-hiqnet.c-968-                    offset += 4;
##############################################
wireshark-3.2.8/epan/dissectors/packet-icmp.c-417-/* Return true if the address is in the 224.0.0.0/4 network block */
wireshark-3.2.8/epan/dissectors/packet-icmp.c:418:#define is_a_multicast_addr(a)	in4_addr_is_multicast(a)
wireshark-3.2.8/epan/dissectors/packet-icmp.c-419-
wireshark-3.2.8/epan/dissectors/packet-icmp.c-420-/* Return true if the address is the 255.255.255.255 broadcast address */
wireshark-3.2.8/epan/dissectors/packet-icmp.c:421:#define is_a_broadcast_addr(a)	((a) == 0xffffffffU)
wireshark-3.2.8/epan/dissectors/packet-icmp.c-422-
##############################################
wireshark-3.2.8/epan/dissectors/packet-icmp.c-427-#define ADDR_IS_MULTICAST(addr) \
wireshark-3.2.8/epan/dissectors/packet-icmp.c:428:	(((addr)->type == AT_IPv4) && is_a_multicast_addr(pntoh32((addr)->data)))
wireshark-3.2.8/epan/dissectors/packet-icmp.c-429-
wireshark-3.2.8/epan/dissectors/packet-icmp.c-430-#define ADDR_IS_BROADCAST(addr) \
wireshark-3.2.8/epan/dissectors/packet-icmp.c:431:	(((addr)->type == AT_IPv4) && is_a_broadcast_addr(pntoh32((addr)->data)))
wireshark-3.2.8/epan/dissectors/packet-icmp.c-432-
##############################################
wireshark-3.2.8/epan/dissectors/packet-ieee80211.c-8796-static guint
wireshark-3.2.8/epan/dissectors/packet-ieee80211.c:8797:add_ff_current_ap_addr(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo _U_, int offset)
wireshark-3.2.8/epan/dissectors/packet-ieee80211.c-8798-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-ieee80211.c-9099-static guint
wireshark-3.2.8/epan/dissectors/packet-ieee80211.c:9100:add_ff_dst_mac_addr(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo _U_, int offset)
wireshark-3.2.8/epan/dissectors/packet-ieee80211.c-9101-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-ieee80211.c-9107-static guint
wireshark-3.2.8/epan/dissectors/packet-ieee80211.c:9108:add_ff_src_mac_addr(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo _U_, int offset)
wireshark-3.2.8/epan/dissectors/packet-ieee80211.c-9109-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-ieee80211.c-9115-static guint
wireshark-3.2.8/epan/dissectors/packet-ieee80211.c:9116:add_ff_req_ap_addr(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo _U_, int offset)
wireshark-3.2.8/epan/dissectors/packet-ieee80211.c-9117-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-ieee80211.c-9123-static guint
wireshark-3.2.8/epan/dissectors/packet-ieee80211.c:9124:add_ff_res_ap_addr(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo _U_, int offset)
wireshark-3.2.8/epan/dissectors/packet-ieee80211.c-9125-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-ieee80211.c-9792-    add_ff_dls_action_code(tree, tvb, pinfo, offset +  1);
wireshark-3.2.8/epan/dissectors/packet-ieee80211.c:9793:    add_ff_dst_mac_addr(tree, tvb, pinfo, offset +  2);
wireshark-3.2.8/epan/dissectors/packet-ieee80211.c:9794:    add_ff_src_mac_addr(tree, tvb, pinfo, offset +  8);
wireshark-3.2.8/epan/dissectors/packet-ieee80211.c-9795-    add_ff_cap_info(tree, tvb, pinfo, offset + 14);
##############################################
wireshark-3.2.8/epan/dissectors/packet-ieee80211.c-9801-    add_ff_status_code(tree, tvb, pinfo, offset +  2);
wireshark-3.2.8/epan/dissectors/packet-ieee80211.c:9802:    add_ff_dst_mac_addr(tree, tvb, pinfo, offset +  4);
wireshark-3.2.8/epan/dissectors/packet-ieee80211.c:9803:    add_ff_src_mac_addr(tree, tvb, pinfo, offset + 10);
wireshark-3.2.8/epan/dissectors/packet-ieee80211.c-9804-    if (!hf_ieee80211_ff_status_code) {
##############################################
wireshark-3.2.8/epan/dissectors/packet-ieee80211.c-9810-    add_ff_dls_action_code(tree, tvb, pinfo, offset +  1);
wireshark-3.2.8/epan/dissectors/packet-ieee80211.c:9811:    add_ff_dst_mac_addr(tree, tvb, pinfo, offset +  2);
wireshark-3.2.8/epan/dissectors/packet-ieee80211.c:9812:    add_ff_src_mac_addr(tree, tvb, pinfo, offset +  8);
wireshark-3.2.8/epan/dissectors/packet-ieee80211.c-9813-    add_ff_reason_code(tree, tvb, pinfo, offset + 14);
##############################################
wireshark-3.2.8/epan/dissectors/packet-ieee80211.c-9929-    offset += add_ff_dialog_token(tree, tvb, pinfo, offset);
wireshark-3.2.8/epan/dissectors/packet-ieee80211.c:9930:    offset += add_ff_req_ap_addr(tree, tvb, pinfo, offset);
wireshark-3.2.8/epan/dissectors/packet-ieee80211.c:9931:    offset += add_ff_res_ap_addr(tree, tvb, pinfo, offset);
wireshark-3.2.8/epan/dissectors/packet-ieee80211.c-9932-    break;
##############################################
wireshark-3.2.8/epan/dissectors/packet-ieee80211.c-22590-      add_ff_listen_ival(fixed_tree, tvb, pinfo, 2);
wireshark-3.2.8/epan/dissectors/packet-ieee80211.c:22591:      add_ff_current_ap_addr(fixed_tree, tvb, pinfo, 4);
wireshark-3.2.8/epan/dissectors/packet-ieee80211.c-22592-      offset = 10;  /* Size of fixed fields */
##############################################
wireshark-3.2.8/epan/dissectors/packet-ieee802154.c-2687-            dissect_ieee802154_gtsinfo(tvb, pinfo, ieee802154_tree, &offset);    /* GTS information fields */
wireshark-3.2.8/epan/dissectors/packet-ieee802154.c:2688:            dissect_ieee802154_pendaddr(tvb, pinfo, ieee802154_tree, &offset);   /* Pending address list */
wireshark-3.2.8/epan/dissectors/packet-ieee802154.c-2689-        }
##############################################
wireshark-3.2.8/epan/dissectors/packet-ieee802154.c-3794-void
wireshark-3.2.8/epan/dissectors/packet-ieee802154.c:3795:dissect_ieee802154_pendaddr(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, guint *offset)
wireshark-3.2.8/epan/dissectors/packet-ieee802154.c-3796-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-ieee802154.h-497-void dissect_ieee802154_gtsinfo         (tvbuff_t *, packet_info *, proto_tree *, guint *);
wireshark-3.2.8/epan/dissectors/packet-ieee802154.h:498:void dissect_ieee802154_pendaddr        (tvbuff_t *, packet_info *, proto_tree *, guint *);
wireshark-3.2.8/epan/dissectors/packet-ieee802154.h-499-void dissect_ieee802154_aux_sec_header_and_key(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, ieee802154_packet *packet, guint *offset);
##############################################
wireshark-3.2.8/epan/dissectors/packet-ipsec.c-643-/*
wireshark-3.2.8/epan/dissectors/packet-ipsec.c:644:   Name : static int get_full_ipv6_addr(char* ipv6_addr_expanded, char *ipv6_addr)
wireshark-3.2.8/epan/dissectors/packet-ipsec.c-645-   Description : Get the extended IPv6 Address of an IPv6 Address
##############################################
wireshark-3.2.8/epan/dissectors/packet-ipsec.c-656-static int
wireshark-3.2.8/epan/dissectors/packet-ipsec.c:657:get_full_ipv6_addr(char* ipv6_addr_expanded, char *ipv6_addr)
wireshark-3.2.8/epan/dissectors/packet-ipsec.c-658-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-ipsec.c-738-/*
wireshark-3.2.8/epan/dissectors/packet-ipsec.c:739:   Name : static gboolean get_full_ipv4_addr(char* ipv4_addr_expanded, char *ipv4_addr)
wireshark-3.2.8/epan/dissectors/packet-ipsec.c-740-   Description : Get the extended IPv4 Address of an IPv4 Address
##############################################
wireshark-3.2.8/epan/dissectors/packet-ipsec.c-752-static gboolean
wireshark-3.2.8/epan/dissectors/packet-ipsec.c:753:get_full_ipv4_addr(char* ipv4_address_expanded, char *ipv4_address)
wireshark-3.2.8/epan/dissectors/packet-ipsec.c-754-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-ipsec.c-909-  if (typ == IPSEC_SA_IPV4) {
wireshark-3.2.8/epan/dissectors/packet-ipsec.c:910:      if (!get_full_ipv4_addr(addr_hex, addr))
wireshark-3.2.8/epan/dissectors/packet-ipsec.c-911-          return FALSE;
wireshark-3.2.8/epan/dissectors/packet-ipsec.c:912:      if (!get_full_ipv4_addr(filter_hex, filter))
wireshark-3.2.8/epan/dissectors/packet-ipsec.c-913-          return FALSE;
wireshark-3.2.8/epan/dissectors/packet-ipsec.c-914-  } else {
wireshark-3.2.8/epan/dissectors/packet-ipsec.c:915:      if (get_full_ipv6_addr(addr_hex, addr))
wireshark-3.2.8/epan/dissectors/packet-ipsec.c-916-          return FALSE;
wireshark-3.2.8/epan/dissectors/packet-ipsec.c:917:      if (get_full_ipv6_addr(filter_hex, filter))
wireshark-3.2.8/epan/dissectors/packet-ipsec.c-918-          return FALSE;
##############################################
wireshark-3.2.8/epan/dissectors/packet-knxip.c-1976-*/
wireshark-3.2.8/epan/dissectors/packet-knxip.c:1977:static guint8 dissect_dib_knxaddr( tvbuff_t* tvb, packet_info* pinfo,
wireshark-3.2.8/epan/dissectors/packet-knxip.c-1978-  proto_item* dib_item, proto_tree* dib_tree, proto_item* length_item, guint8 length_ok,
##############################################
wireshark-3.2.8/epan/dissectors/packet-knxip.c-2295-      case KIP_DIB_KNX_ADDRESSES:
wireshark-3.2.8/epan/dissectors/packet-knxip.c:2296:        ok &= dissect_dib_knxaddr( tvb, pinfo, dib_item, dib_tree, length_item, length_ok, &offset, struct_len );
wireshark-3.2.8/epan/dissectors/packet-knxip.c-2297-        break;
##############################################
wireshark-3.2.8/epan/dissectors/packet-knxip_decrypt.c-247-// Read IP address
wireshark-3.2.8/epan/dissectors/packet-knxip_decrypt.c:248:static void read_ip_addr( guint8 result[ 4 ], const gchar* text )
wireshark-3.2.8/epan/dissectors/packet-knxip_decrypt.c-249-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-knxip_decrypt.c-691-                  {
wireshark-3.2.8/epan/dissectors/packet-knxip_decrypt.c:692:                    read_ip_addr( backbone_mca, value );
wireshark-3.2.8/epan/dissectors/packet-knxip_decrypt.c-693-                    backbone_mca_valid = 1;
##############################################
wireshark-3.2.8/epan/dissectors/packet-lwres.c-791-
wireshark-3.2.8/epan/dissectors/packet-lwres.c:792:static void dissect_getnamebyaddr(tvbuff_t* tvb, proto_tree* lwres_tree, int type)
wireshark-3.2.8/epan/dissectors/packet-lwres.c-793-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-lwres.c-934-            case LWRES_OPCODE_GETNAMEBYADDR:
wireshark-3.2.8/epan/dissectors/packet-lwres.c:935:                dissect_getnamebyaddr(tvb, lwres_tree, message_type);
wireshark-3.2.8/epan/dissectors/packet-lwres.c-936-            break;
##############################################
wireshark-3.2.8/epan/dissectors/packet-mactelnet.c-153-
wireshark-3.2.8/epan/dissectors/packet-mactelnet.c:154:        /* saddr(6) */
wireshark-3.2.8/epan/dissectors/packet-mactelnet.c-155-        proto_tree_add_item(mactelnet_tree, hf_mactelnet_source_mac, tvb, offset, 6, ENC_NA);
##############################################
wireshark-3.2.8/epan/dissectors/packet-mactelnet.c-157-
wireshark-3.2.8/epan/dissectors/packet-mactelnet.c:158:        /* dstaddr(6) */
wireshark-3.2.8/epan/dissectors/packet-mactelnet.c-159-        proto_tree_add_item(mactelnet_tree, hf_mactelnet_destination_mac, tvb, offset, 6, ENC_NA);
##############################################
wireshark-3.2.8/epan/dissectors/packet-mausb.c-647-
wireshark-3.2.8/epan/dissectors/packet-mausb.c:648:guint8 mausb_ep_handle_dev_addr(guint16 handle) {
wireshark-3.2.8/epan/dissectors/packet-mausb.c-649-    return (handle & MAUSB_EP_HANDLE_DEV_ADDR) >> MAUSB_EP_HANDLE_DEV_ADDR_OFFSET;
##############################################
wireshark-3.2.8/epan/dissectors/packet-mausb.c-1364-        usb_conv_info->bus_id = mausb_ep_handle_bus_num(header->handle);
wireshark-3.2.8/epan/dissectors/packet-mausb.c:1365:        usb_conv_info->device_address = mausb_ep_handle_dev_addr(header->handle);
wireshark-3.2.8/epan/dissectors/packet-mausb.c-1366-        usb_conv_info->direction = mausb_is_from_host(header);
##############################################
wireshark-3.2.8/epan/dissectors/packet-mausb.h-54-guint8 mausb_ep_handle_ep_num(guint16 handle);
wireshark-3.2.8/epan/dissectors/packet-mausb.h:55:guint8 mausb_ep_handle_dev_addr(guint16 handle);
wireshark-3.2.8/epan/dissectors/packet-mausb.h-56-guint8 mausb_ep_handle_bus_num(guint16 handle);
##############################################
wireshark-3.2.8/epan/dissectors/packet-mih.c-943-
wireshark-3.2.8/epan/dissectors/packet-mih.c:944:static gint16 dissect_ip_addr(tvbuff_t *tvb, gint16 offset, proto_tree *tlv_tree)
wireshark-3.2.8/epan/dissectors/packet-mih.c-945-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-mih.c-977-
wireshark-3.2.8/epan/dissectors/packet-mih.c:978:static gint16 dissect_link_addr(tvbuff_t *tvb, gint16 offset, proto_tree *tlv_tree )
wireshark-3.2.8/epan/dissectors/packet-mih.c-979-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-mih.c-1146-
wireshark-3.2.8/epan/dissectors/packet-mih.c:1147:static gint16 dissect_net_type_addr(tvbuff_t *tvb, gint16 offset, proto_tree *tlv_tree)
wireshark-3.2.8/epan/dissectors/packet-mih.c-1148-{
wireshark-3.2.8/epan/dissectors/packet-mih.c-1149-        offset = dissect_net_type(tvb, offset, tlv_tree);
wireshark-3.2.8/epan/dissectors/packet-mih.c:1150:        offset = dissect_link_addr(tvb, offset, tlv_tree);
wireshark-3.2.8/epan/dissectors/packet-mih.c-1151-        return (offset) ;
##############################################
wireshark-3.2.8/epan/dissectors/packet-mih.c-1187-                offset +=1;
wireshark-3.2.8/epan/dissectors/packet-mih.c:1188:                offset = dissect_link_addr(tvb, offset, tlv_tree);
wireshark-3.2.8/epan/dissectors/packet-mih.c-1189-                return (offset);
##############################################
wireshark-3.2.8/epan/dissectors/packet-mih.c-1199-        proto_tree_add_item(tlv_tree, hf_link_type, tvb, offset, 1, ENC_BIG_ENDIAN);
wireshark-3.2.8/epan/dissectors/packet-mih.c:1200:        next_offset = dissect_link_addr(tvb, offset+1, tlv_tree);
wireshark-3.2.8/epan/dissectors/packet-mih.c-1201-        return (next_offset);
##############################################
wireshark-3.2.8/epan/dissectors/packet-mih.c-1236-                case 2: subtree = proto_tree_add_subtree(tlv_tree, tvb, offset, 1, ett_ip_dhcp_server, NULL, "IP DHCP server");
wireshark-3.2.8/epan/dissectors/packet-mih.c:1237:                        offset = dissect_ip_addr(tvb, offset, subtree);
wireshark-3.2.8/epan/dissectors/packet-mih.c-1238-                        break;
##############################################
wireshark-3.2.8/epan/dissectors/packet-mih.c-1247-                case 2: subtree = proto_tree_add_subtree(tlv_tree, tvb, offset, 1, ett_fn_agent, NULL, "FN Agent");
wireshark-3.2.8/epan/dissectors/packet-mih.c:1248:                        offset = dissect_ip_addr(tvb, offset, subtree);
wireshark-3.2.8/epan/dissectors/packet-mih.c-1249-                        break;
##############################################
wireshark-3.2.8/epan/dissectors/packet-mih.c-1258-                case 2: subtree = proto_tree_add_subtree(tlv_tree, tvb, offset, 1, ett_access_router, NULL, "Access Router");
wireshark-3.2.8/epan/dissectors/packet-mih.c:1259:                        offset = dissect_ip_addr(tvb, offset, subtree);
wireshark-3.2.8/epan/dissectors/packet-mih.c-1260-                        break;
##############################################
wireshark-3.2.8/epan/dissectors/packet-mih.c-1271-                offset++;
wireshark-3.2.8/epan/dissectors/packet-mih.c:1272:                offset = dissect_link_addr(tvb, offset, tlv_tree);
wireshark-3.2.8/epan/dissectors/packet-mih.c-1273-                offset --;
##############################################
wireshark-3.2.8/epan/dissectors/packet-mih.c-1300-        guint8 len = 0;
wireshark-3.2.8/epan/dissectors/packet-mih.c:1301:        offset = dissect_link_addr(tvb, offset, tlv_tree);
wireshark-3.2.8/epan/dissectors/packet-mih.c-1302-        len = tvb_get_guint8(tvb, offset);
##############################################
wireshark-3.2.8/epan/dissectors/packet-mih.c-1331-        {
wireshark-3.2.8/epan/dissectors/packet-mih.c:1332:                offset = dissect_link_addr(tvb, offset+1, tlv_tree);
wireshark-3.2.8/epan/dissectors/packet-mih.c-1333-        }
##############################################
wireshark-3.2.8/epan/dissectors/packet-mih.c-1736-                        /*LINK ADDR*/
wireshark-3.2.8/epan/dissectors/packet-mih.c:1737:                        dissect_link_addr(tvb, offset, tlv_tree);
wireshark-3.2.8/epan/dissectors/packet-mih.c-1738-                        break;
##############################################
wireshark-3.2.8/epan/dissectors/packet-mih.c-1833-                        /*IP_ADDR*/
wireshark-3.2.8/epan/dissectors/packet-mih.c:1834:                        dissect_ip_addr(tvb, offset, tlv_tree);
wireshark-3.2.8/epan/dissectors/packet-mih.c-1835-                        break;
##############################################
wireshark-3.2.8/epan/dissectors/packet-msdp.c-369-/* Note: updates *offset */
wireshark-3.2.8/epan/dissectors/packet-msdp.c:370:static void add_notification_data_ipv4addr(tvbuff_t *tvb, proto_tree *tree, int *offset, int hf_addr)
wireshark-3.2.8/epan/dissectors/packet-msdp.c-371-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-msdp.c-451-                }
wireshark-3.2.8/epan/dissectors/packet-msdp.c:452:                add_notification_data_ipv4addr(tvb, tree, offset, hf_msdp_not_group_address);
wireshark-3.2.8/epan/dissectors/packet-msdp.c-453-                tlv_len -= 7;
##############################################
wireshark-3.2.8/epan/dissectors/packet-msdp.c-476-                        }
wireshark-3.2.8/epan/dissectors/packet-msdp.c:477:                        add_notification_data_ipv4addr(tvb, tree, offset, hf_msdp_not_rp_address);
wireshark-3.2.8/epan/dissectors/packet-msdp.c-478-                        tlv_len -= 7;
##############################################
wireshark-3.2.8/epan/dissectors/packet-msdp.c-489-                        }
wireshark-3.2.8/epan/dissectors/packet-msdp.c:490:                        add_notification_data_ipv4addr(tvb, tree, offset, hf_msdp_not_group_address);
wireshark-3.2.8/epan/dissectors/packet-msdp.c-491-                        tlv_len -= 7;
##############################################
wireshark-3.2.8/epan/dissectors/packet-msdp.c-500-                        }
wireshark-3.2.8/epan/dissectors/packet-msdp.c:501:                        add_notification_data_ipv4addr(tvb, tree, offset, hf_msdp_not_source_address);
wireshark-3.2.8/epan/dissectors/packet-msdp.c-502-                        tlv_len -= 7;
##############################################
wireshark-3.2.8/epan/dissectors/packet-nas_eps.c-3307-static guint16
wireshark-3.2.8/epan/dissectors/packet-nas_eps.c:3308:de_esm_pdn_addr(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _U_,
wireshark-3.2.8/epan/dissectors/packet-nas_eps.c-3309-                guint32 offset, guint len _U_,
##############################################
wireshark-3.2.8/epan/dissectors/packet-ndmp.c-1809-static int
wireshark-3.2.8/epan/dissectors/packet-ndmp.c:1810:dissect_ndmp_v4_tcp_addr(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, void* data _U_)
wireshark-3.2.8/epan/dissectors/packet-ndmp.c-1811-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-ndmp.c-1827-static int
wireshark-3.2.8/epan/dissectors/packet-ndmp.c:1828:dissect_ndmp_addr(tvbuff_t *tvb, int offset, packet_info *pinfo _U_,
wireshark-3.2.8/epan/dissectors/packet-ndmp.c-1829-		proto_tree *parent_tree)
##############################################
wireshark-3.2.8/epan/dissectors/packet-ndmp.c-1882-	/* ndmp addr */
wireshark-3.2.8/epan/dissectors/packet-ndmp.c:1883:	offset=dissect_ndmp_addr(tvb, offset, pinfo, tree);
wireshark-3.2.8/epan/dissectors/packet-ndmp.c-1884-	return offset;
##############################################
wireshark-3.2.8/epan/dissectors/packet-ndmp.c-1947-	/* ndmp addr */
wireshark-3.2.8/epan/dissectors/packet-ndmp.c:1948:	offset=dissect_ndmp_addr(tvb, offset, pinfo, tree);
wireshark-3.2.8/epan/dissectors/packet-ndmp.c-1949-
##############################################
wireshark-3.2.8/epan/dissectors/packet-ndmp.c-1985-	/* ndmp addr */
wireshark-3.2.8/epan/dissectors/packet-ndmp.c:1986:	offset=dissect_ndmp_addr(tvb, offset, pinfo, tree);
wireshark-3.2.8/epan/dissectors/packet-ndmp.c-1987-
##############################################
wireshark-3.2.8/epan/dissectors/packet-ndmp.c-2025-	/* ndmp addr */
wireshark-3.2.8/epan/dissectors/packet-ndmp.c:2026:	offset=dissect_ndmp_addr(tvb, offset, pinfo, tree);
wireshark-3.2.8/epan/dissectors/packet-ndmp.c-2027-
##############################################
wireshark-3.2.8/epan/dissectors/packet-ndmp.c-2596-		/* ndmp addr */
wireshark-3.2.8/epan/dissectors/packet-ndmp.c:2597:		offset=dissect_ndmp_addr(tvb, offset, pinfo, tree);
wireshark-3.2.8/epan/dissectors/packet-ndmp.c-2598-	}
##############################################
wireshark-3.2.8/epan/dissectors/packet-ndmp.c-2726-	/* ndmp addr */
wireshark-3.2.8/epan/dissectors/packet-ndmp.c:2727:	offset=dissect_ndmp_addr(tvb, offset, pinfo, tree);
wireshark-3.2.8/epan/dissectors/packet-ndmp.c-2728-
##############################################
wireshark-3.2.8/epan/dissectors/packet-netflow.c-4544-
wireshark-3.2.8/epan/dissectors/packet-netflow.c:4545:#define GOT_LOCAL_ADDR  (1 << 0)
wireshark-3.2.8/epan/dissectors/packet-netflow.c:4546:#define GOT_REMOTE_ADDR (1 << 1)
wireshark-3.2.8/epan/dissectors/packet-netflow.c-4547-#define GOT_LOCAL_PORT  (1 << 2)
##############################################
wireshark-3.2.8/epan/dissectors/packet-nfs.c-7771-static int
wireshark-3.2.8/epan/dissectors/packet-nfs.c:7772:dissect_nfs4_clientaddr(tvbuff_t *tvb, int offset, proto_tree *tree)
wireshark-3.2.8/epan/dissectors/packet-nfs.c-7773-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-nfs.c-7834-
wireshark-3.2.8/epan/dissectors/packet-nfs.c:7835:	offset = dissect_nfs4_clientaddr(tvb, offset, cb_location);
wireshark-3.2.8/epan/dissectors/packet-nfs.c-7836-	proto_item_set_len(fitem, offset - old_offset);
##############################################
wireshark-3.2.8/epan/dissectors/packet-nfs.c-8788-
wireshark-3.2.8/epan/dissectors/packet-nfs.c:8789:		offset = dissect_nfs4_clientaddr(tvb, offset, netaddr);
wireshark-3.2.8/epan/dissectors/packet-nfs.c-8790-		proto_item_set_len(fitem, offset - old_offset);
##############################################
wireshark-3.2.8/epan/dissectors/packet-nfs.c-9221-
wireshark-3.2.8/epan/dissectors/packet-nfs.c:9222:		offset = dissect_nfs4_clientaddr(tvb, offset, netaddr);
wireshark-3.2.8/epan/dissectors/packet-nfs.c-9223-		proto_item_set_len(fitem, offset - old_offset);
##############################################
wireshark-3.2.8/epan/dissectors/packet-nfs.c-9308-static int
wireshark-3.2.8/epan/dissectors/packet-nfs.c:9309:dissect_nfs4_deviceaddr(tvbuff_t *tvb, int offset, proto_tree *tree)
wireshark-3.2.8/epan/dissectors/packet-nfs.c-9310-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-nfs.c-10855-				 */
wireshark-3.2.8/epan/dissectors/packet-nfs.c:10856:				offset = dissect_nfs4_clientaddr(tvb, offset, newftree);
wireshark-3.2.8/epan/dissectors/packet-nfs.c-10857-			break;
##############################################
wireshark-3.2.8/epan/dissectors/packet-nfs.c-10922-		case NFS4_OP_GETDEVINFO:
wireshark-3.2.8/epan/dissectors/packet-nfs.c:10923:			offset = dissect_nfs4_deviceaddr(tvb, offset, newftree);
wireshark-3.2.8/epan/dissectors/packet-nfs.c-10924-			offset = dissect_nfs4_notification_bitmap(tvb, newftree, pinfo, offset);
##############################################
wireshark-3.2.8/epan/dissectors/packet-obex.c-2071-                            if (sub_parameter_length == 6) {
wireshark-3.2.8/epan/dissectors/packet-obex.c:2072:                                offset = dissect_bd_addr(hf_sender_bd_addr, pinfo, parameter_tree, tvb, offset, FALSE, obex_proto_data->interface_id, obex_proto_data->adapter_id, NULL);
wireshark-3.2.8/epan/dissectors/packet-obex.c-2073-                            } else {
##############################################
wireshark-3.2.8/epan/dissectors/packet-openflow_v1.c-44-static int hf_openflow_group_stats = -1;
wireshark-3.2.8/epan/dissectors/packet-openflow_v1.c:45:static int hf_openflow_ip_reasm = -1;
wireshark-3.2.8/epan/dissectors/packet-openflow_v1.c-46-static int hf_openflow_queue_stats = -1;
##############################################
wireshark-3.2.8/epan/dissectors/packet-openflow_v1.c-225-#define OFPC_GROUP_STATS  1<<3  /* Group statistics. */
wireshark-3.2.8/epan/dissectors/packet-openflow_v1.c:226:#define OFPC_IP_REASM     1<<5  /* Can reassemble IP fragments. */
wireshark-3.2.8/epan/dissectors/packet-openflow_v1.c-227-#define OFPC_QUEUE_STATS  1<<6  /* Queue statistics. */
##############################################
wireshark-3.2.8/epan/dissectors/packet-openflow_v4.c-223-static int hf_openflow_v4_switch_features_capabilities_group_stats = -1;
wireshark-3.2.8/epan/dissectors/packet-openflow_v4.c:224:static int hf_openflow_v4_switch_features_capabilities_ip_reasm = -1;
wireshark-3.2.8/epan/dissectors/packet-openflow_v4.c-225-static int hf_openflow_v4_switch_features_capabilities_queue_stats = -1;
##############################################
wireshark-3.2.8/epan/dissectors/packet-openflow_v4.c-1655-#define OFPC_GROUP_STATS   1<<3
wireshark-3.2.8/epan/dissectors/packet-openflow_v4.c:1656:#define OFPC_IP_REASM      1<<5
wireshark-3.2.8/epan/dissectors/packet-openflow_v4.c-1657-#define OFPC_QUEUE_STATS   1<<6
##############################################
wireshark-3.2.8/epan/dissectors/packet-openflow_v5.c-274-static int hf_openflow_v5_switch_features_capabilities_group_stats = -1;
wireshark-3.2.8/epan/dissectors/packet-openflow_v5.c:275:static int hf_openflow_v5_switch_features_capabilities_ip_reasm = -1;
wireshark-3.2.8/epan/dissectors/packet-openflow_v5.c-276-static int hf_openflow_v5_switch_features_capabilities_queue_stats = -1;
##############################################
wireshark-3.2.8/epan/dissectors/packet-openflow_v5.c-1915-#define OFPC_GROUP_STATS   1<<3
wireshark-3.2.8/epan/dissectors/packet-openflow_v5.c:1916:#define OFPC_IP_REASM      1<<5
wireshark-3.2.8/epan/dissectors/packet-openflow_v5.c-1917-#define OFPC_QUEUE_STATS   1<<6
##############################################
wireshark-3.2.8/epan/dissectors/packet-openflow_v6.c-284-static int hf_openflow_v6_switch_features_capabilities_group_stats = -1;
wireshark-3.2.8/epan/dissectors/packet-openflow_v6.c:285:static int hf_openflow_v6_switch_features_capabilities_ip_reasm = -1;
wireshark-3.2.8/epan/dissectors/packet-openflow_v6.c-286-static int hf_openflow_v6_switch_features_capabilities_queue_stats = -1;
##############################################
wireshark-3.2.8/epan/dissectors/packet-openflow_v6.c-2145-#define OFPC_GROUP_STATS      1<<3  /* Group statistics. */
wireshark-3.2.8/epan/dissectors/packet-openflow_v6.c:2146:#define OFPC_IP_REASM         1<<5  /* Can reassemble IP fragments. */
wireshark-3.2.8/epan/dissectors/packet-openflow_v6.c-2147-#define OFPC_QUEUE_STATS      1<<6  /* Queue statistics. */
##############################################
wireshark-3.2.8/epan/dissectors/packet-opensafety.c-80-
wireshark-3.2.8/epan/dissectors/packet-opensafety.c:81:#define OSS_FRAME_ADDR(f, offset)        (f[OSS_FRAME_POS_ADDR + offset] + ((guint8)((f[OSS_FRAME_POS_ADDR + offset + 1]) << 6) << 2))
wireshark-3.2.8/epan/dissectors/packet-opensafety.c-82-#define OSS_FRAME_ID(f, offset)          (f[OSS_FRAME_POS_ID + offset] & 0xFC )
##############################################
wireshark-3.2.8/epan/dissectors/packet-pim.c-281-static void
wireshark-3.2.8/epan/dissectors/packet-pim.c:282:dissect_pimv1_addr(tvbuff_t *tvb, int offset, proto_tree *pim_tree, int hf_ip) {
wireshark-3.2.8/epan/dissectors/packet-pim.c-283-
##############################################
wireshark-3.2.8/epan/dissectors/packet-pim.c-564-            for (j = 0; j < njoin; j++) {
wireshark-3.2.8/epan/dissectors/packet-pim.c:565:                dissect_pimv1_addr(tvb, off, subtree, hf_pim_join_ip4);
wireshark-3.2.8/epan/dissectors/packet-pim.c-566-                off += 6;
##############################################
wireshark-3.2.8/epan/dissectors/packet-pim.c-572-            for (j = 0; j < nprune; j++) {
wireshark-3.2.8/epan/dissectors/packet-pim.c:573:                dissect_pimv1_addr(tvb, off, subtree, hf_pim_prune_ip4);
wireshark-3.2.8/epan/dissectors/packet-pim.c-574-                off += 6;
##############################################
wireshark-3.2.8/epan/dissectors/packet-pim.c-627-static gboolean
wireshark-3.2.8/epan/dissectors/packet-pim.c:628:dissect_pim_addr(proto_tree* tree, tvbuff_t *tvb, int offset, enum pimv2_addrtype at,
wireshark-3.2.8/epan/dissectors/packet-pim.c-629-                 const char* label, proto_item** ret_item, int hf_ip4, int hf_ip6, int *advance) {
##############################################
wireshark-3.2.8/epan/dissectors/packet-pim.c-984-                    int advance;
wireshark-3.2.8/epan/dissectors/packet-pim.c:985:                    if (!dissect_pim_addr(sub_tree, tvb, i, pimv2_unicast, NULL, NULL,
wireshark-3.2.8/epan/dissectors/packet-pim.c-986-                                               hf_pim_address_list_ip4, hf_pim_address_list_ip6, &advance))
##############################################
wireshark-3.2.8/epan/dissectors/packet-pim.c-1083-
wireshark-3.2.8/epan/dissectors/packet-pim.c:1084:        if (!dissect_pim_addr(pimopt_tree, tvb, offset, pimv2_group, NULL, NULL,
wireshark-3.2.8/epan/dissectors/packet-pim.c-1085-                                    hf_pim_group_ip4, hf_pim_group_ip6, &advance))
##############################################
wireshark-3.2.8/epan/dissectors/packet-pim.c-1087-        offset += advance;
wireshark-3.2.8/epan/dissectors/packet-pim.c:1088:        if (!dissect_pim_addr(pimopt_tree, tvb, offset, pimv2_unicast, NULL, NULL,
wireshark-3.2.8/epan/dissectors/packet-pim.c-1089-                                    hf_pim_source_ip4, hf_pim_source_ip6, &advance))
##############################################
wireshark-3.2.8/epan/dissectors/packet-pim.c-1105-
wireshark-3.2.8/epan/dissectors/packet-pim.c:1106:        if (!dissect_pim_addr(pimopt_tree, tvb, offset, pimv2_unicast, NULL, NULL,
wireshark-3.2.8/epan/dissectors/packet-pim.c-1107-                                   hf_pim_upstream_neighbor_ip4, hf_pim_upstream_neighbor_ip6, &advance))
##############################################
wireshark-3.2.8/epan/dissectors/packet-pim.c-1123-        for (i = 0; i < ngroup; i++) {
wireshark-3.2.8/epan/dissectors/packet-pim.c:1124:            if (!dissect_pim_addr(pimopt_tree, tvb, offset, pimv2_group,
wireshark-3.2.8/epan/dissectors/packet-pim.c-1125-                                   wmem_strdup_printf(wmem_packet_scope(), "Group %d", i), &tigroup,
##############################################
wireshark-3.2.8/epan/dissectors/packet-pim.c-1138-            for (j = 0; j < njoin; j++) {
wireshark-3.2.8/epan/dissectors/packet-pim.c:1139:                if (!dissect_pim_addr(subtree, tvb, off, pimv2_source, NULL, NULL,
wireshark-3.2.8/epan/dissectors/packet-pim.c-1140-                                           hf_pim_join_ip4, hf_pim_join_ip6, &advance))
##############################################
wireshark-3.2.8/epan/dissectors/packet-pim.c-1149-            for (j = 0; j < nprune; j++) {
wireshark-3.2.8/epan/dissectors/packet-pim.c:1150:                if (!dissect_pim_addr(subtree, tvb, off, pimv2_source, NULL, NULL,
wireshark-3.2.8/epan/dissectors/packet-pim.c-1151-                                           hf_pim_prune_ip4, hf_pim_prune_ip6, &advance))
##############################################
wireshark-3.2.8/epan/dissectors/packet-pim.c-1178-
wireshark-3.2.8/epan/dissectors/packet-pim.c:1179:        if (!dissect_pim_addr(pimopt_tree, tvb, offset, pimv2_unicast, NULL, NULL,
wireshark-3.2.8/epan/dissectors/packet-pim.c-1180-                                    hf_pim_bsr_ip4, hf_pim_bsr_ip6, &advance))
##############################################
wireshark-3.2.8/epan/dissectors/packet-pim.c-1184-        for (i = 0; tvb_reported_length_remaining(tvb, offset) > 0; i++) {
wireshark-3.2.8/epan/dissectors/packet-pim.c:1185:            if (!dissect_pim_addr(pimopt_tree, tvb, offset, pimv2_group,
wireshark-3.2.8/epan/dissectors/packet-pim.c-1186-                                   wmem_strdup_printf(wmem_packet_scope(), "Group %d", i), &tigroup,
##############################################
wireshark-3.2.8/epan/dissectors/packet-pim.c-1199-            for (j = 0; j < frpcnt; j++) {
wireshark-3.2.8/epan/dissectors/packet-pim.c:1200:                if (!dissect_pim_addr(pimopt_tree, tvb, offset, pimv2_unicast,
wireshark-3.2.8/epan/dissectors/packet-pim.c-1201-                                       wmem_strdup_printf(wmem_packet_scope(), "RP %d", j), NULL,
##############################################
wireshark-3.2.8/epan/dissectors/packet-pim.c-1225-
wireshark-3.2.8/epan/dissectors/packet-pim.c:1226:        if (!dissect_pim_addr(pimopt_tree, tvb, offset, pimv2_group,
wireshark-3.2.8/epan/dissectors/packet-pim.c-1227-                                NULL, NULL,
##############################################
wireshark-3.2.8/epan/dissectors/packet-pim.c-1231-
wireshark-3.2.8/epan/dissectors/packet-pim.c:1232:        if (!dissect_pim_addr(pimopt_tree, tvb, offset, pimv2_unicast,
wireshark-3.2.8/epan/dissectors/packet-pim.c-1233-                                NULL, NULL,
##############################################
wireshark-3.2.8/epan/dissectors/packet-pim.c-1262-
wireshark-3.2.8/epan/dissectors/packet-pim.c:1263:        if (!dissect_pim_addr(pimopt_tree, tvb, offset, pimv2_unicast,
wireshark-3.2.8/epan/dissectors/packet-pim.c-1264-                                NULL, NULL,
##############################################
wireshark-3.2.8/epan/dissectors/packet-pim.c-1269-        for (i = 0; i < pfxcnt; i++) {
wireshark-3.2.8/epan/dissectors/packet-pim.c:1270:            if (!dissect_pim_addr(pimopt_tree, tvb, offset, pimv2_group,
wireshark-3.2.8/epan/dissectors/packet-pim.c-1271-                                   wmem_strdup_printf(wmem_packet_scope(), "Group %d", i), NULL,
##############################################
wireshark-3.2.8/epan/dissectors/packet-pim.c-1283-
wireshark-3.2.8/epan/dissectors/packet-pim.c:1284:        if (!dissect_pim_addr(pimopt_tree, tvb, offset, pimv2_group,
wireshark-3.2.8/epan/dissectors/packet-pim.c-1285-                                NULL, NULL,
##############################################
wireshark-3.2.8/epan/dissectors/packet-pim.c-1289-
wireshark-3.2.8/epan/dissectors/packet-pim.c:1290:        if (!dissect_pim_addr(pimopt_tree, tvb, offset, pimv2_unicast,
wireshark-3.2.8/epan/dissectors/packet-pim.c-1291-                                NULL, NULL,
##############################################
wireshark-3.2.8/epan/dissectors/packet-pim.c-1295-
wireshark-3.2.8/epan/dissectors/packet-pim.c:1296:        if (!dissect_pim_addr(pimopt_tree, tvb, offset, pimv2_unicast,
wireshark-3.2.8/epan/dissectors/packet-pim.c-1297-                                NULL, NULL,
##############################################
wireshark-3.2.8/epan/dissectors/packet-pim.c-1330-
wireshark-3.2.8/epan/dissectors/packet-pim.c:1331:        if (!dissect_pim_addr(pimopt_tree, tvb, offset, pimv2_unicast,
wireshark-3.2.8/epan/dissectors/packet-pim.c-1332-                                NULL, NULL,
##############################################
wireshark-3.2.8/epan/dissectors/packet-pim.c-1343-            case PIM_BDIR_DF_BACKOFF :
wireshark-3.2.8/epan/dissectors/packet-pim.c:1344:                if (!dissect_pim_addr(pimopt_tree, tvb, offset, pimv2_unicast,
wireshark-3.2.8/epan/dissectors/packet-pim.c-1345-                                    NULL, NULL,
##############################################
wireshark-3.2.8/epan/dissectors/packet-pim.c-1355-            case PIM_BDIR_DF_PASS:
wireshark-3.2.8/epan/dissectors/packet-pim.c:1356:                if (!dissect_pim_addr(pimopt_tree, tvb, offset, pimv2_unicast,
wireshark-3.2.8/epan/dissectors/packet-pim.c-1357-                                    NULL, NULL,
##############################################
wireshark-3.2.8/epan/dissectors/packet-pkixqualified.c-294-static int
wireshark-3.2.8/epan/dissectors/packet-pkixqualified.c:295:dissect_pkixqualified_XmppAddr(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
wireshark-3.2.8/epan/dissectors/packet-pkixqualified.c-296-  offset = dissect_ber_restricted_string(implicit_tag, BER_UNI_TAG_UTF8String,
##############################################
wireshark-3.2.8/epan/dissectors/packet-pkixqualified.c-350-  asn1_ctx_init(&asn1_ctx, ASN1_ENC_BER, TRUE, pinfo);
wireshark-3.2.8/epan/dissectors/packet-pkixqualified.c:351:  offset = dissect_pkixqualified_XmppAddr(FALSE, tvb, offset, &asn1_ctx, tree, hf_pkixqualified_XmppAddr_PDU);
wireshark-3.2.8/epan/dissectors/packet-pkixqualified.c-352-  return offset;
##############################################
wireshark-3.2.8/epan/dissectors/packet-ppp.c-3252-static int
wireshark-3.2.8/epan/dissectors/packet-ppp.c:3253:dissect_bcp_ncp_mac_addr(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void* data _U_)
wireshark-3.2.8/epan/dissectors/packet-ppp.c-3254-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-radius.c-1107-void
wireshark-3.2.8/epan/dissectors/packet-radius.c:1108:radius_ipaddr(radius_attr_info_t *a, proto_tree *tree, packet_info *pinfo _U_, tvbuff_t *tvb, int offset, int len, proto_item *avp_item)
wireshark-3.2.8/epan/dissectors/packet-radius.c-1109-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-radius.c-1121-void
wireshark-3.2.8/epan/dissectors/packet-radius.c:1122:radius_ipv6addr(radius_attr_info_t *a, proto_tree *tree, packet_info *pinfo _U_, tvbuff_t *tvb, int offset, int len, proto_item *avp_item)
wireshark-3.2.8/epan/dissectors/packet-radius.c-1123-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-rdt.c-51-
wireshark-3.2.8/epan/dissectors/packet-rdt.c:52:/* flags1: asm action packet */
wireshark-3.2.8/epan/dissectors/packet-rdt.c-53-static gint    hf_rdt_aact_flags                = -1;
##############################################
wireshark-3.2.8/epan/dissectors/packet-rdt.c-195-{
wireshark-3.2.8/epan/dissectors/packet-rdt.c:196:    { RDT_ASMACTIION_PACKET,             "Asm action"  },
wireshark-3.2.8/epan/dissectors/packet-rdt.c-197-    { RDT_BANDWIDTHREPORT_PACKET,        "Bandwidth report"  },
##############################################
wireshark-3.2.8/epan/dissectors/packet-rdt.c-486-
wireshark-3.2.8/epan/dissectors/packet-rdt.c:487:    /* Asm rule number */
wireshark-3.2.8/epan/dissectors/packet-rdt.c-488-    if (asm_rule_number == 63)
##############################################
wireshark-3.2.8/epan/dissectors/packet-rdt.c-1350-            {
wireshark-3.2.8/epan/dissectors/packet-rdt.c:1351:                "asm rule",
wireshark-3.2.8/epan/dissectors/packet-rdt.c-1352-                "rdt.asm-rule",
##############################################
wireshark-3.2.8/epan/dissectors/packet-rdt.c-1598-            {
wireshark-3.2.8/epan/dissectors/packet-rdt.c:1599:                "Asm rule expansion",
wireshark-3.2.8/epan/dissectors/packet-rdt.c-1600-                "rdt.asm-rule-expansion",
##############################################
wireshark-3.2.8/epan/dissectors/packet-reload.c-4563-    { &hf_reload_ipv4addr,
wireshark-3.2.8/epan/dissectors/packet-reload.c:4564:      { "addr (uint32)", "reload.ipv4addr",  FT_IPv4,
wireshark-3.2.8/epan/dissectors/packet-reload.c-4565-        BASE_NONE,  NULL, 0x0,  NULL, HFILL
##############################################
wireshark-3.2.8/epan/dissectors/packet-reload.c-4573-    { &hf_reload_ipv6addr,
wireshark-3.2.8/epan/dissectors/packet-reload.c:4574:      { "addr (uint128)", "reload.ipv6addr",  FT_IPv6,
wireshark-3.2.8/epan/dissectors/packet-reload.c-4575-        BASE_NONE,  NULL, 0x0,  NULL, HFILL
##############################################
wireshark-3.2.8/epan/dissectors/packet-rpcap.c-383-static gint
wireshark-3.2.8/epan/dissectors/packet-rpcap.c:384:dissect_rpcap_ifaddr (tvbuff_t *tvb, packet_info *pinfo,
wireshark-3.2.8/epan/dissectors/packet-rpcap.c-385-                      proto_tree *parent_tree, gint offset, int hf_id,
##############################################
wireshark-3.2.8/epan/dissectors/packet-rpcap.c-429-static gint
wireshark-3.2.8/epan/dissectors/packet-rpcap.c:430:dissect_rpcap_findalldevs_ifaddr (tvbuff_t *tvb, packet_info *pinfo _U_,
wireshark-3.2.8/epan/dissectors/packet-rpcap.c-431-                                  proto_tree *parent_tree, gint offset)
##############################################
wireshark-3.2.8/epan/dissectors/packet-rpcap.c-439-
wireshark-3.2.8/epan/dissectors/packet-rpcap.c:440:  offset = dissect_rpcap_ifaddr (tvb, pinfo, tree, offset, hf_if_addr, ti);
wireshark-3.2.8/epan/dissectors/packet-rpcap.c:441:  offset = dissect_rpcap_ifaddr (tvb, pinfo, tree, offset, hf_if_netmask, NULL);
wireshark-3.2.8/epan/dissectors/packet-rpcap.c:442:  offset = dissect_rpcap_ifaddr (tvb, pinfo, tree, offset, hf_if_broadaddr, NULL);
wireshark-3.2.8/epan/dissectors/packet-rpcap.c:443:  offset = dissect_rpcap_ifaddr (tvb, pinfo, tree, offset, hf_if_dstaddr, NULL);
wireshark-3.2.8/epan/dissectors/packet-rpcap.c-444-
##############################################
wireshark-3.2.8/epan/dissectors/packet-rpcap.c-493-  for (i = 0; i < naddr; i++) {
wireshark-3.2.8/epan/dissectors/packet-rpcap.c:494:    offset = dissect_rpcap_findalldevs_ifaddr (tvb, pinfo, tree, offset);
wireshark-3.2.8/epan/dissectors/packet-rpcap.c-495-    if (tvb_reported_length_remaining (tvb, offset) < 0) {
##############################################
wireshark-3.2.8/epan/dissectors/packet-rtcp.c-164-    { RTCP_SDES_PRIV,       "PRIV (private extensions)" },
wireshark-3.2.8/epan/dissectors/packet-rtcp.c:165:    { RTCP_SDES_H323_CADDR, "H323-CADDR (H.323 callable address)" },
wireshark-3.2.8/epan/dissectors/packet-rtcp.c-166-    { RTCP_SDES_APSI,       "Application Specific Identifier" },
##############################################
wireshark-3.2.8/epan/dissectors/packet-rtpproxy.c-465-static void
wireshark-3.2.8/epan/dissectors/packet-rtpproxy.c:466:rtpproxy_add_notify_addr(tvbuff_t *tvb, packet_info *pinfo, proto_tree *rtpproxy_tree, guint begin, guint end)
wireshark-3.2.8/epan/dissectors/packet-rtpproxy.c-467-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-rtpproxy.c-756-                    /* NotifyTag wasn't found (we should re-use Call-ID instead) */
wireshark-3.2.8/epan/dissectors/packet-rtpproxy.c:757:                    rtpproxy_add_notify_addr(tvb, pinfo, rtpproxy_tree, offset, realsize);
wireshark-3.2.8/epan/dissectors/packet-rtpproxy.c-758-                    break; /* No more parameters */
##############################################
wireshark-3.2.8/epan/dissectors/packet-rtpproxy.c-761-                /* NotifyTag was found */
wireshark-3.2.8/epan/dissectors/packet-rtpproxy.c:762:                rtpproxy_add_notify_addr(tvb, pinfo, rtpproxy_tree, offset, new_offset);
wireshark-3.2.8/epan/dissectors/packet-rtpproxy.c-763-                /* Skip whitespace */
##############################################
wireshark-3.2.8/epan/dissectors/packet-sip.c-1525-void
wireshark-3.2.8/epan/dissectors/packet-sip.c:1526:dfilter_store_sip_from_addr(tvbuff_t *tvb,proto_tree *tree,guint parameter_offset, guint parameter_len)
wireshark-3.2.8/epan/dissectors/packet-sip.c-1527-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-sip.h-40-
wireshark-3.2.8/epan/dissectors/packet-sip.h:41:extern void dfilter_store_sip_from_addr(tvbuff_t *tvb, proto_tree *tree,
wireshark-3.2.8/epan/dissectors/packet-sip.h-42-    guint parameter_offset, guint parameter_len);
##############################################
wireshark-3.2.8/epan/dissectors/packet-srt.c-318- * XXX To be added later to extract correct IPv4/IPv6 address from 16 bytes of data
wireshark-3.2.8/epan/dissectors/packet-srt.c:319: * static void srt_tree_add_ipaddr( proto_tree *tree, const int hf, tvbuff_t *tvb, gint offset)
wireshark-3.2.8/epan/dissectors/packet-srt.c-320- * {
##############################################
wireshark-3.2.8/epan/dissectors/packet-tibia.c-534-static void
wireshark-3.2.8/epan/dissectors/packet-tibia.c:535:register_gameserv_addr(struct tibia_convo *convo, guint32 ipaddr, guint16 port)
wireshark-3.2.8/epan/dissectors/packet-tibia.c-536-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-tibia.c-857-
wireshark-3.2.8/epan/dissectors/packet-tibia.c:858:                                register_gameserv_addr(convo, ipv4addr, port);
wireshark-3.2.8/epan/dissectors/packet-tibia.c-859-                            }
##############################################
wireshark-3.2.8/epan/dissectors/packet-tibia.c-897-
wireshark-3.2.8/epan/dissectors/packet-tibia.c:898:                                register_gameserv_addr(convo, ipv4addr, port);
wireshark-3.2.8/epan/dissectors/packet-tibia.c-899-                            }
##############################################
wireshark-3.2.8/epan/dissectors/packet-usb.c-4084-void
wireshark-3.2.8/epan/dissectors/packet-usb.c:4085:usb_set_addr(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, guint16 bus_id, guint16 device_address,
wireshark-3.2.8/epan/dissectors/packet-usb.c-4086-             int endpoint, gboolean req)
##############################################
wireshark-3.2.8/epan/dissectors/packet-usb.c-4993-        urb_type = mausb_is_from_host(ma_header) ? URB_SUBMIT : URB_COMPLETE;
wireshark-3.2.8/epan/dissectors/packet-usb.c:4994:        device_address = mausb_ep_handle_dev_addr(ma_header->handle);
wireshark-3.2.8/epan/dissectors/packet-usb.c-4995-        endpoint = mausb_ep_handle_ep_num(ma_header->handle);
##############################################
wireshark-3.2.8/epan/dissectors/packet-usb.c-5022-
wireshark-3.2.8/epan/dissectors/packet-usb.c:5023:    usb_set_addr(tree, tvb, pinfo, bus_id, device_address, endpoint,
wireshark-3.2.8/epan/dissectors/packet-usb.c-5024-                 (urb_type == URB_SUBMIT));
##############################################
wireshark-3.2.8/epan/dissectors/packet-usb.h-278-void
wireshark-3.2.8/epan/dissectors/packet-usb.h:279:usb_set_addr(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo, guint16 bus_id, guint16 device_address,
wireshark-3.2.8/epan/dissectors/packet-usb.h-280-             int endpoint, gboolean req);
##############################################
wireshark-3.2.8/epan/dissectors/packet-uts.c-80-static void
wireshark-3.2.8/epan/dissectors/packet-uts.c:81:set_addr(packet_info *pinfo _U_ , int field, gchar rid, gchar sid, gchar did)
wireshark-3.2.8/epan/dissectors/packet-uts.c-82-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-uts.c-130-				col_set_str(pinfo->cinfo, COL_INFO, "General Poll");
wireshark-3.2.8/epan/dissectors/packet-uts.c:131:				set_addr(pinfo, DST, rid, sid, did);
wireshark-3.2.8/epan/dissectors/packet-uts.c-132-			} else if (testchar(tvb, pinfo, offset, MATCH, DLE, NULL)	&&
##############################################
wireshark-3.2.8/epan/dissectors/packet-uts.c-137-					col_set_str(pinfo->cinfo, COL_INFO, "General Poll + ACK");
wireshark-3.2.8/epan/dissectors/packet-uts.c:138:					set_addr(pinfo, DST, rid, sid, did);
wireshark-3.2.8/epan/dissectors/packet-uts.c-139-				} else if (sid != GSID && did == GDID) {
wireshark-3.2.8/epan/dissectors/packet-uts.c-140-					col_set_str(pinfo->cinfo, COL_INFO, "Specific Poll + ACK");
wireshark-3.2.8/epan/dissectors/packet-uts.c:141:					set_addr(pinfo, DST, rid, sid, did);
wireshark-3.2.8/epan/dissectors/packet-uts.c-142-				} else if (sid != GSID && did != GDID) {
wireshark-3.2.8/epan/dissectors/packet-uts.c-143-					col_set_str(pinfo->cinfo, COL_INFO, "No Traffic + ACK");
wireshark-3.2.8/epan/dissectors/packet-uts.c:144:					set_addr(pinfo, SRC, rid, sid, did);
wireshark-3.2.8/epan/dissectors/packet-uts.c-145-				} else {
##############################################
wireshark-3.2.8/epan/dissectors/packet-uts.c-147-					if ((pinfo->pseudo_header->sita.sita_flags & SITA_FRAME_DIR) == SITA_FRAME_DIR_TXED) {
wireshark-3.2.8/epan/dissectors/packet-uts.c:148:						set_addr(pinfo, DST, rid, sid, did);	/* if the ACN sent it, the address is of the destination... the terminal */
wireshark-3.2.8/epan/dissectors/packet-uts.c-149-					} else {
wireshark-3.2.8/epan/dissectors/packet-uts.c:150:						set_addr(pinfo, SRC, rid, sid, did);	/* if the ACN received it, the address if of the source... the terminal */
wireshark-3.2.8/epan/dissectors/packet-uts.c-151-					}
##############################################
wireshark-3.2.8/epan/dissectors/packet-uts.c-158-				col_set_str(pinfo->cinfo, COL_INFO, "Retransmit Request");
wireshark-3.2.8/epan/dissectors/packet-uts.c:159:				set_addr(pinfo, DST, rid, sid, did);
wireshark-3.2.8/epan/dissectors/packet-uts.c-160-			} else if (testchar(tvb, pinfo, offset, MATCH, BEL, NULL)	&&
##############################################
wireshark-3.2.8/epan/dissectors/packet-uts.c-165-				col_set_str(pinfo->cinfo, COL_INFO, "Message Waiting");
wireshark-3.2.8/epan/dissectors/packet-uts.c:166:				set_addr(pinfo, DST, rid, sid, did);
wireshark-3.2.8/epan/dissectors/packet-uts.c-167-			} else if (testchar(tvb, pinfo, offset, MATCH, DLE, NULL)	&&
##############################################
wireshark-3.2.8/epan/dissectors/packet-uts.c-173-				col_set_str(pinfo->cinfo, COL_INFO, "Text + ACK");
wireshark-3.2.8/epan/dissectors/packet-uts.c:174:				set_addr(pinfo, SRC, rid, sid, did);
wireshark-3.2.8/epan/dissectors/packet-uts.c-175-			} else if (testchar(tvb, pinfo, offset, MATCH, STX, NULL)) {
##############################################
wireshark-3.2.8/epan/dissectors/packet-uts.c-179-				if ((pinfo->pseudo_header->sita.sita_flags & SITA_FRAME_DIR) == SITA_FRAME_DIR_TXED) {
wireshark-3.2.8/epan/dissectors/packet-uts.c:180:					set_addr(pinfo, DST, rid, sid, did);		/* if the ACN sent it, the address is of the destination... the terminal */
wireshark-3.2.8/epan/dissectors/packet-uts.c-181-				} else {
wireshark-3.2.8/epan/dissectors/packet-uts.c:182:					set_addr(pinfo, SRC, rid, sid, did);		/* if the ACN received it, the address if of the source... the terminal */
wireshark-3.2.8/epan/dissectors/packet-uts.c-183-				}
##############################################
wireshark-3.2.8/epan/dissectors/packet-uts.c-188-				col_set_str(pinfo->cinfo, COL_INFO, "Reply Request");
wireshark-3.2.8/epan/dissectors/packet-uts.c:189:				set_addr(pinfo, SRC, rid, sid, did);
wireshark-3.2.8/epan/dissectors/packet-uts.c-190-			} else if (testchar(tvb, pinfo, offset, MATCH, DLE, NULL)	&&
##############################################
wireshark-3.2.8/epan/dissectors/packet-uts.c-194-				col_set_str(pinfo->cinfo, COL_INFO, "Busy");
wireshark-3.2.8/epan/dissectors/packet-uts.c:195:				set_addr(pinfo, SRC, rid, sid, did);
wireshark-3.2.8/epan/dissectors/packet-uts.c-196-			} else if (testchar(tvb, pinfo, offset, MATCH, DLE, NULL)	&&
##############################################
wireshark-3.2.8/epan/dissectors/packet-uts.c-200-				col_set_str(pinfo->cinfo, COL_INFO, "Not Busy");
wireshark-3.2.8/epan/dissectors/packet-uts.c:201:				set_addr(pinfo, SRC, rid, sid, did);
wireshark-3.2.8/epan/dissectors/packet-uts.c-202-			} else if (testchar(tvb, pinfo, offset, MATCH, DLE, NULL)	&&
##############################################
wireshark-3.2.8/epan/dissectors/packet-uts.c-209-				col_set_str(pinfo->cinfo, COL_INFO, "Not Busy + ACK");
wireshark-3.2.8/epan/dissectors/packet-uts.c:210:				set_addr(pinfo, SRC, rid, sid, did);
wireshark-3.2.8/epan/dissectors/packet-uts.c-211-			} else if (testchar(tvb, pinfo, offset, MATCH, DLE, NULL)		&&
##############################################
wireshark-3.2.8/epan/dissectors/packet-uts.c-217-				col_add_fstr(pinfo->cinfo, COL_INFO, "Function Message '%c' + ACK", function_code);
wireshark-3.2.8/epan/dissectors/packet-uts.c:218:				set_addr(pinfo, SRC, rid, sid, did);
wireshark-3.2.8/epan/dissectors/packet-uts.c-219-			} else if (testchar(tvb, pinfo, offset, FETCH, 0, &function_code)	&&
##############################################
wireshark-3.2.8/epan/dissectors/packet-uts.c-222-				col_add_fstr(pinfo->cinfo, COL_INFO, "Function Message '%c'", function_code);
wireshark-3.2.8/epan/dissectors/packet-uts.c:223:				set_addr(pinfo, SRC, rid, sid, did);
wireshark-3.2.8/epan/dissectors/packet-uts.c-224-			}
##############################################
wireshark-3.2.8/epan/dissectors/packet-wifi-display.c-338-static void
wireshark-3.2.8/epan/dissectors/packet-wifi-display.c:339:dissect_wfd_subelem_alt_mac_addr(packet_info *pinfo, proto_tree *tree,
wireshark-3.2.8/epan/dissectors/packet-wifi-display.c-340-                                 tvbuff_t *tvb, int offset, int len)
##############################################
wireshark-3.2.8/epan/dissectors/packet-wifi-display.c-400-    case WFD_SUBELEM_ALT_MAC_ADDR:
wireshark-3.2.8/epan/dissectors/packet-wifi-display.c:401:      dissect_wfd_subelem_alt_mac_addr(pinfo, wfd_tree, tvb, offset, len);
wireshark-3.2.8/epan/dissectors/packet-wifi-display.c-402-      break;
##############################################
wireshark-3.2.8/epan/dissectors/packet-wifi-p2p.c-670-
wireshark-3.2.8/epan/dissectors/packet-wifi-p2p.c:671:static void dissect_intended_interface_addr(proto_item *tlv_root,
wireshark-3.2.8/epan/dissectors/packet-wifi-p2p.c-672-                                            proto_item *tlv_item,
##############################################
wireshark-3.2.8/epan/dissectors/packet-wifi-p2p.c-1108-    case P2P_ATTR_INTENDED_P2P_INTERFACE_ADDRESS:
wireshark-3.2.8/epan/dissectors/packet-wifi-p2p.c:1109:      dissect_intended_interface_addr(tlv_root, tlv_item, tvb, offset);
wireshark-3.2.8/epan/dissectors/packet-wifi-p2p.c-1110-      break;
##############################################
wireshark-3.2.8/epan/dissectors/packet-xip.c-242-static gint
wireshark-3.2.8/epan/dissectors/packet-xip.c:243:xia_test_addr(const struct xia_addr *addr)
wireshark-3.2.8/epan/dissectors/packet-xip.c-244-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-xip.c-358-
wireshark-3.2.8/epan/dissectors/packet-xip.c:359:	valid = xia_test_addr(src) >= 1;
wireshark-3.2.8/epan/dissectors/packet-xip.c-360-	if (!valid)
##############################################
wireshark-3.2.8/epan/dissectors/packet-zbee-zdp-discovery.c-33-void
wireshark-3.2.8/epan/dissectors/packet-zbee-zdp-discovery.c:34:dissect_zbee_zdp_req_nwk_addr(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
wireshark-3.2.8/epan/dissectors/packet-zbee-zdp-discovery.c-35-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-zbee-zdp-discovery.c-59-void
wireshark-3.2.8/epan/dissectors/packet-zbee-zdp-discovery.c:60:dissect_zbee_zdp_req_ext_addr(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
wireshark-3.2.8/epan/dissectors/packet-zbee-zdp-discovery.c-61-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-zbee-zdp-discovery.c-694-void
wireshark-3.2.8/epan/dissectors/packet-zbee-zdp-discovery.c:695:dissect_zbee_zdp_rsp_nwk_addr(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
wireshark-3.2.8/epan/dissectors/packet-zbee-zdp-discovery.c-696-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-zbee-zdp-discovery.c-743-void
wireshark-3.2.8/epan/dissectors/packet-zbee-zdp-discovery.c:744:dissect_zbee_zdp_rsp_ext_addr(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
wireshark-3.2.8/epan/dissectors/packet-zbee-zdp-discovery.c-745-{
##############################################
wireshark-3.2.8/epan/dissectors/packet-zbee-zdp.c-1057-        case ZBEE_ZDP_REQ_NWK_ADDR:
wireshark-3.2.8/epan/dissectors/packet-zbee-zdp.c:1058:            dissect_zbee_zdp_req_nwk_addr(zdp_tvb, pinfo, zdp_tree);
wireshark-3.2.8/epan/dissectors/packet-zbee-zdp.c-1059-            break;
wireshark-3.2.8/epan/dissectors/packet-zbee-zdp.c-1060-        case ZBEE_ZDP_REQ_IEEE_ADDR:
wireshark-3.2.8/epan/dissectors/packet-zbee-zdp.c:1061:            dissect_zbee_zdp_req_ext_addr(zdp_tvb, pinfo, zdp_tree);
wireshark-3.2.8/epan/dissectors/packet-zbee-zdp.c-1062-            break;
##############################################
wireshark-3.2.8/epan/dissectors/packet-zbee-zdp.c-1192-        case ZBEE_ZDP_RSP_NWK_ADDR:
wireshark-3.2.8/epan/dissectors/packet-zbee-zdp.c:1193:            dissect_zbee_zdp_rsp_nwk_addr(zdp_tvb, pinfo, zdp_tree);
wireshark-3.2.8/epan/dissectors/packet-zbee-zdp.c-1194-            break;
wireshark-3.2.8/epan/dissectors/packet-zbee-zdp.c-1195-        case ZBEE_ZDP_RSP_IEEE_ADDR:
wireshark-3.2.8/epan/dissectors/packet-zbee-zdp.c:1196:            dissect_zbee_zdp_rsp_ext_addr(zdp_tvb, pinfo, zdp_tree);
wireshark-3.2.8/epan/dissectors/packet-zbee-zdp.c-1197-            break;
##############################################
wireshark-3.2.8/epan/dissectors/packet-zbee-zdp.h-340-/* Message dissector routines. */
wireshark-3.2.8/epan/dissectors/packet-zbee-zdp.h:341:extern void dissect_zbee_zdp_req_nwk_addr               (tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
wireshark-3.2.8/epan/dissectors/packet-zbee-zdp.h:342:extern void dissect_zbee_zdp_req_ext_addr               (tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
wireshark-3.2.8/epan/dissectors/packet-zbee-zdp.h-343-extern void dissect_zbee_zdp_req_node_desc              (tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
##############################################
wireshark-3.2.8/epan/dissectors/packet-zbee-zdp.h-389-
wireshark-3.2.8/epan/dissectors/packet-zbee-zdp.h:390:extern void dissect_zbee_zdp_rsp_nwk_addr               (tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
wireshark-3.2.8/epan/dissectors/packet-zbee-zdp.h:391:extern void dissect_zbee_zdp_rsp_ext_addr               (tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
wireshark-3.2.8/epan/dissectors/packet-zbee-zdp.h-392-extern void dissect_zbee_zdp_rsp_node_desc              (tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, guint8 version);
##############################################
wireshark-3.2.8/epan/dissectors/pidl/witness/witness.cnf-83-static int
wireshark-3.2.8/epan/dissectors/pidl/witness/witness.cnf:84:witness_dissect_element_IPaddrInfoList_addr(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, dcerpc_info* di _U_, guint8 *drep _U_)
wireshark-3.2.8/epan/dissectors/pidl/witness/witness.cnf-85-{
##############################################
wireshark-3.2.8/epan/dissectors/pidl/witness/witness.cnf-117-	for (i = 0; i < num; i++) {
wireshark-3.2.8/epan/dissectors/pidl/witness/witness.cnf:118:		offset = witness_dissect_element_IPaddrInfoList_addr(tvb, offset, pinfo, tree, di, drep);
wireshark-3.2.8/epan/dissectors/pidl/witness/witness.cnf-119-	}
##############################################
wireshark-3.2.8/epan/ftypes/ftype-ipv4.c-53-
wireshark-3.2.8/epan/ftypes/ftype-ipv4.c:54:	if (!get_host_ipaddr(addr_str, &addr)) {
wireshark-3.2.8/epan/ftypes/ftype-ipv4.c-55-		if (err_msg != NULL) {
##############################################
wireshark-3.2.8/epan/maxmind_db.c-138-
wireshark-3.2.8/epan/maxmind_db.c:139:static const void *chunkify_v6_addr(const ws_in6_addr *addr) {
wireshark-3.2.8/epan/maxmind_db.c-140-    void *chunk_v6_bytes = (char *) wmem_map_lookup(mmdb_ipv6_chunk, addr->bytes);
##############################################
wireshark-3.2.8/epan/maxmind_db.c-644-        } else {
wireshark-3.2.8/epan/maxmind_db.c:645:            wmem_map_insert(mmdb_ipv6_map, chunkify_v6_addr(&response->ipv6_addr), mmdb_val);
wireshark-3.2.8/epan/maxmind_db.c-646-        }
##############################################
wireshark-3.2.8/epan/maxmind_db.c-678-        result = &mmdb_not_found;
wireshark-3.2.8/epan/maxmind_db.c:679:        wmem_map_insert(mmdb_ipv6_map, chunkify_v6_addr(addr), result);
wireshark-3.2.8/epan/maxmind_db.c-680-
##############################################
wireshark-3.2.8/epan/proto.h-178-#define DISSECTOR_ASSERT(expression)  \
wireshark-3.2.8/epan/proto.h:179:{ if(!(expression)) _asm { int 3}; }
wireshark-3.2.8/epan/proto.h-180-#endif
##############################################
wireshark-3.2.8/epan/sequence_analysis.h-59-    const char* name;  /**< Name of sequence analysis */
wireshark-3.2.8/epan/sequence_analysis.h:60:    gboolean    any_addr;    /**< any addr (DL+net) vs net-only */
wireshark-3.2.8/epan/sequence_analysis.h-61-    int         nconv;       /**< number of conversations in the list */
##############################################
wireshark-3.2.8/epan/wslua/wslua_address.c-36-
wireshark-3.2.8/epan/wslua/wslua_address.c:37:    if (! get_host_ipaddr(name, &ip_addr)) {
wireshark-3.2.8/epan/wslua/wslua_address.c-38-        ip_addr = 0;
##############################################
wireshark-3.2.8/manuf-935-00:03:65	KiraInfo	Kira Information & Communications, Ltd.
wireshark-3.2.8/manuf:936:00:03:66	ASMPacif	ASM Pacific Technology
wireshark-3.2.8/manuf-937-00:03:67	JasmineN	Jasmine Networks, Inc.
##############################################
wireshark-3.2.8/manuf-9471-00:24:10	NUETEQTe	NUETEQ Technology,Inc.
wireshark-3.2.8/manuf:9472:00:24:11	PharmaSm	PharmaSmart LLC
wireshark-3.2.8/manuf-9473-00:24:12	BenignTe	Benign Technologies Co, Ltd.
##############################################
wireshark-3.2.8/manuf-26864-70:B3:D5:22:20:00/36	Marioff	Marioff Corporation Oy
wireshark-3.2.8/manuf:26865:70:B3:D5:22:40:00/36	UrbanaSm	Urbana Smart Solutions Pte Ltd
wireshark-3.2.8/manuf-26866-70:B3:D5:22:50:00/36	RCDRadio	RCD Radiokomunikace
##############################################
wireshark-3.2.8/manuf-27574-70:B3:D5:51:A0:00/36	Shachiha	Shachihata Inc.
wireshark-3.2.8/manuf:27575:70:B3:D5:51:B0:00/36	VitreaSm	Vitrea Smart Home Technologies
wireshark-3.2.8/manuf-27576-70:B3:D5:51:C0:00/36	ATXNetwo	ATX Networks Corp
##############################################
wireshark-3.2.8/packaging/nsis/GetWindowsVersion.nsh-184-	Call GetWindowsVersion
wireshark-3.2.8/packaging/nsis/GetWindowsVersion.nsh:185:	Pop `${OUTPUT_VALUE}`
wireshark-3.2.8/packaging/nsis/GetWindowsVersion.nsh-186-!macroend
##############################################
wireshark-3.2.8/packaging/nsis/windeployqt-to-nsis.ps1-91-            if ($dir -and $dir -ne $currentDir) {
wireshark-3.2.8/packaging/nsis/windeployqt-to-nsis.ps1:92:                $nsisCommands += "SetOutPath `"`$INSTDIR\$dir`""
wireshark-3.2.8/packaging/nsis/windeployqt-to-nsis.ps1-93-                $currentDir = $dir
wireshark-3.2.8/packaging/nsis/windeployqt-to-nsis.ps1-94-            }
wireshark-3.2.8/packaging/nsis/windeployqt-to-nsis.ps1:95:            $nsisCommands += "File `"$basePath\$entry`""
wireshark-3.2.8/packaging/nsis/windeployqt-to-nsis.ps1-96-        }
##############################################
wireshark-3.2.8/packaging/nsis/x64.nsh-32-  Pop $_LOGICLIB_TEMP
wireshark-3.2.8/packaging/nsis/x64.nsh:33:  !insertmacro _!= $_LOGICLIB_TEMP 0 `${_t}` `${_f}`
wireshark-3.2.8/packaging/nsis/x64.nsh-34-!macroend
##############################################
wireshark-3.2.8/packaging/wix/windeployqt-to-wix.ps1-112-
wireshark-3.2.8/packaging/wix/windeployqt-to-wix.ps1:113:                    $currentDirList = $startDirList + "       <Directory Id=`"dir$dir`" Name=`"$dir`">
wireshark-3.2.8/packaging/wix/windeployqt-to-wix.ps1-114-    "
##############################################
wireshark-3.2.8/packaging/wix/windeployqt-to-wix.ps1-120-                $wix_name = $entry -replace "[\\|\.]", "_"
wireshark-3.2.8/packaging/wix/windeployqt-to-wix.ps1:121:                $currentDirList += "           <Component Id=`"cmp$wix_name`" Guid=`"*`">
wireshark-3.2.8/packaging/wix/windeployqt-to-wix.ps1:122:              <File Id=`"fil$wix_name`" KeyPath=`"yes`" Source=`"`$(var.Staging.Dir)\$entry`" />
wireshark-3.2.8/packaging/wix/windeployqt-to-wix.ps1-123-           </Component>
wireshark-3.2.8/packaging/wix/windeployqt-to-wix.ps1-124-"
wireshark-3.2.8/packaging/wix/windeployqt-to-wix.ps1:125:                $componentGroup += "         <ComponentRef Id=`"cmp$wix_name`" />
wireshark-3.2.8/packaging/wix/windeployqt-to-wix.ps1-126-"
##############################################
wireshark-3.2.8/packaging/wix/windeployqt-to-wix.ps1-128-
wireshark-3.2.8/packaging/wix/windeployqt-to-wix.ps1:129:               $dllList += "       <Component Id=`"cmp$entry`" Guid=`"*`">
wireshark-3.2.8/packaging/wix/windeployqt-to-wix.ps1:130:          <File Id=`"fil$entry`" KeyPath=`"yes`" Source=`"`$(var.Staging.Dir)\$entry`" />
wireshark-3.2.8/packaging/wix/windeployqt-to-wix.ps1-131-       </Component>
wireshark-3.2.8/packaging/wix/windeployqt-to-wix.ps1-132-"
wireshark-3.2.8/packaging/wix/windeployqt-to-wix.ps1:133:                $componentGroup += "         <ComponentRef Id=`"cmp$entry`" />
wireshark-3.2.8/packaging/wix/windeployqt-to-wix.ps1-134-"
##############################################
wireshark-3.2.8/packaging/wix/windeployqt-to-wix.ps1-157-        <Component Id=`"cmpQt5Core_dll`" Guid=`"*`">
wireshark-3.2.8/packaging/wix/windeployqt-to-wix.ps1:158:          <File Id=`"filQt5Core_dll`" KeyPath=`"yes`" Source=`"`$(var.WiresharkQt.Dir)\Qt5Core.dll`" />
wireshark-3.2.8/packaging/wix/windeployqt-to-wix.ps1-159-        </Component>
wireshark-3.2.8/packaging/wix/windeployqt-to-wix.ps1-160-        <Component Id=`"cmpQt5Gui_dll`" Guid=`"*`">
wireshark-3.2.8/packaging/wix/windeployqt-to-wix.ps1:161:          <File Id=`"filQt5Gui_dll`" KeyPath=`"yes`" Source=`"`$(var.WiresharkQt.Dir)\Qt5Gui.dll`" />
wireshark-3.2.8/packaging/wix/windeployqt-to-wix.ps1-162-        </Component>
wireshark-3.2.8/packaging/wix/windeployqt-to-wix.ps1-163-        <Component Id=`"cmpQt5Widgets_dll`" Guid=`"*`">
wireshark-3.2.8/packaging/wix/windeployqt-to-wix.ps1:164:          <File Id=`"filQt5Widgets_dll`" KeyPath=`"yes`" Source=`"`$(var.WiresharkQt.Dir)\Qt5Widgets.dll`" />
wireshark-3.2.8/packaging/wix/windeployqt-to-wix.ps1-165-        </Component>
wireshark-3.2.8/packaging/wix/windeployqt-to-wix.ps1-166-        <Component Id=`"cmpQt5PrintSupport_dll`" Guid=`"*`">
wireshark-3.2.8/packaging/wix/windeployqt-to-wix.ps1:167:          <File Id=`"filQt5PrintSupport_dll`" KeyPath=`"yes`" Source=`"`$(var.WiresharkQt.Dir)\Qt5PrintSupport.dll`" />
wireshark-3.2.8/packaging/wix/windeployqt-to-wix.ps1-168-        </Component>
wireshark-3.2.8/packaging/wix/windeployqt-to-wix.ps1-169-        <Component Id=`"cmpQwindows_dll`" Guid=`"*`">
wireshark-3.2.8/packaging/wix/windeployqt-to-wix.ps1:170:          <File Id=`"filQwindows_dll`" KeyPath=`"yes`" Source=`"`$(var.WiresharkQt.Dir)\platforms\qwindows.dll`" />
wireshark-3.2.8/packaging/wix/windeployqt-to-wix.ps1-171-        </Component>
##############################################
wireshark-3.2.8/plugins/epan/ethercat/packet-ams.h-245-#define IOERR_BADCARDNO                       (1 + ERR_IOERRS)
wireshark-3.2.8/plugins/epan/ethercat/packet-ams.h:246:#define IOERR_INVALIDCARDADDR                 (2 + ERR_IOERRS)
wireshark-3.2.8/plugins/epan/ethercat/packet-ams.h-247-#define IOERR_CDLLISTFULL                     (3 + ERR_IOERRS)
##############################################
wireshark-3.2.8/plugins/epan/ethercat/packet-ams.h-308-#define IOERR_UNEXPECTEDBOXCOUNT              (64 + ERR_IOERRS)
wireshark-3.2.8/plugins/epan/ethercat/packet-ams.h:309:#define IOERR_C1200CHECKADDR                  (65 + ERR_IOERRS)
wireshark-3.2.8/plugins/epan/ethercat/packet-ams.h-310-#define IOERR_C1200INTENSITYTEST              (66 + ERR_IOERRS)
##############################################
wireshark-3.2.8/plugins/epan/ethercat/packet-ams.h-324-#define IOERR_PLCINTERFACE_RESET              (80 + ERR_IOERRS)
wireshark-3.2.8/plugins/epan/ethercat/packet-ams.h:325:#define IOERR_CP5412A2INVALIDADDR             (81 + ERR_IOERRS)
wireshark-3.2.8/plugins/epan/ethercat/packet-ams.h-326-#define IOERR_CP5412A2INVALIDPORT             (82 + ERR_IOERRS)
##############################################
wireshark-3.2.8/plugins/epan/ethercat/packet-ams.h-574-
wireshark-3.2.8/plugins/epan/ethercat/packet-ams.h:575:#define NCERR_UNKNOWNPLCTONCADDR  (0x0020 + ERR_NCR0MANERRS)
wireshark-3.2.8/plugins/epan/ethercat/packet-ams.h:576:#define NCERR_UNKNOWNNCTOPLCADDR  (0x0021 + ERR_NCR0MANERRS)
wireshark-3.2.8/plugins/epan/ethercat/packet-ams.h:577:#define NCERR_UNKNOWNENCINADDR    (0x0022 + ERR_NCR0MANERRS)
wireshark-3.2.8/plugins/epan/ethercat/packet-ams.h:578:#define NCERR_UNKNOWNENCOUTADDR   (0x0023 + ERR_NCR0MANERRS)
wireshark-3.2.8/plugins/epan/ethercat/packet-ams.h:579:#define NCERR_UNKNOWNDRIVEINADDR  (0x0024 + ERR_NCR0MANERRS)
wireshark-3.2.8/plugins/epan/ethercat/packet-ams.h:580:#define NCERR_UNKNOWNDRIVEOUTADDR (0x0025 + ERR_NCR0MANERRS)
wireshark-3.2.8/plugins/epan/ethercat/packet-ams.h-581-
##############################################
wireshark-3.2.8/plugins/epan/ethercat/packet-ams.h-631-#define NCCHNERR_MFUNCINDEX        (0x0042 + ERR_NCCHNERRS)
wireshark-3.2.8/plugins/epan/ethercat/packet-ams.h:632:#define NCCHNERR_EXTENDEDADDR      (0x0043 + ERR_NCCHNERRS)
wireshark-3.2.8/plugins/epan/ethercat/packet-ams.h-633-#define NCCHNERR_INTERNALINDEXH    (0x0044 + ERR_NCCHNERRS)
##############################################
wireshark-3.2.8/plugins/epan/ethercat/packet-ams.h-910-#define ADSERR_CLIENT_PORTNOTOPEN    (0x748)
wireshark-3.2.8/plugins/epan/ethercat/packet-ams.h:911:#define ADSERR_CLIENT_NOAMSADDR      (0x749)
wireshark-3.2.8/plugins/epan/ethercat/packet-ams.h-912-#define ADSERR_CLIENT_SYNCINTERNAL   (0x750)
##############################################
wireshark-3.2.8/plugins/epan/ethercat/packet-ethercat-datagram.c-2441-         { &hf_ecat_reg_physaddr,
wireshark-3.2.8/plugins/epan/ethercat/packet-ethercat-datagram.c:2442:           {"Phys Addr (0x10)", "ecat.reg.physaddr",
wireshark-3.2.8/plugins/epan/ethercat/packet-ethercat-datagram.c-2443-           FT_UINT16, BASE_HEX, NULL, 0, NULL, HFILL }
##############################################
wireshark-3.2.8/plugins/epan/profinet/packet-dcom-cba-acco.c-630-
wireshark-3.2.8/plugins/epan/profinet/packet-dcom-cba-acco.c:631:    if (!get_host_ipaddr(ip_str, &ip)) {
wireshark-3.2.8/plugins/epan/profinet/packet-dcom-cba-acco.c-632-        g_free(ip_str);
##############################################
wireshark-3.2.8/plugins/epan/wimax/msg_dlmap.c-871-		calculated_crc = wimax_mac_calc_crc16(tvb_get_ptr(tvb, 0, BIT_TO_BYTE(bit)), BIT_TO_BYTE(bit));
wireshark-3.2.8/plugins/epan/wimax/msg_dlmap.c:872:		proto_tree_add_checksum(tree, tvb, BIT_ADDR(bit), hf_crc16, hf_crc16_status, &ei_crc16, pinfo, calculated_crc,
wireshark-3.2.8/plugins/epan/wimax/msg_dlmap.c-873-									ENC_BIG_ENDIAN, PROTO_CHECKSUM_VERIFY);
##############################################
wireshark-3.2.8/plugins/epan/wimax/msg_dlmap.c-935-		calculated_crc = wimax_mac_calc_crc16(tvb_get_ptr(tvb, 0, BIT_TO_BYTE(bit)), BIT_TO_BYTE(bit));
wireshark-3.2.8/plugins/epan/wimax/msg_dlmap.c:936:		proto_tree_add_checksum(tree, tvb, BIT_ADDR(bit), hf_crc16, hf_crc16_status, &ei_crc16, pinfo, calculated_crc,
wireshark-3.2.8/plugins/epan/wimax/msg_dlmap.c-937-									ENC_BIG_ENDIAN, PROTO_CHECKSUM_VERIFY);
##############################################
wireshark-3.2.8/plugins/epan/wimax/msg_dlmap.c-996-		calculated_crc = wimax_mac_calc_crc16(tvb_get_ptr(tvb, 0, BIT_TO_BYTE(bit)), BIT_TO_BYTE(bit));
wireshark-3.2.8/plugins/epan/wimax/msg_dlmap.c:997:		proto_tree_add_checksum(tree, tvb, BIT_ADDR(bit), hf_crc16, hf_crc16_status, &ei_crc16, pinfo, calculated_crc,
wireshark-3.2.8/plugins/epan/wimax/msg_dlmap.c-998-									ENC_BIG_ENDIAN, PROTO_CHECKSUM_VERIFY);
##############################################
wireshark-3.2.8/plugins/epan/wimax/msg_dlmap.c-1050-		calculated_crc = wimax_mac_calc_crc16(tvb_get_ptr(tvb, 0, BIT_TO_BYTE(bit)), BIT_TO_BYTE(bit));
wireshark-3.2.8/plugins/epan/wimax/msg_dlmap.c:1051:		proto_tree_add_checksum(tree, tvb, BIT_ADDR(bit), hf_crc16, hf_crc16_status, &ei_crc16, pinfo, calculated_crc,
wireshark-3.2.8/plugins/epan/wimax/msg_dlmap.c-1052-									ENC_BIG_ENDIAN, PROTO_CHECKSUM_VERIFY);
##############################################
wireshark-3.2.8/plugins/epan/wimax/msg_dlmap.c-1105-		calculated_crc = wimax_mac_calc_crc16(tvb_get_ptr(tvb, 0, BIT_TO_BYTE(bit)), BIT_TO_BYTE(bit));
wireshark-3.2.8/plugins/epan/wimax/msg_dlmap.c:1106:		proto_tree_add_checksum(tree, tvb, BIT_ADDR(bit), hf_crc16, hf_crc16_status, &ei_crc16, pinfo, calculated_crc,
wireshark-3.2.8/plugins/epan/wimax/msg_dlmap.c-1107-									ENC_BIG_ENDIAN, PROTO_CHECKSUM_VERIFY);
##############################################
wireshark-3.2.8/plugins/epan/wimax/msg_dlmap.c-1158-		calculated_crc = wimax_mac_calc_crc16(tvb_get_ptr(tvb, 0, BIT_TO_BYTE(bit)), BIT_TO_BYTE(bit));
wireshark-3.2.8/plugins/epan/wimax/msg_dlmap.c:1159:		proto_tree_add_checksum(tree, tvb, BIT_ADDR(bit), hf_crc16, hf_crc16_status, &ei_crc16, pinfo, calculated_crc,
wireshark-3.2.8/plugins/epan/wimax/msg_dlmap.c-1160-									ENC_BIG_ENDIAN, PROTO_CHECKSUM_VERIFY);
##############################################
wireshark-3.2.8/plugins/epan/wimax/msg_dlmap.c-2370-		/* Replace the text of items to set the correct length in bytes.*/
wireshark-3.2.8/plugins/epan/wimax/msg_dlmap.c:2371:		proto_item_set_text(ti, "Compressed DL-MAP (%u bytes)", NIB_ADDR(nib));
wireshark-3.2.8/plugins/epan/wimax/msg_dlmap.c:2372:		proto_item_set_text(ti_dlmap_ies, "DL-MAP IEs (%u bytes)",NIB_ADDR(nib)- offset);
wireshark-3.2.8/plugins/epan/wimax/msg_dlmap.c-2373-
wireshark-3.2.8/plugins/epan/wimax/msg_dlmap.c-2374-		/* set the length of items */
wireshark-3.2.8/plugins/epan/wimax/msg_dlmap.c:2375:		proto_item_set_end(ti_dlmap_ies, tvb, NIB_ADDR(nib));
wireshark-3.2.8/plugins/epan/wimax/msg_dlmap.c:2376:		proto_item_set_end(ti, tvb, NIB_ADDR(nib));
wireshark-3.2.8/plugins/epan/wimax/msg_dlmap.c-2377-
##############################################
wireshark-3.2.8/plugins/epan/wimax/msg_dlmap.c-2595-	calculated_crc = wimax_mac_calc_crc16(tvb_get_ptr(tvb, 0, BIT_TO_BYTE(bit)), BIT_TO_BYTE(bit));
wireshark-3.2.8/plugins/epan/wimax/msg_dlmap.c:2596:	proto_tree_add_checksum(tree, tvb, BIT_ADDR(bit), hf_crc16, hf_crc16_status, &ei_crc16, pinfo, calculated_crc,
wireshark-3.2.8/plugins/epan/wimax/msg_dlmap.c-2597-								ENC_BIG_ENDIAN, PROTO_CHECKSUM_VERIFY);
##############################################
wireshark-3.2.8/plugins/epan/wimax/msg_ulmap.c-2095-    /* display MAC UL-MAP */
wireshark-3.2.8/plugins/epan/wimax/msg_ulmap.c:2096:    ti = proto_tree_add_protocol_format(base_tree, proto_mac_mgmt_msg_ulmap_decoder, tvb, NIBHI(offset,length-offset), "Compressed UL-MAP (%u bytes)", NIB_ADDR(length-offset));
wireshark-3.2.8/plugins/epan/wimax/msg_ulmap.c-2097-    tree = proto_item_add_subtree(ti, ett_306);
##############################################
wireshark-3.2.8/plugins/epan/wimax/msg_ulmap.c-2109-
wireshark-3.2.8/plugins/epan/wimax/msg_ulmap.c:2110:    ie_tree = proto_tree_add_subtree_format(tree, tvb, NIBHI(nib,length-nib), ett_306_ul, NULL, "UL-MAP IEs (%u bytes)", NIB_ADDR(length-nib));
wireshark-3.2.8/plugins/epan/wimax/msg_ulmap.c-2111-    while (nib < length-1) {
##############################################
wireshark-3.2.8/plugins/epan/wimax/wimax_bits.h-75-/* to highlight nibfields correctly in wireshark
wireshark-3.2.8/plugins/epan/wimax/wimax_bits.h:76: * AddItem(..., WSADDR(buf,bit), WSLEN(bit), ...) */
wireshark-3.2.8/plugins/epan/wimax/wimax_bits.h-77-
wireshark-3.2.8/plugins/epan/wimax/wimax_bits.h-78-/* determine starting byte to highlight a series of nibbles */
wireshark-3.2.8/plugins/epan/wimax/wimax_bits.h:79:#define NIB_ADDR(nib) ((nib)/2)
wireshark-3.2.8/plugins/epan/wimax/wimax_bits.h-80-/* determine number of bytes to highlight a series of nibbles */
##############################################
wireshark-3.2.8/plugins/epan/wimax/wimax_bits.h-82-
wireshark-3.2.8/plugins/epan/wimax/wimax_bits.h:83:#define NIBHI(nib,len)  NIB_ADDR(nib),NIB_LEN(nib,len)
wireshark-3.2.8/plugins/epan/wimax/wimax_bits.h-84-
##############################################
wireshark-3.2.8/plugins/epan/wimax/wimax_bits.h-93-/* find the byte-address for the bitfield */
wireshark-3.2.8/plugins/epan/wimax/wimax_bits.h:94:#define ADDR(bit)   ((bit) / 8)
wireshark-3.2.8/plugins/epan/wimax/wimax_bits.h-95-#define ADDR16(bit) ((bit) / 8)
##############################################
wireshark-3.2.8/plugins/epan/wimax/wimax_bits.h-124-#define TVB_BIT_BIT(bit, tvb) \
wireshark-3.2.8/plugins/epan/wimax/wimax_bits.h:125:    (( tvb_get_guint8(tvb, ADDR(bit)) >> SHIFT(bit,1) ) & 0x1)
wireshark-3.2.8/plugins/epan/wimax/wimax_bits.h-126-
##############################################
wireshark-3.2.8/plugins/epan/wimax/wimax_bits.h-164-/* to highlight bitfields correctly in wireshark
wireshark-3.2.8/plugins/epan/wimax/wimax_bits.h:165: * AddItem(..., WSADDR(buf,bit), WSLEN(bit), ...) */
wireshark-3.2.8/plugins/epan/wimax/wimax_bits.h-166-
wireshark-3.2.8/plugins/epan/wimax/wimax_bits.h-167-/* determine starting byte to highlight a series of nibbles */
wireshark-3.2.8/plugins/epan/wimax/wimax_bits.h:168:#define BIT_ADDR(bit) (ADDR(bit))
wireshark-3.2.8/plugins/epan/wimax/wimax_bits.h-169-/* determine number of bytes to highlight */
##############################################
wireshark-3.2.8/plugins/epan/wimax/wimax_bits.h-171-
wireshark-3.2.8/plugins/epan/wimax/wimax_bits.h:172:#define BITHI(bit,len)  BIT_ADDR(bit),BIT_LEN(bit,len)
wireshark-3.2.8/plugins/epan/wimax/wimax_bits.h-173-
##############################################
wireshark-3.2.8/radius/dictionary.ascend-1061-#
wireshark-3.2.8/radius/dictionary.ascend:1062:#  (for x in `egrep ^ATTRIBUTE dictionary.ascend | egrep 'X-Ascend-' | awk '{print $2}' | uniq`;do y=`echo $x | sed 's/X-//'`;egrep VALUE dictionary.ascend | egrep $y[^-] | sed "s/$y/X-$y/" ; done) > new-value
wireshark-3.2.8/radius/dictionary.ascend-1063-#
##############################################
wireshark-3.2.8/radius/dictionary.wimax.wichorus-113-#  hCSN is preferred to the vCSN, or if there is no preference by providing
wireshark-3.2.8/radius/dictionary.wimax.wichorus:114:#  ALL-ZERO-ONE-ADDR (255.255.255.255/0.0.0.0 respectively) in the MIP RRQ sent
wireshark-3.2.8/radius/dictionary.wimax.wichorus-115-#  to the FA. The RRQ-MN-HA key is calculated using this RRQ-HA-IP address and is
##############################################
wireshark-3.2.8/services-5056-vsi-omega	7566/tcp/udp	# VSI Omega
wireshark-3.2.8/services:5057:dell-eql-asm	7569/tcp	# Dell EqualLogic Host Group Management
wireshark-3.2.8/services-5058-aries-kfinder	7570/tcp/udp	# Aries Kfinder
##############################################
wireshark-3.2.8/sharkd_session.c-230-	/* TODO, for now only IPv4 */
wireshark-3.2.8/sharkd_session.c:231:	if (!get_host_ipaddr(arr[0], &tmp_addr_src))
wireshark-3.2.8/sharkd_session.c-232-		goto fail;
##############################################
wireshark-3.2.8/sharkd_session.c-236-
wireshark-3.2.8/sharkd_session.c:237:	if (!get_host_ipaddr(arr[2], &tmp_addr_dst))
wireshark-3.2.8/sharkd_session.c-238-		goto fail;
##############################################
wireshark-3.2.8/sharkd_session.c-1217-static gboolean
wireshark-3.2.8/sharkd_session.c:1218:sharkd_session_geoip_addr(address *addr, const char *suffix)
wireshark-3.2.8/sharkd_session.c-1219-{
##############################################
wireshark-3.2.8/sharkd_session.c-1603-
wireshark-3.2.8/sharkd_session.c:1604:			if (sharkd_session_geoip_addr(&(iui->src_address), "1"))
wireshark-3.2.8/sharkd_session.c-1605-				with_geoip = 1;
wireshark-3.2.8/sharkd_session.c:1606:			if (sharkd_session_geoip_addr(&(iui->dst_address), "2"))
wireshark-3.2.8/sharkd_session.c-1607-				with_geoip = 1;
##############################################
wireshark-3.2.8/sharkd_session.c-1645-
wireshark-3.2.8/sharkd_session.c:1646:			if (sharkd_session_geoip_addr(&(host->myaddress), ""))
wireshark-3.2.8/sharkd_session.c-1647-				with_geoip = 1;
##############################################
wireshark-3.2.8/test/lua/field.lua-24-
wireshark-3.2.8/test/lua/field.lua:25:local function toMacAddr(addrhex)
wireshark-3.2.8/test/lua/field.lua-26-    return addrhex:gsub("..","%0:"):sub(1,-2)
##############################################
wireshark-3.2.8/test/lua/field.lua-151-    test("FieldInfo.label-1", fi_eth_src.label == tostring(fi_eth_src))
wireshark-3.2.8/test/lua/field.lua:152:    test("FieldInfo.label-2", fi_eth_src.label == toMacAddr(eth_src1))
wireshark-3.2.8/test/lua/field.lua-153-    test("FieldInfo.label-3",not pcall(setFieldInfo,fi_eth_src,"label","3"))
wireshark-3.2.8/test/lua/field.lua-154-
wireshark-3.2.8/test/lua/field.lua:155:    test("FieldInfo.display-1", select(1, string.find(fi_eth_src.display, toMacAddr(eth_src1))) ~= nil)
wireshark-3.2.8/test/lua/field.lua-156-    test("FieldInfo.display-2",not pcall(setFieldInfo,fi_eth_src,"display","3"))
##############################################
wireshark-3.2.8/tools/licensecheck.pl-305-		foreach my $var (keys %config_vars) { $shell_cmd .= "echo \$$var;\n" }
wireshark-3.2.8/tools/licensecheck.pl:306:		my $shell_out = `/bin/bash -c '$shell_cmd'`;
wireshark-3.2.8/tools/licensecheck.pl-307-		@config_vars{keys %config_vars} = split /\n/, $shell_out, -1;
##############################################
wireshark-3.2.8/tools/list_protos_in_cap.sh-52-    then
wireshark-3.2.8/tools/list_protos_in_cap.sh:53:        CF=`cygpath --windows "$CF"`
wireshark-3.2.8/tools/list_protos_in_cap.sh-54-    fi
##############################################
wireshark-3.2.8/tools/list_protos_in_cap.sh-65-
wireshark-3.2.8/tools/list_protos_in_cap.sh:66:Usage: `basename $0` capture file 1 [capture file 2]...
wireshark-3.2.8/tools/list_protos_in_cap.sh-67-FIN
##############################################
wireshark-3.2.8/tools/list_protos_in_cap.sh-72-    if [ "$OSTYPE" == "cygwin" ] ; then
wireshark-3.2.8/tools/list_protos_in_cap.sh:73:        CF=`cygpath --windows "$CF"`
wireshark-3.2.8/tools/list_protos_in_cap.sh-74-    fi
##############################################
wireshark-3.2.8/tools/macos-setup.sh-41-current_curl_version=`curl --version | sed -n 's/curl \([0-9.]*\) .*/\1/p'`
wireshark-3.2.8/tools/macos-setup.sh:42:current_curl_major_version="`expr $current_curl_version : '\([0-9][0-9]*\).*'`"
wireshark-3.2.8/tools/macos-setup.sh:43:current_curl_minor_version="`expr $current_curl_version : '[0-9][0-9]*\.\([0-9][0-9]*\).*'`"
wireshark-3.2.8/tools/macos-setup.sh-44-if [[ $current_curl_major_version -lt 7 ||
##############################################
wireshark-3.2.8/tools/macos-setup.sh-118-if [ "$QT_VERSION" ]; then
wireshark-3.2.8/tools/macos-setup.sh:119:    QT_MAJOR_VERSION="`expr $QT_VERSION : '\([0-9][0-9]*\).*'`"
wireshark-3.2.8/tools/macos-setup.sh:120:    QT_MINOR_VERSION="`expr $QT_VERSION : '[0-9][0-9]*\.\([0-9][0-9]*\).*'`"
wireshark-3.2.8/tools/macos-setup.sh:121:    QT_DOTDOT_VERSION="`expr $QT_VERSION : '[0-9][0-9]*\.[0-9][0-9]*\.\([0-9][0-9]*\).*'`"
wireshark-3.2.8/tools/macos-setup.sh-122-    QT_MAJOR_MINOR_VERSION=$QT_MAJOR_VERSION.$QT_MINOR_VERSION
##############################################
wireshark-3.2.8/tools/macos-setup.sh-138-    #
wireshark-3.2.8/tools/macos-setup.sh:139:    GNUTLS_MAJOR_VERSION="`expr $GNUTLS_VERSION : '\([0-9][0-9]*\).*'`"
wireshark-3.2.8/tools/macos-setup.sh:140:    GNUTLS_MINOR_VERSION="`expr $GNUTLS_VERSION : '[0-9][0-9]*\.\([0-9][0-9]*\).*'`"
wireshark-3.2.8/tools/macos-setup.sh-141-    NETTLE_VERSION=3.3
##############################################
wireshark-3.2.8/tools/macos-setup.sh-510-        echo "Downloading and installing CMake:"
wireshark-3.2.8/tools/macos-setup.sh:511:        CMAKE_MAJOR_VERSION="`expr $CMAKE_VERSION : '\([0-9][0-9]*\).*'`"
wireshark-3.2.8/tools/macos-setup.sh:512:        CMAKE_MINOR_VERSION="`expr $CMAKE_VERSION : '[0-9][0-9]*\.\([0-9][0-9]*\).*'`"
wireshark-3.2.8/tools/macos-setup.sh-513-        CMAKE_MAJOR_MINOR_VERSION=$CMAKE_MAJOR_VERSION.$CMAKE_MINOR_VERSION
##############################################
wireshark-3.2.8/tools/macos-setup.sh-584-        echo "Uninstalling CMake:"
wireshark-3.2.8/tools/macos-setup.sh:585:        installed_cmake_major_version="`expr $installed_cmake_version : '\([0-9][0-9]*\).*'`"
wireshark-3.2.8/tools/macos-setup.sh-586-        case "$installed_cmake_major_version" in
##############################################
wireshark-3.2.8/tools/macos-setup.sh-592-        2)
wireshark-3.2.8/tools/macos-setup.sh:593:            sudo rm -rf "/Applications/CMake "`echo "$installed_cmake_version" | sed 's/\([0-9][0-9]*\)\.\([0-9][0-9]*\)\.\([0-9][0-9]*\).*/\1.\2-\3/'`.app
wireshark-3.2.8/tools/macos-setup.sh-594-            for i in ccmake cmake cmake-gui cmakexbuild cpack ctest
##############################################
wireshark-3.2.8/tools/macos-setup.sh-704-        echo "Downloading, building, and installing GLib:"
wireshark-3.2.8/tools/macos-setup.sh:705:        glib_dir=`expr $GLIB_VERSION : '\([0-9][0-9]*\.[0-9][0-9]*\).*'`
wireshark-3.2.8/tools/macos-setup.sh-706-        #
##############################################
wireshark-3.2.8/tools/macos-setup.sh-854-            #
wireshark-3.2.8/tools/macos-setup.sh:855:            installed_qt_major_version="`expr $installed_qt_version : '\([0-9][0-9]*\).*'`"
wireshark-3.2.8/tools/macos-setup.sh:856:            installed_qt_minor_version="`expr $installed_qt_version : '[0-9][0-9]*\.\([0-9][0-9]*\).*'`"
wireshark-3.2.8/tools/macos-setup.sh:857:            installed_qt_dotdot_version="`expr $installed_qt_version : '[0-9][0-9]*\.[0-9][0-9]*\.\([0-9][0-9]*\).*'`"
wireshark-3.2.8/tools/macos-setup.sh-858-            case $installed_qt_major_version in
##############################################
wireshark-3.2.8/tools/macos-setup.sh-1001-        #
wireshark-3.2.8/tools/macos-setup.sh:1002:        CFLAGS="$CFLAGS -std=gnu89 $VERSION_MIN_FLAGS $SDKFLAGS" CXXFLAGS="$CXXFLAGS $VERSION_MIN_FLAGS $SDKFLAGS" LDFLAGS="$LDFLAGS $VERSION_MIN_FLAGS $SDKFLAGS" ./configure --disable-asm || exit 1
wireshark-3.2.8/tools/macos-setup.sh-1003-        make $MAKE_BUILD_OPTS || exit 1
##############################################
wireshark-3.2.8/tools/macos-setup.sh-1506-        echo "Downloading, building, and installing libssh:"
wireshark-3.2.8/tools/macos-setup.sh:1507:        LIBSSH_MAJOR_VERSION="`expr $LIBSSH_VERSION : '\([0-9][0-9]*\).*'`"
wireshark-3.2.8/tools/macos-setup.sh:1508:        LIBSSH_MINOR_VERSION="`expr $LIBSSH_VERSION : '[0-9][0-9]*\.\([0-9][0-9]*\).*'`"
wireshark-3.2.8/tools/macos-setup.sh-1509-        LIBSSH_MAJOR_MINOR_VERSION=$LIBSSH_MAJOR_VERSION.$LIBSSH_MINOR_VERSION
##############################################
wireshark-3.2.8/tools/macos-setup.sh-2508-
wireshark-3.2.8/tools/macos-setup.sh:2509:topdir=`pwd`/`dirname $0`/..
wireshark-3.2.8/tools/macos-setup.sh-2510-cd $topdir
##############################################
wireshark-3.2.8/tools/macos-setup.sh-2654-    #
wireshark-3.2.8/tools/macos-setup.sh:2655:    deploy_real_version=`echo "$min_osx_target" | sed -n 's/10\.\(.*\)/\1/p'`
wireshark-3.2.8/tools/macos-setup.sh-2656-
##############################################
wireshark-3.2.8/tools/macos-setup.sh-2679-        #
wireshark-3.2.8/tools/macos-setup.sh:2680:        sdklist=`(cd "$sdksdir"; ls -d MacOSX10.[0-9]*.sdk 2>/dev/null)`
wireshark-3.2.8/tools/macos-setup.sh-2681-
##############################################
wireshark-3.2.8/tools/macos-setup.sh-2686-            #
wireshark-3.2.8/tools/macos-setup.sh:2687:            sdk_real_version=`echo "$sdk" | sed -n 's/MacOSX10\.\(.*\)\.sdk/\1/p'`
wireshark-3.2.8/tools/macos-setup.sh-2688-
##############################################
wireshark-3.2.8/tools/make-version.pl-254-		$info_cmd = "SubWCRev $src_dir $tortoise_file";
wireshark-3.2.8/tools/make-version.pl:255:		my $tortoise = system($info_cmd);
wireshark-3.2.8/tools/make-version.pl-256-		if ($tortoise == 0) {
##############################################
wireshark-3.2.8/tools/pidl/expr.yp-184-	if (defined($self->YYData->{LAST_TOKEN})) {
wireshark-3.2.8/tools/pidl/expr.yp:185:		$self->YYData->{ERROR}->("Parse error in `".$self->YYData->{FULL_INPUT}."' near `". $self->YYData->{LAST_TOKEN} . "'");
wireshark-3.2.8/tools/pidl/expr.yp-186-	} else {
##############################################
wireshark-3.2.8/tools/pidl/idl.yp-691-	my $includes = join('',map { " -I$_" } @$incdirs);
wireshark-3.2.8/tools/pidl/idl.yp:692:	my $data = `$cpp $options -D__PIDL__$includes -xc "$filename"`;
wireshark-3.2.8/tools/pidl/idl.yp-693-	$/ = $saved_delim;
##############################################
wireshark-3.2.8/tools/pidl/lib/Parse/Pidl/Expr.pm-1424-	if (defined($self->YYData->{LAST_TOKEN})) {
wireshark-3.2.8/tools/pidl/lib/Parse/Pidl/Expr.pm:1425:		$self->YYData->{ERROR}->("Parse error in `".$self->YYData->{FULL_INPUT}."' near `". $self->YYData->{LAST_TOKEN} . "'");
wireshark-3.2.8/tools/pidl/lib/Parse/Pidl/Expr.pm-1426-	} else {
##############################################
wireshark-3.2.8/tools/pidl/lib/Parse/Pidl/IDL.pm-2657-	my $includes = join('',map { " -I$_" } @$incdirs);
wireshark-3.2.8/tools/pidl/lib/Parse/Pidl/IDL.pm:2658:	my $data = `$cpp $options -D__PIDL__$includes -xc "$filename"`;
wireshark-3.2.8/tools/pidl/lib/Parse/Pidl/IDL.pm-2659-	$/ = $saved_delim;
##############################################
wireshark-3.2.8/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm-466-		($_->{TYPE} eq "IMPORT") && HeaderImport(@{$_->{PATHS}});
wireshark-3.2.8/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm:467:		($_->{TYPE} eq "INCLUDE") && HeaderInclude(@{$_->{PATHS}});
wireshark-3.2.8/tools/pidl/lib/Parse/Pidl/Samba4/Header.pm-468-	}
##############################################
wireshark-3.2.8/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm-2859-	if (defined $interface->{PROPERTIES}->{helper}) {
wireshark-3.2.8/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm:2860:		$self->HeaderInclude(split /,/, $interface->{PROPERTIES}->{helper});
wireshark-3.2.8/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm-2861-	}
##############################################
wireshark-3.2.8/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm-3106-		($_->{TYPE} eq "IMPORT") && $self->HeaderImport(@{$_->{PATHS}});
wireshark-3.2.8/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm:3107:		($_->{TYPE} eq "INCLUDE") && $self->HeaderInclude(@{$_->{PATHS}});
wireshark-3.2.8/tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm-3108-	}
##############################################
wireshark-3.2.8/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm-1187-		$self->ProcessImport(@{$_->{PATHS}}) if ($_->{TYPE} eq "IMPORT");
wireshark-3.2.8/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm:1188:		$self->ProcessInclude(@{$_->{PATHS}}) if ($_->{TYPE} eq "INCLUDE");
wireshark-3.2.8/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm-1189-	}
##############################################
wireshark-3.2.8/tools/pidl/pidl-628-		FileSave($tempfile, IdlDump::Dump($pidl));
wireshark-3.2.8/tools/pidl/pidl:629:		system("diff -wu $idl_file $tempfile");
wireshark-3.2.8/tools/pidl/pidl-630-		unlink($tempfile);
##############################################
wireshark-3.2.8/tools/pidl/tests/Util.pm-148-
wireshark-3.2.8/tools/pidl/tests/Util.pm:149:	my $ret = system($outfile, ()) >> 8;
wireshark-3.2.8/tools/pidl/tests/Util.pm-150-	print "# code:\n#\n$main_debug\n" if ($ret != 0);
##############################################
wireshark-3.2.8/tools/process-x11-xcb.pl-1748-    # and at least the operator could see it.
wireshark-3.2.8/tools/process-x11-xcb.pl:1749:    my $ver = `git --git-dir=$lib/.git describe --tags`;
wireshark-3.2.8/tools/process-x11-xcb.pl-1750-    $ver //= 'unknown';
##############################################
wireshark-3.2.8/tools/test-common.sh-19-DATE=/bin/date
wireshark-3.2.8/tools/test-common.sh:20:BASE_NAME=$TEST_TYPE-`$DATE +%Y-%m-%d`-$$
wireshark-3.2.8/tools/test-common.sh-21-
##############################################
wireshark-3.2.8/tools/test-common.sh-30-if [ "$OSTYPE" == "cygwin" ] ; then
wireshark-3.2.8/tools/test-common.sh:31:        TMP_DIR=`cygpath --windows "$TMP_DIR"`
wireshark-3.2.8/tools/test-common.sh-32-fi
##############################################
wireshark-3.2.8/ui/cli/tap-follow.c-381-      {
wireshark-3.2.8/ui/cli/tap-follow.c:382:        if (!get_host_ipaddr(addr, &cli_follow_info->addrBuf[ii].addrBuf_v4))
wireshark-3.2.8/ui/cli/tap-follow.c-383-        {
##############################################
wireshark-3.2.8/ui/qt/models/resolved_addresses_models.cpp-67-    QString entry = QString("%1 %2")
wireshark-3.2.8/ui/qt/models/resolved_addresses_models.cpp:68:            .arg(get_hash_ether_hexaddr(tp))
wireshark-3.2.8/ui/qt/models/resolved_addresses_models.cpp-69-            .arg(get_hash_ether_resolved_name(tp));
##############################################
wireshark-3.2.8/wsutil/filesystem.c-271- *
wireshark-3.2.8/wsutil/filesystem.c:272: * We don't use dladdr() because:
wireshark-3.2.8/wsutil/filesystem.c-273- *
wireshark-3.2.8/wsutil/filesystem.c:274: *   not all UN*Xes necessarily have dladdr();
wireshark-3.2.8/wsutil/filesystem.c-275- *
wireshark-3.2.8/wsutil/filesystem.c:276: *   those that do have it don't necessarily have dladdr(main)
wireshark-3.2.8/wsutil/filesystem.c-277- *   return information about the executable image;
wireshark-3.2.8/wsutil/filesystem.c-278- *
wireshark-3.2.8/wsutil/filesystem.c:279: *   those that do have a dladdr() where dladdr(main) returns
wireshark-3.2.8/wsutil/filesystem.c-280- *   information about the executable image don't necessarily
##############################################
wireshark-3.2.8/wsutil/filesystem.c-287- *   those that do have such a mechanism don't necessarily use
wireshark-3.2.8/wsutil/filesystem.c:288: *   it in dladdr(), and, instead, just fall back on getting it
wireshark-3.2.8/wsutil/filesystem.c-289- *   from argv[0];
wireshark-3.2.8/wsutil/filesystem.c-290- *
wireshark-3.2.8/wsutil/filesystem.c:291: * so the only places where it's worth bothering to use dladdr()
wireshark-3.2.8/wsutil/filesystem.c:292: * are platforms where dladdr(main) return information about the
wireshark-3.2.8/wsutil/filesystem.c-293- * executable image by getting it from the kernel rather than
##############################################
wireshark-3.2.8/wsutil/filesystem.c-297- *
wireshark-3.2.8/wsutil/filesystem.c:298: * In particular, some dynamic linkers supply a dladdr() such that
wireshark-3.2.8/wsutil/filesystem.c:299: * dladdr(main) just returns something derived from argv[0], so
wireshark-3.2.8/wsutil/filesystem.c:300: * just using dladdr(main) is the wrong thing to do if there's
wireshark-3.2.8/wsutil/filesystem.c-301- * another mechanism that can get you a more reliable version of
##############################################
wireshark-3.2.8/wsutil/filesystem.c-350-     * In older versions of GNU libc's dynamic linker, as used on Linux,
wireshark-3.2.8/wsutil/filesystem.c:351:     * dladdr(main) supplies a path based on argv[0], so we use
wireshark-3.2.8/wsutil/filesystem.c-352-     * /proc/self/exe instead; there are Linux distributions with
##############################################
wireshark-3.2.8/wsutil/filesystem.c-380-    /*
wireshark-3.2.8/wsutil/filesystem.c:381:     * In older versions of FreeBSD's dynamic linker, dladdr(main)
wireshark-3.2.8/wsutil/filesystem.c-382-     * supplies a path based on argv[0], so we use the KERN_PROC_PATHNAME
##############################################
wireshark-3.2.8/wsutil/filesystem.c-408-     * In all versions of NetBSD's dynamic linker as of 2013-08-12,
wireshark-3.2.8/wsutil/filesystem.c:409:     * dladdr(main) supplies a path based on argv[0], so we use
wireshark-3.2.8/wsutil/filesystem.c-410-     * /proc/curproc/exe instead.
##############################################
wireshark-3.2.8/wsutil/filesystem.c-423-    /*
wireshark-3.2.8/wsutil/filesystem.c:424:     * In older versions of DragonFly BSD's dynamic linker, dladdr(main)
wireshark-3.2.8/wsutil/filesystem.c-425-     * supplies a path based on argv[0], so we use /proc/curproc/file
##############################################
wireshark-3.2.8/debian/wireshark-dev.prerm-9-
wireshark-3.2.8/debian/wireshark-dev.prerm:10:PACKAGE=`basename $0 | sed -e 's/\.[^.]*$//'`
wireshark-3.2.8/debian/wireshark-dev.prerm-11-