aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sip.h
diff options
context:
space:
mode:
authorAnders <anders.broman@ericsson.com>2018-01-02 15:35:44 +0100
committerAnders Broman <a.broman58@gmail.com>2018-01-03 12:06:55 +0000
commite3ce3a6f793ab995b48766533f0a0d25356d09bf (patch)
treec411b13099ff3773472f1332f839aec35b1f27f5 /epan/dissectors/packet-sip.h
parenta3857b2f6f47928f2d9f4bbdeb57ca26a3728981 (diff)
[SIP] Use proto_tree_add_item_ret_string() to get the method string.
Change-Id: I8c1933d17a613917c6b6482199949e103c3d1eaf Reviewed-on: https://code.wireshark.org/review/25112 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-sip.h')
-rw-r--r--epan/dissectors/packet-sip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-sip.h b/epan/dissectors/packet-sip.h
index 5fcfb12a1c..3be8ba316d 100644
--- a/epan/dissectors/packet-sip.h
+++ b/epan/dissectors/packet-sip.h
@@ -26,7 +26,7 @@
typedef struct _sip_info_value_t
{
- gchar *request_method;
+ const guint8 *request_method;
guint response_code;
gboolean resend;
guint32 setup_time;