http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22929
User: jake
Date: 2007/09/24 06:20 AM
Log:
From Chad Singer:
I fixed a bug in packet_unistim.c which was causing a 'malformed packet' to
appear when an open stream command is read with no endpoint ip (as is sometimes
done) I added a simple msg_len check to avoid this.
I also added UFTP to the unistim dissector and adjusted the unistim call-detection
in voip-info.c to start on an open stream as well as keypresses..
Directory: /trunk/gtk/
Changes Path Action
+86 -0 voip_calls.c Modified
Directory: /trunk/plugins/unistim/
Changes Path Action
+1 -0 Makefile.common Modified
+20 -0 header_field.h Modified
+116 -31 packet-unistim.c Modified
+47 -0 uftp.h Added