diff options
author | Anish Bhatt <anish@chelsio.com> | 2014-06-09 14:42:30 -0700 |
---|---|---|
committer | Evan Huus <eapache@gmail.com> | 2014-06-09 23:58:36 +0000 |
commit | 9516675ca732a775f085fb53e1e9b95c2f2d1b09 (patch) | |
tree | daaf0e1939b97613e8d721fd8785210551f2bd5f | |
parent | 26ad82454810ec9421a3f37c72f1fd8c6bc135ec (diff) | |
download | wireshark-9516675ca732a775f085fb53e1e9b95c2f2d1b09.tar.gz wireshark-9516675ca732a775f085fb53e1e9b95c2f2d1b09.tar.bz2 wireshark-9516675ca732a775f085fb53e1e9b95c2f2d1b09.zip |
Add modelines
Change-Id: Ib8e157e2744198eaa1a5a69732bd8e977b146026
Signed-off-by: Anish Bhatt <anish@chelsio.com>
Reviewed-on: https://code.wireshark.org/review/2089
Reviewed-by: Evan Huus <eapache@gmail.com>
-rw-r--r-- | epan/dissectors/packet-lldp.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/epan/dissectors/packet-lldp.c b/epan/dissectors/packet-lldp.c index 4af3634c91..d4db577992 100644 --- a/epan/dissectors/packet-lldp.c +++ b/epan/dissectors/packet-lldp.c @@ -4407,3 +4407,16 @@ proto_reg_handoff_lldp(void) lldp_handle = create_dissector_handle(dissect_lldp,proto_lldp); dissector_add_uint("ethertype", ETHERTYPE_LLDP, lldp_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: + */ |