summaryrefslogtreecommitdiff
path: root/epan/follow.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/follow.c')
-rw-r--r--epan/follow.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/epan/follow.c b/epan/follow.c
index e220eb7025..cd58b71116 100644
--- a/epan/follow.c
+++ b/epan/follow.c
@@ -552,3 +552,16 @@ write_packet_data( int idx, tcp_stream_chunk *sc, const char *data )
bytes_written[idx] += sc->dlen;
empty_tcp_stream = FALSE;
}
+
+/*
+ * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ *
+ * Local Variables:
+ * c-basic-offset: 2
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * ex: set shiftwidth=2 tabstop=8 expandtab:
+ * :indentSize=2:tabSize=8:noTabs=true:
+ */