http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22176
User: gal
Date: 2007/06/24 05:28 AM
Log:
This patch adds RTSE reassembly. The reassembly is done when
receiving a SES MAJOR SYNC POINT, as this indicates the end of the
COTP DT Data stream. Previous the RTSE dissector was called when
receiving a COTP DT Data fragment with the "last data unit" bit set,
but this does not work with messages fragmented in RTSE. Reassembly
can be turned off in the preferences.
Directory: /trunk/epan/dissectors/
Changes Path Action
+21 -6 packet-pres.c Modified
+158 -17 packet-rtse.c Modified
+26 -2 packet-ses.c Modified
+1 -0 packet-ses.h Modified
Directory: /trunk/asn1/pres/
Changes Path Action
+18 -3 packet-pres-template.c Modified
Directory: /trunk/asn1/rtse/
Changes Path Action
+152 -11 packet-rtse-template.c Modified
Directory: /trunk/
Changes Path Action
+4 -3 AUTHORS Modified