aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-raknet.c
diff options
context:
space:
mode:
authorDavid Perry <boolean263@protonmail.com>2024-01-16 13:46:10 -0500
committerAndersBroman <a.broman58@gmail.com>2024-01-17 08:35:43 +0000
commitbf909bf93e15460dd763f882fa3d0fabcc276b41 (patch)
tree4b4ad60621f233020fffd7a8077a4b1d563de34e /epan/dissectors/packet-raknet.c
parentf20d45f1aa454f224b10412a7119eb54adb1b55c (diff)
Add descriptions for heur dissector tables
Build on !13975 to add human-readable descriptions for all heuristic dissector tables in Wireshark. Chosen names are meant to give some info on when a heuristic dissector lookup will be made. Terms like 'fallback' are used when the heuristic is only consulted if other checks do not result in dissection, for example. People with more intimate knowledge of the protocols and dissectors involved are encouraged to suggest or implement better descriptions.
Diffstat (limited to 'epan/dissectors/packet-raknet.c')
-rw-r--r--epan/dissectors/packet-raknet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-raknet.c b/epan/dissectors/packet-raknet.c
index 9899b2694f..30fab92a57 100644
--- a/epan/dissectors/packet-raknet.c
+++ b/epan/dissectors/packet-raknet.c
@@ -1993,7 +1993,7 @@ proto_register_raknet(void)
* ...and their heuristic dissector to this table.
*/
raknet_heur_subdissectors =
- register_heur_dissector_list("raknet", proto_raknet);
+ register_heur_dissector_list_with_description("raknet", "RakNet fallback", proto_raknet);
}
void