Qt: Remember selected item in packet tree
[metze/wireshark/wip.git] / trigcap.c
index 554418b9ef3009a86c9d5a5769e0bfe783b13301..c0779584d68d21e3ca12732e5d447976445bf520 100644 (file)
--- a/trigcap.c
+++ b/trigcap.c
@@ -2,8 +2,6 @@
  * trigcap
  * a simple triggered libpcap-based capture agent
  *
- * $Id$
- *
  * (c) 2007, Luis E. Garcia Ontanon <luis@ontanon.org>
  *
  * This program is free software; you can redistribute it and/or
@@ -292,3 +290,16 @@ int main(int argc, char** argv) {
 
        return 0;
 }
+
+/*
+ * 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:
+ */