aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sip.h
diff options
context:
space:
mode:
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 51a6bd9616..30aff71cb6 100644
--- a/epan/dissectors/packet-sip.h
+++ b/epan/dissectors/packet-sip.h
@@ -40,7 +40,7 @@ typedef struct _sip_info_value_t
gchar *reason_phrase;
} sip_info_value_t;
-extern void dfilter_store_sip_from_addr(tvbuff_t *tvb,proto_tree *tree,guint parameter_offset,
+extern void dfilter_store_sip_from_addr(tvbuff_t *tvb,proto_tree *tree,guint parameter_offset,
guint parameter_len);
#endif