aboutsummaryrefslogtreecommitdiffstats
path: root/simple_dialog.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-01-31 09:48:26 +0000
committerGuy Harris <guy@alum.mit.edu>2004-01-31 09:48:26 +0000
commitd4857dc7060547a22e644221a6a20a3a85d9b2fd (patch)
treea69295256c9c611d4fe5c88a550bc9df5793afcc /simple_dialog.h
parentc979950fc6df3a04d269ff63cb995f6d3b7f810f (diff)
Add to the _rtp_info structure a "info_all_data_present" boolean, which
is TRUE if all the RTP raw data is present in the tvbuff and FALSE otherwise. If it's not all present, also set "info_data_len" to 0 and "info_data" to NULL. In the RTP Analysis "Save Payload..." operation, check the "info_all_data_present" flag and fail if it's not set, and use "rtpinfo->info_data" and "rtpinfo->info_payload_offset" to get at the payload, rather than using "cfile.pd", as the latter doesn't necessarily refer to the current frame data. Note that the RTP Streams save operation should also check the "info_all_data_present" flag. svn path=/trunk/; revision=9920
Diffstat (limited to 'simple_dialog.h')
0 files changed, 0 insertions, 0 deletions