Wireshark-commits: [Wireshark-commits] master 048ba7a: mount: don't THROW() an exception from a dis

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 14 Jun 2016 03:39:40 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=048ba7a3a39e691d4c3e35501904daf52e5c3110
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

048ba7a by Martin Kaiser (wireshark@xxxxxxxxx):

    mount: don't THROW() an exception from a dissector
    
    if the length is too large, we can simply skip nfs_name_snoop_add_name()
    and the code to prepare its input
    
    Change-Id: I30c9a89edf7b48c45b52e7dad099ac4151f7f4a7
    Reviewed-on: https://code.wireshark.org/review/15883
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  238a984   Don't register Wireshark for .pfx (IPFIX) files.
    adds  048ba7a   mount: don't THROW() an exception from a dissector


Summary of changes:
 epan/dissectors/packet-mount.c |   25 ++++++++++++-------------
 1 file changed, 12 insertions(+), 13 deletions(-)