add modelines for the ftp dissector

svn path=/trunk/; revision=44782
This commit is contained in:
Martin Kaiser 2012-09-05 20:08:09 +00:00
parent fd919c30cb
commit 45af5d6a2d
1 changed files with 13 additions and 0 deletions

View File

@ -759,3 +759,16 @@ proto_reg_handoff_ftp(void)
ftp_handle = find_dissector("ftp");
dissector_add_uint("tcp.port", TCP_PORT_FTP, ftp_handle);
}
/*
* Editor modelines - http://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4
* tab-width: 4
* indent-tabs-mode: nil
* End:
*
* vi: set shiftwidth=4 tabstop=4 expandtab:
* :indentSize=4:tabSize=4:noTabs=true:
*/