ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 17798bc: Handle duplicate attribute and TLV entries s

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 13 Nov 2014 05:20:13 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=17798bc70b6b4f1b4adb640478b57eddf4251969
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

17798bc by Guy Harris (guy@xxxxxxxxxxxx):

    Handle duplicate attribute and TLV entries specially.
    
    For attributes, handle them the same way we handle duplicate vendors.
    
    For TLVs, ignore duplicates; they shouldn't happen.
    
    Change-Id: Ie968478c40a9b7848fa8ea25b144eda8656e5874
    Reviewed-on: https://code.wireshark.org/review/5268
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  f8e24c9   Eliminate proto_tree_add_text for some dissectors.
    adds  17798bc   Handle duplicate attribute and TLV entries specially.


Summary of changes:
 epan/radius_dict.l |  135 +++++++++++++++++++++++++++++++++-------------------
 1 file changed, 86 insertions(+), 49 deletions(-)