aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sip.c
diff options
context:
space:
mode:
authorJohn Thacker <johnthacker@gmail.com>2021-04-01 08:03:07 -0400
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-04-01 14:15:38 +0000
commit3c4b6c94f2af7d77d2485de53428edb428b9f69b (patch)
tree680ef2246b01bfb222bb3479758941aee532e947 /epan/dissectors/packet-sip.c
parentec2c42723f18827685d6f2f1ad9af225779a5f11 (diff)
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.
Diffstat (limited to 'epan/dissectors/packet-sip.c')
-rw-r--r--epan/dissectors/packet-sip.c2
1 files changed, 1 insertions, 1 deletions
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;