Use MAC address documentation range in filter examples
[metze/wireshark/wip.git] / epan / dissectors / packet-bt-oui.c
index e9123c9803c77be971e8ed7eba581fc940ffc899..6388b08c829059b4e8cf82026a5308467a2b23ef 100644 (file)
@@ -85,3 +85,15 @@ void proto_register_bt_oui(void)
        llc_add_oui(OUI_BLUETOOTH, "llc.bluetooth_pid", "LLC Bluetooth OUI PID", hf);
 }
 
+/*
+ * Editor modelines  -  http://www.wireshark.org/tools/modelines.html
+ *
+ * Local variables:
+ * c-basic-offset: 8
+ * tab-width: 8
+ * indent-tabs-mode: t
+ * End:
+ *
+ * vi: set shiftwidth=8 tabstop=8 noexpandtab:
+ * :indentSize=8:tabSize=8:noTabs=false:
+ */