diff options
author | Anders Broman <anders.broman@ericsson.com> | 2012-03-12 06:42:47 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2012-03-12 06:42:47 +0000 |
commit | 8fa5ef33f90abd7e3f21986b5532943de30ff9b7 (patch) | |
tree | 5700d4c2a11858ced1c4af79e9a77f8966cedc5f /pcapio.c | |
parent | 1a8f3eddc79c2409d98c8dfe5173ef5f2c765029 (diff) | |
download | wireshark-8fa5ef33f90abd7e3f21986b5532943de30ff9b7.tar.gz wireshark-8fa5ef33f90abd7e3f21986b5532943de30ff9b7.tar.bz2 wireshark-8fa5ef33f90abd7e3f21986b5532943de30ff9b7.zip |
From Jose Pedro Oliveira: Add Modlines
svn path=/trunk/; revision=41496
Diffstat (limited to 'pcapio.c')
-rw-r--r-- | pcapio.c | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -758,3 +758,16 @@ libpcap_dump_close(FILE *pd, int *err) } #endif /* HAVE_LIBPCAP */ + +/* + * Editor modelines - http://www.wireshark.org/tools/modelines.html + * + * Local variables: + * c-basic-offset: 4 + * tab-width: 8 + * indent-tabs-mode: nil + * End: + * + * vi: set shiftwidth=4 tabstop=8 expandtab: + * :indentSize=4:tabSize=8:noTabs=true: + */ |