aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-foundry.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-09-18 21:56:44 -0400
committerBill Meier <wmeier@newsguy.com>2014-09-19 02:01:58 +0000
commitcd7a11c0d1323a3e7e0bccb476397f8569db41b5 (patch)
tree49c44f6f13f3de0340f3df3d70e57d1d1c49b94e /epan/dissectors/packet-foundry.c
parent18d72987cb44eb3594b054a8509c447dbc709b46 (diff)
Add editor modelines; Adjust indentation as needed.
Change-Id: Ie8d4056ab706bbc85c8247682b1a64ea98bc89f2 Reviewed-on: https://code.wireshark.org/review/4185 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'epan/dissectors/packet-foundry.c')
-rw-r--r--epan/dissectors/packet-foundry.c15
1 files changed, 14 insertions, 1 deletions
diff --git a/epan/dissectors/packet-foundry.c b/epan/dissectors/packet-foundry.c
index c9b9feb9ea..b749ab3d89 100644
--- a/epan/dissectors/packet-foundry.c
+++ b/epan/dissectors/packet-foundry.c
@@ -428,7 +428,7 @@ proto_register_fdp(void)
{ "Unknown", "fdp.tag.unknown", FT_BYTES, BASE_NONE, NULL,
0x0, NULL, HFILL }},
- };
+ };
static gint *ett[] = {
&ett_fdp,
&ett_fdp_tlv_header,
@@ -474,3 +474,16 @@ proto_register_foundry_oui(void)
llc_add_oui(OUI_FOUNDRY, "llc.foundry_pid", "LLC Foundry 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:
+ */