URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5235dc6ca0d7ec4e6c1fe38cae34763366830629
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
5235dc6 by AndersBroman (a.broman@xxxxxxxxxxxx):
Only call ep_tcp_port_to_display/ep_udp_port_to_display once for sorce and
destination ports.
Change-Id: I490a716b7991d0d7dfcaecd722a267c77af2e776
Reviewed-on: https://code.wireshark.org/review/1682
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 5701cea - Modify Cisco Compatible Extentions MFP dissection - Add Cisco Compatible Extensions DTPC dissection
adds 5235dc6 Only call ep_tcp_port_to_display/ep_udp_port_to_display once for sorce and destination ports.
Summary of changes:
epan/dissectors/packet-tcp.c | 20 ++++++++++++--------
epan/dissectors/packet-udp.c | 18 +++++++++++-------
2 files changed, 23 insertions(+), 15 deletions(-)