aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pcapng_block.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-08-15 19:04:35 +0200
committerAnders Broman <a.broman58@gmail.com>2014-08-16 22:26:05 +0000
commit56738931a9b823bd6e2fae157c0d85b2c3489280 (patch)
tree39b53b822d4a25f24b717a5c872d1f44daaddfb2 /epan/dissectors/packet-pcapng_block.c
parentef77c1c33e532e3f8dc12dcae8089dec52af65b7 (diff)
PCAPNG Block: Add modelines info
Change-Id: I15ddf62318fc8783a2318025fa6ca110b7991ff5 Reviewed-on: https://code.wireshark.org/review/3653 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-pcapng_block.c')
-rw-r--r--epan/dissectors/packet-pcapng_block.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/epan/dissectors/packet-pcapng_block.c b/epan/dissectors/packet-pcapng_block.c
index 98fabaf54d..00aca618c5 100644
--- a/epan/dissectors/packet-pcapng_block.c
+++ b/epan/dissectors/packet-pcapng_block.c
@@ -71,3 +71,16 @@ proto_reg_handoff_pcapng_block(void)
dissector_add_uint("wtap_fts_rec", WTAP_FILE_TYPE_SUBTYPE_PCAPNG,
pcapng_block_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:
+ */