aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-stun.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-03-17 19:22:44 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-03-17 19:22:44 +0000
commit88be4f86517614fb66251cbef1c346cbb22ed3b8 (patch)
treea449ec1ef7b4148223ef35a4fd0f03cd67b113ed /epan/dissectors/packet-stun.c
parentb53f1ab2f03d487b313138f39c3bc750b18f928f (diff)
Remove some whitespaces
svn path=/trunk/; revision=48364
Diffstat (limited to 'epan/dissectors/packet-stun.c')
-rw-r--r--epan/dissectors/packet-stun.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-stun.c b/epan/dissectors/packet-stun.c
index 1a65857809..f820738b39 100644
--- a/epan/dissectors/packet-stun.c
+++ b/epan/dissectors/packet-stun.c
@@ -654,7 +654,7 @@ dissect_stun_message(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, gboole
offset += 2;
switch (att_type) {
-
+
/* Deprecated STUN RFC3489 attributes */
case RESPONSE_ADDRESS:
case SOURCE_ADDRESS:
@@ -669,7 +669,7 @@ dissect_stun_message(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, gboole
if (att_length < 4)
break;
proto_tree_add_item(att_tree, stun_att_port, tvb, offset+2, 2, ENC_BIG_ENDIAN);
- switch (tvb_get_guint8(tvb, offset+1))
+ switch (tvb_get_guint8(tvb, offset+1))
{
case 1:
if (att_length < 8)