aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-who.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-who.c')
-rw-r--r--epan/dissectors/packet-who.c15
1 files changed, 14 insertions, 1 deletions
diff --git a/epan/dissectors/packet-who.c b/epan/dissectors/packet-who.c
index ba9983a970..1c62313b38 100644
--- a/epan/dissectors/packet-who.c
+++ b/epan/dissectors/packet-who.c
@@ -58,7 +58,7 @@ RWHOD(8) UNIX System Manager's Manual RWHOD(8)
};
*
*/
-
+
void proto_register_who(void);
void proto_reg_handoff_who(void);
@@ -299,3 +299,16 @@ proto_reg_handoff_who(void)
who_handle = create_dissector_handle(dissect_who, proto_who);
dissector_add_uint("udp.port", UDP_PORT_WHO, who_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:
+ */