aboutsummaryrefslogtreecommitdiffstats
path: root/profiles
diff options
context:
space:
mode:
authorMichal Labedzki <michal.labedzki@tieto.com>2013-11-03 18:57:17 +0100
committerMichael Mann <mmann78@netscape.net>2016-12-14 22:06:49 +0000
commit41f28901104931cb4131f1359e62dd586fb4f991 (patch)
treebbbb3e0c32faeaeafaa6e1c301fc5c56429b5cf7 /profiles
parent3032e800510c46b26567346b9e900ae5e202367f (diff)
Bluetooth profile: configure columns and layout for Bluetooth
Change-Id: Iab8e33b5a7b62eea9c1365e0e5fec84f0ccd23fe Reviewed-on: https://code.wireshark.org/review/17080 Petri-Dish: Michal Labedzki <michal.tomasz.labedzki@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'profiles')
-rw-r--r--profiles/Bluetooth/preferences19
1 files changed, 19 insertions, 0 deletions
diff --git a/profiles/Bluetooth/preferences b/profiles/Bluetooth/preferences
new file mode 100644
index 0000000000..d109541046
--- /dev/null
+++ b/profiles/Bluetooth/preferences
@@ -0,0 +1,19 @@
+####### User Interface: Columns ########
+
+# Packet list column format
+# Each pair of strings consists of a column title and its format
+gui.column.format:
+ "No.", "%m",
+ "Time", "%Yt",
+ "Delta", "%Gt",
+ "Source", "%s",
+ "Destination", "%d",
+ "Protocol", "%p",
+ "Length", "%L",
+ "Info", "%i"
+
+####### User Interface: Layout ########
+
+# Layout type (1-6)
+# A decimal number
+gui.layout_type: 3