Wireshark-commits: [Wireshark-commits] master-2.4 251f3f0: Do IP address resolution synchronously b
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=251f3f02b517fcd7335d9f9efa02c37816e31c13
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.4
Repository: wireshark
Commits:
251f3f0 by Guy Harris (guy@xxxxxxxxxxxx):
Do IP address resolution synchronously before printing in TShark.
Otherwise, the first N packets printed, for a value of N dependent on
various factors, won't get IP addresses resolved to names, even if the
user wants them resolved. Unlike Wireshark, which, when a name is
resolved in asynchronously, can go back and fix up the displayed packet
when the asynchronous operation completes, once TShark has written
packet data to the standard output, it can't go back and fix it if it
did name resolution asynchronously.
Bug: 14711
Change-Id: I8ebbd83103e5780c903b5560e01b7b92fa39c924
Reviewed-on: https://code.wireshark.org/review/27668
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
(cherry picked from commit 0542c5b7009e4b6cd4e7760a504b16e30b6b3bf4)
Reviewed-on: https://code.wireshark.org/review/27735
Actions performed:
from 76a5ee1 Creat protocol tvbuff before allocating and freeing memory.
adds 251f3f0 Do IP address resolution synchronously before printing in TShark.
Summary of changes:
epan/addr_resolv.c | 223 +++++++++++++++++++++++++++++++++++++++++++++++++----
epan/addr_resolv.h | 8 ++
tshark.c | 35 +++++----
3 files changed, 234 insertions(+), 32 deletions(-)