From 68136e70bc3e1b1443d1c494e53cc1d6e68d512c Mon Sep 17 00:00:00 2001 From: "S. Shapira" Date: Fri, 17 Mar 2017 19:44:30 +0200 Subject: 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 Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- epan/dissectors/packet-umts_mac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-umts_mac.c') 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; -- cgit v1.2.3