URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7ea363223a5a5a872d66a65570c134c34aa51b49
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
7ea3632 by Peter Wu (peter@xxxxxxxxxxxxx):
    uat: allow insertion of new record at arbitrary index
    
    This should make drag-and-drop support (reordering) in Qt easier. It
    also ensures that memcpy is used as fallback if copy_cb does not exist.
    
    Change-Id: Iefe358890c49dcda4727054f7a2cee05614a36f6
    Reviewed-on: https://code.wireshark.org/review/17992
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    
Actions performed:
    from  2dfc0da   Kerberos: remove some unused #define
    adds  7ea3632   uat: allow insertion of new record at arbitrary index
Summary of changes:
 debian/libwireshark0.symbols |    1 +
 epan/uat-int.h               |    6 ++++++
 epan/uat.c                   |   39 +++++++++++++++++++++++++--------------
 3 files changed, 32 insertions(+), 14 deletions(-)