aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-umts_mac.c
diff options
context:
space:
mode:
authorS. Shapira <sswsdev@gmail.com>2017-03-17 19:44:30 +0200
committerAnders Broman <a.broman58@gmail.com>2017-03-18 06:46:12 +0000
commit68136e70bc3e1b1443d1c494e53cc1d6e68d512c (patch)
tree1890e8fea52d44e16e5e5cc52118b94c27353b3d /epan/dissectors/packet-umts_mac.c
parentcea41157fde841ca8771ef1f9919ecba09de4faa (diff)
FP/MAC: Cosmetic fixes
Changing 2 things shown in the dissection tree: 1. For FP's E-DCH CRC: separating the bit string into nibbles. 2. For MAC: Adding a missing ')' in one of the strings Change-Id: Id13fa3676cc77c890cba4191c77fdbb5f9cb1c5e Reviewed-on: https://code.wireshark.org/review/20597 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-umts_mac.c')
-rw-r--r--epan/dissectors/packet-umts_mac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-umts_mac.c b/epan/dissectors/packet-umts_mac.c
index 1c2e84e9e0..70dcca49da 100644
--- a/epan/dissectors/packet-umts_mac.c
+++ b/epan/dissectors/packet-umts_mac.c
@@ -452,7 +452,7 @@ static int dissect_mac_fdd_fach(tvbuff_t *tvb, packet_info *pinfo, proto_tree *t
/* TODO */
break;
default:
- proto_item_append_text(ti, " (Unknown FACH Content");
+ proto_item_append_text(ti, " (Unknown FACH Content)");
expert_add_info_format(pinfo, NULL, &ei_mac_unknown_content, "Unknown FACH Content for this transportblock");
}
break;