aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/epan/wimaxmacphy
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2023-10-15 15:34:47 -0700
committerGerald Combs <gerald@wireshark.org>2023-10-16 16:34:43 +0000
commit3489952a810d9c4aafcbcc3c75a23d39f8b1da62 (patch)
treecee2f1a0176985a896f424d649c9fcc2f6b7e106 /plugins/epan/wimaxmacphy
parentadb4f1d91b24b396218fdee80ea061c0e84caa20 (diff)
Make `grep proto_register_protocol` more useful
Make sure the short name is on the same line as or the line following proto_register_protocol. This makes things like assembling the release notes easier.
Diffstat (limited to 'plugins/epan/wimaxmacphy')
-rw-r--r--plugins/epan/wimaxmacphy/packet-wimaxmacphy.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/epan/wimaxmacphy/packet-wimaxmacphy.c b/plugins/epan/wimaxmacphy/packet-wimaxmacphy.c
index 7454eacf86..908d50b44d 100644
--- a/plugins/epan/wimaxmacphy/packet-wimaxmacphy.c
+++ b/plugins/epan/wimaxmacphy/packet-wimaxmacphy.c
@@ -5403,10 +5403,7 @@ proto_register_wimaxmacphy(void)
expert_module_t* expert_wimaxmacphy;
/* Register the protocol name and description */
- proto_wimaxmacphy = proto_register_protocol(
- "WiMAX MAC-PHY over Ethernet",
- "WiMAX MAC-PHY",
- "wimaxmacphy");
+ proto_wimaxmacphy = proto_register_protocol("WiMAX MAC-PHY over Ethernet", "WiMAX MAC-PHY", "wimaxmacphy");
wimaxmacphy_handle = register_dissector("wimaxmacphy", dissect_wimaxmacphy, proto_wimaxmacphy);
/* Required function calls to register the header fields and subtrees