Wireshark-commits: [Wireshark-commits] master 0204748: Thread dissecting for Coap payload: fix to t
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 31 May 2018 04:41:08 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=02047488f18f711cabdd69046f3efd2c004c6af4
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0204748 by Juhani Puurula (juhani.puurula@xxxxxxx):

    Thread dissecting for Coap payload: fix to token index
    
    Would previously search for subdissector by second part of URI.
    Subdissectors in hash table are indexed by first part and search
    would return NULL.
    
    Change-Id: I0af1c4800dd69eae78d51d752c3ac299d248ddf4
    Reviewed-on: https://code.wireshark.org/review/27908
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  ff28818   mysql: fix packet length calculation
    adds  0204748   Thread dissecting for Coap payload: fix to token index


Summary of changes:
 epan/dissectors/packet-thread.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)