Wireshark-commits: [Wireshark-commits] master c046ea8: winsrepl: don't THROW() an exception from a
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 30 May 2016 20:50:44 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c046ea826c946355f4f406cbb5209e39fbb89444
Submitter: Martin Kaiser (wireshark@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c046ea8 by Martin Kaiser (wireshark@xxxxxxxxx):

    winsrepl: don't THROW() an exception from a dissector
    
    we can simply exit, returning the number of bytes we processed
    delete an unnecessary cast while it at
    
    Change-Id: I77596a315fcb4c64a0ad017d2b77b702b1829144
    Reviewed-on: https://code.wireshark.org/review/15625
    Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
    

Actions performed:

    from  023da37   TCP: fix 'mptcp.related_mapping' exists multiple times with NOT compatible types: FT_NONE and FT_FRAMENUM
    adds  c046ea8   winsrepl: don't THROW() an exception from a dissector


Summary of changes:
 epan/dissectors/packet-winsrepl.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)