Add a FIXME referring to bug 4096

Change-Id: I4263d791e7bc7dc410d2735e94bc765aee2d84bc
Reviewed-on: https://code.wireshark.org/review/2287
Reviewed-by: Jörg Mayer <jmayer@loplof.de>
This commit is contained in:
Joerg Mayer 2014-06-17 01:36:09 +02:00 committed by Jörg Mayer
parent f113306e0e
commit 1567820a3a
1 changed files with 3 additions and 1 deletions

View File

@ -1535,7 +1535,9 @@ dissect_radius(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _
destination, before - but was it *this* request? */
if (pinfo->fd->num != radius_call->req_num)
{
/* No, so it's a duplicate request. Mark it as such. */
/* No, so it's a duplicate request. Mark it as such.
FIXME: This is way too simple, as the request number
is only an 8-bit value. See bug#4096 */
rad_info->is_duplicate = TRUE;
rad_info->req_num = radius_call->req_num;
col_append_fstr(pinfo->cinfo, COL_INFO,