URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fd62e506b93cb2d9d7d77d7282e522532c70025b
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
fd62e50 by Guy Harris (guy@xxxxxxxxxxxx):
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 <guy@xxxxxxxxxxxx>
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(-)