Wireshark-commits: [Wireshark-commits] master 35affe3: Changes to the IPP dissector:
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=35affe3be4e0695aba501f4e1aa48fc0d28ce86f
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
35affe3 by Michael Sweet (michael.r.sweet@xxxxxxxxx):
    Changes to the IPP dissector:
    
        - xxx-time values are not UNIX timestamps (that is a CUPS-ism - they are
          time since bootup in IPP itself)
        - Change all of the display strings to use the official IANA values
          (confusing otherwise)
        - Add support for newer value/group tags.
        - Add support for all enum attribute values.
        - Add request/response tracking so you can easily match things up.
        - Decode octetString, rangeOfInteger, textWithLanguage, nameWithLanguage,
          dateTime, and resolution values.
        - Don't treat integers and enums as interchangeable (they aren't).
        - Integers and enums are signed integers.
        - Put operation id or status code in info column.
    
    Change-Id: I9fb5cd89d3c386a2b3932ef4c75967ce2547bc22
    Reviewed-on: https://code.wireshark.org/review/17192
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Smith Kennedy <smith.kennedy@xxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    
Actions performed:
    from  c9a3b72   Note recent packaging updates.
    adds  35affe3   Changes to the IPP dissector:
Summary of changes:
 diameter/dictionary.xml      |   24 +-
 epan/dissectors/packet-ipp.c |  723 ++++++++++++++++++++++++++++++++----------
 2 files changed, 575 insertions(+), 172 deletions(-)