Wireshark-commits: [Wireshark-commits] master bf91124: packet-stun.c: Add decoding of	PASSWORD_ALGO
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bf9112445885951c0be121edbf9ed90b7bf3d037
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
bf91124 by Joerg Mayer (jmayer@xxxxxxxxx):
    packet-stun.c: Add decoding of PASSWORD_ALGORITHM(S)
    
    - Add rfc8489 to differences table
    - Add expert items for attributes exceeding packet length and attributes with trailing data
    - Remove unused and "#if 0"ed attributes_properties_p (never used since added in 2009
    
    Change-Id: If7f804a5ee8ea057765f2d55b04181c644cc3d0c
    Reviewed-on: https://code.wireshark.org/review/38059
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    
Actions performed:
    from  2ce378f   packet_xml: detect and handle UTF-16 BOM
     add  bf91124   packet-stun.c: Add decoding of PASSWORD_ALGORITHM(S)
Summary of changes:
 epan/dissectors/packet-stun.c | 127 +++++++++++++++++++++++++++++++-----------
 1 file changed, 96 insertions(+), 31 deletions(-)