http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=18806
User: etxrab
Date: 2006/07/28 09:26 PM
Log:
From Martin Mathieson:
- allow SDP to parse the IP address + port for the MSRP session from the
path attribute
- setup an MSRP conversation using this address, whose data points back
to the SDP frame
- link to the SDP setup frame while dissecting MSRP (can be switched off
by a preference)
- I also changed sdp.media.port to be a numeric field
Directory: /trunk/epan/dissectors/
Changes Path Action
+1 -0 Makefile.common Modified
+180 -1 packet-msrp.c Modified
+38 -0 packet-msrp.h Added
+91 -25 packet-sdp.c Modified