Wireshark-commits: [Wireshark-commits] master e8f24f3: coap: fix decoding of observe extension
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 21 Jul 2015 21:52:41 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e8f24f319ed28d9b419201f431f028c691fc396f
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e8f24f3 by Hauke Mehrtens (hauke@xxxxxxxxxx):

    coap: fix decoding of observe extension
    
    The observe draft changed and now the option value does not contain the
    lifetime anymore, but the value encodes if a user wants to register or
    deregister.
    
    Change-Id: I3719101c2bed87c956eb24056be40c9a79dafac8
    Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/9638
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  bd62adb   Update symbols.
    adds  e8f24f3   coap: fix decoding of observe extension


Summary of changes:
 epan/dissectors/packet-coap.c |   16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)