aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hci_mon.c
diff options
context:
space:
mode:
authorMichal Labedzki <michal.labedzki@tieto.com>2015-01-18 10:44:04 +0100
committerMichal Labedzki <michal.labedzki@tieto.com>2015-02-02 10:48:56 +0000
commit65217711241a171dbff14ddfdd40afe0fdf5470e (patch)
treec62a9d54a5ce0949649254c8b8c7e9fd6c1204ac /epan/dissectors/packet-hci_mon.c
parent1786cfee3f6d4a5b7679aeb12e05751ff40d9a11 (diff)
Bluetooth: Simplify to "UnknownDirection" in Info column when direction is unknown
Change-Id: Ibad679c0b6c95d65389ce087f65b8f31cf3acd68 Reviewed-on: https://code.wireshark.org/review/6903 Petri-Dish: Michal Labedzki <michal.labedzki@tieto.com> Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
Diffstat (limited to 'epan/dissectors/packet-hci_mon.c')
-rw-r--r--epan/dissectors/packet-hci_mon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-hci_mon.c b/epan/dissectors/packet-hci_mon.c
index b5dae922b0..d6bf045823 100644
--- a/epan/dissectors/packet-hci_mon.c
+++ b/epan/dissectors/packet-hci_mon.c
@@ -135,7 +135,7 @@ dissect_hci_mon(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data)
break;
default:
- col_add_fstr(pinfo->cinfo, COL_INFO, "Unknown direction ");
+ col_set_str(pinfo->cinfo, COL_INFO, "UnknownDirection ");
break;
}