From: Alexis La Goutte Date: Tue, 10 Nov 2015 12:18:20 +0000 (+0100) Subject: ISI: Add Modelines info X-Git-Url: http://git.samba.org/?p=metze%2Fwireshark%2Fwip.git;a=commitdiff_plain;h=886de6b91fcc18f6a1b3e275bd0566b27600252f ISI: Add Modelines info Change-Id: I758c39698847d65447e0a7490104a9369c85f6cd Reviewed-on: https://code.wireshark.org/review/11684 Reviewed-by: Michael Mann --- diff --git a/epan/dissectors/packet-isi.c b/epan/dissectors/packet-isi.c index 2b148a84d3..c082b207fd 100644 --- a/epan/dissectors/packet-isi.c +++ b/epan/dissectors/packet-isi.c @@ -2144,3 +2144,16 @@ proto_reg_handoff_isi(void) dissector_add_uint("isi.resource", 0x54, create_dissector_handle(dissect_isi_gps, proto_isi)); } } + +/* + * 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: + */