From 3c4b6c94f2af7d77d2485de53428edb428b9f69b Mon Sep 17 00:00:00 2001 From: John Thacker Date: Thu, 1 Apr 2021 08:03:07 -0400 Subject: DIAMETER: Dissect Access-Network-Information (AVP code 1263) The Access-Network-Information AVP (AVP code 1263) is an instance of the SIP P-header "P-Access-Network-Info". There is a dissection function for P-Access-Network-Info in the SIP dissector, add it to the header and use it for the DIAMETER AVP. --- epan/dissectors/packet-sip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-sip.c') diff --git a/epan/dissectors/packet-sip.c b/epan/dissectors/packet-sip.c index 4acc7f4195..9b9878bb6f 100644 --- a/epan/dissectors/packet-sip.c +++ b/epan/dissectors/packet-sip.c @@ -3044,7 +3044,7 @@ static void dissect_sip_session_id_header(tvbuff_t *tvb, proto_tree *tree, gint * gstn-location = "gstn-location" EQUAL (token / quoted-string) * */ -static void dissect_sip_p_access_network_info_header(tvbuff_t *tvb, proto_tree *tree, gint start_offset, gint line_end_offset) +void dissect_sip_p_access_network_info_header(tvbuff_t *tvb, proto_tree *tree, gint start_offset, gint line_end_offset) { gint current_offset, semi_colon_offset, length, par_name_end_offset, equals_offset; -- cgit v1.2.3