summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-stun.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-04-10 11:46:31 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-04-10 11:46:31 +0000
commitb85877977ab4b8ba385d38e3e22bc2e1674fdc9d (patch)
tree5f36cc54c3306a29d35c9834d65348c34fb343df /epan/dissectors/packet-stun.c
parent4ab6240b4ed30f4e12e7156bd74820d491755777 (diff)
downloadwireshark-b85877977ab4b8ba385d38e3e22bc2e1674fdc9d.tar.gz
Add "Modern" STUN to the preference.
svn path=/trunk/; revision=48806
Diffstat (limited to 'epan/dissectors/packet-stun.c')
-rw-r--r--epan/dissectors/packet-stun.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-stun.c b/epan/dissectors/packet-stun.c
index 8604aaaa1a..a78b830081 100644
--- a/epan/dissectors/packet-stun.c
+++ b/epan/dissectors/packet-stun.c
@@ -1324,6 +1324,9 @@ proto_register_stun(void)
/* heuristic subdissectors (used for the DATA field) */
register_heur_dissector_list("stun", &heur_subdissector_list);
+
+ new_register_dissector("stun-udp", dissect_stun_udp, proto_stun);
+ new_register_dissector("stun-heur", dissect_stun_heur, proto_stun);
}
void