URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fd62e506b93cb2d9d7d77d7282e522532c70025b
Submitter: Guy Harris (g...@alum.mit.edu)
Changed: branch: master
Repository: wireshark

Commits:

fd62e50 by Guy Harris (g...@alum.mit.edu):

    Eliminate unused structure members and an unused list.
    
    We don't use the addresses, and don't use the inbound port.
    
    We also don't need a list of tn5250_conv_info_t's - they're allocated
    with wmem, so they get freed when we're done with a file, and they're
    attached to conversations, so we don't need a list to find them.
    
    Change-Id: Id3b44fb11cf353d7d15a58938883f2460cf642a0
    Reviewed-on: https://code.wireshark.org/review/26301
    Reviewed-by: Guy Harris <g...@alum.mit.edu>
    

Actions performed:

    from  e3c263c   NSIS, WiX: Handle the presence or absence of mmdbresolve.
    adds  fd62e50   Eliminate unused structure members and an unused list.


Summary of changes:
 epan/dissectors/packet-tn5250.c | 10 ----------
 1 file changed, 10 deletions(-)
___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe

Reply via email to