aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mgcp.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-09-30 15:08:11 -0400
committerBill Meier <wmeier@newsguy.com>2014-09-30 21:04:12 +0000
commit22b5278b7182b327051ae99b0dbc48510a2e82b7 (patch)
treebc30c930fee45e60cf3c68f3efc2318bdcf546ba /epan/dissectors/packet-mgcp.h
parentff307c72bca5318b8e64a7e992dee76232e6c326 (diff)
packet-mgcp.[hc]: Various changes:
- Add/use extended value-string; - Move proto_register...() and proto_reg_handoff...() to the end of the file; - Add editor modelines and adjust whitespace as appropriate. Change-Id: Iede67c418d9f2b4e263113bb14e77d6a56a16225 Reviewed-on: https://code.wireshark.org/review/4387 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'epan/dissectors/packet-mgcp.h')
-rw-r--r--epan/dissectors/packet-mgcp.h15
1 files changed, 12 insertions, 3 deletions
diff --git a/epan/dissectors/packet-mgcp.h b/epan/dissectors/packet-mgcp.h
index bed57eca00..73624a6e61 100644
--- a/epan/dissectors/packet-mgcp.h
+++ b/epan/dissectors/packet-mgcp.h
@@ -60,6 +60,15 @@ typedef struct _mgcp_call_t
gboolean responded;
} mgcp_call_t;
-void proto_register_mgcp(void);
-void proto_reg_handoff_mgcp(void);
-
+/*
+ * 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:
+ */