aboutsummaryrefslogtreecommitdiffstats
path: root/tap-rtp-common.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2011-07-14 22:17:17 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2011-07-14 22:17:17 +0000
commit103b078b6098312cb5cadf8d89babacf15086744 (patch)
treeb240f502c022fc2b671f3afee4e60be2e1aec5b1 /tap-rtp-common.c
parent4261dcbc1e16781b3c81121a994b4c8188903028 (diff)
Add a note re possible issues when 'info_all_data_present == FALSE'
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38032 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tap-rtp-common.c')
-rw-r--r--tap-rtp-common.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/tap-rtp-common.c b/tap-rtp-common.c
index c8b319a7d4..0619e5aaa5 100644
--- a/tap-rtp-common.c
+++ b/tap-rtp-common.c
@@ -45,7 +45,10 @@
#include "gtk/rtp_stream.h"
#include "tap-rtp-common.h"
-
+/* XXX: are changes needed to properly handle situations where
+ info_all_data_present == FALSE ?
+ E.G., when captured frames are truncated.
+ */
/****************************************************************************/
/* GCompareFunc style comparison function for _rtp_stream_info */