ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 49bc104: whois, finger: fix retval, convert from tvb_

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 6 Jul 2014 22:05:27 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=49bc1047be0ed7b1bafcffb0f77e84aead056c0a
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

49bc104 by Peter Wu (peter@xxxxxxxxxxxxx):

    whois,finger: fix retval, convert from tvb_length
    
    Fixes dissector bug:
    failed assertion "save_desegment_offset == pinfo->desegment_offset &&
    save_desegment_len == pinfo->desegment_len"
    
    Change-Id: Ia475bea3726252530189a05ba4dbf69f3c2b7e6c
    Reviewed-on: https://code.wireshark.org/review/2886
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  5bfc21c   Clean up handling of missing functions.
    adds  49bc104   whois,finger: fix retval, convert from tvb_length


Summary of changes:
 epan/dissectors/packet-finger.c |    8 ++++----
 epan/dissectors/packet-whois.c  |    8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)