aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sip.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2010-11-22 15:02:06 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2010-11-22 15:02:06 +0000
commitcb32f0f4b2f821e9afbecc8c4944b1f2e9db4f83 (patch)
tree3d17e77355981fc9a4621679a546366180ed2923 /epan/dissectors/packet-sip.c
parent799f124c7cf1b3af0601129cbc361ead9e3a30aa (diff)
Remove faulty return, probably forgotten during test.
Fixing dissection on Via header. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35004 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-sip.c')
-rw-r--r--epan/dissectors/packet-sip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-sip.c b/epan/dissectors/packet-sip.c
index 52c6ce1123..5e2938a342 100644
--- a/epan/dissectors/packet-sip.c
+++ b/epan/dissectors/packet-sip.c
@@ -1435,7 +1435,6 @@ static void dissect_sip_via_header(tvbuff_t *tvb, proto_tree *tree, gint start_o
gboolean ipv6_address;
guchar c;
gchar *param_name = NULL;
- return;
current_offset = start_offset;