From 65217711241a171dbff14ddfdd40afe0fdf5470e Mon Sep 17 00:00:00 2001 From: Michal Labedzki Date: Sun, 18 Jan 2015 10:44:04 +0100 Subject: 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 Reviewed-by: Michal Labedzki --- epan/dissectors/packet-hci_mon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-hci_mon.c') 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; } -- cgit v1.2.3