http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44068
User: mmann
Date: 2012/07/27 06:41 AM
Log:
Address bug 4097 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4097) by improving heuristics by limiting when the heuristics can be evaluated.
TURN and STUN channel data is negotiated by STUN, so its heuristics should only be based on a STUN negotiation, not raw UDP/TCP packets. "Decode As" is still available for TURN and STUN channel data if the STUN negotiation isn't captured.
Directory: /trunk/epan/dissectors/
Changes Path Action
+19 -6 packet-stun.c Modified
+6 -4 packet-turnchannel.c Modified