aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tftp.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2009-09-13 23:03:38 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2009-09-13 23:03:38 +0000
commit1daf99089709e4ef55631ad336cd69c1442f709a (patch)
treeb48bc9a25a2b4c1773a5e27e24a476b8d3c71bc6 /epan/dissectors/packet-tftp.c
parent4661aad9a48cee98413fdb06ef4811ceca6644a4 (diff)
From Stephane Bryant via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2815
but (since the patch no longer applied cleanly) essentially manually re-implemented by me: Rename "stun" to "classic stun" and "stun2" to "stun", to follow the usage defined in draft-ietf-behave-rfc3489bis-18 section 2. svn path=/trunk/; revision=29884
Diffstat (limited to 'epan/dissectors/packet-tftp.c')
-rw-r--r--epan/dissectors/packet-tftp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-tftp.c b/epan/dissectors/packet-tftp.c
index d3bb5df1d8..2fce1eaa0a 100644
--- a/epan/dissectors/packet-tftp.c
+++ b/epan/dissectors/packet-tftp.c
@@ -554,7 +554,7 @@ proto_reg_handoff_tftp(void)
if (!tftp_initialized) {
tftp_handle = find_dissector("tftp");
- heur_dissector_add("stun2", dissect_embeddedtftp_heur, proto_tftp);
+ heur_dissector_add("stun", dissect_embeddedtftp_heur, proto_tftp);
tftp_initialized = TRUE;
} else {
range_foreach (tftp_port_range, range_delete_callback);