http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=36824
User: sfisher
Date: 2011/04/22 10:51 AM
Log:
Fix warning about using wrong enum that is probably causing an actual
bug: whenever call_state is assigned to VOIP_CALL_SETUP in other parts
of Wireshark code (such as gtk/voip_calls.c), then call_active_state
is set to VOIP_ACTIVE. Do that here too. It was set to VOIP_NO_STATE
(from the wrong enum), which would have likely resulted in the wrong
value being assigned.
Directory: /trunk/epan/dissectors/
Changes Path Action
+1 -1 packet-rtsp.c Modified