summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-llt.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-llt.c')
-rw-r--r--epan/dissectors/packet-llt.c17
1 files changed, 15 insertions, 2 deletions
diff --git a/epan/dissectors/packet-llt.c b/epan/dissectors/packet-llt.c
index 455e926da4..8672958469 100644
--- a/epan/dissectors/packet-llt.c
+++ b/epan/dissectors/packet-llt.c
@@ -33,8 +33,8 @@ void proto_register_llt(void);
void proto_reg_handoff_llt(void);
static const value_string message_type_vs[] = {
- { 0x0a, "heartbeat" },
- { 0, NULL}
+ { 0x0a, "heartbeat" },
+ { 0, NULL}
};
/* Variables for our preferences */
@@ -156,3 +156,16 @@ proto_reg_handoff_llt(void)
dissector_add_uint("ethertype", preference_alternate_ethertype, llt_handle);
}
}
+
+/*
+ * 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:
+ */