Wireshark-commits: [Wireshark-commits] master 747793a: Fix debugging code.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=747793afaea8a8abbb84012880173fd6a7b8434f
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
747793a by Guy Harris (guy@xxxxxxxxxxxx):
Fix debugging code.
Don't show address or ports that aren't provided; this is especially
important for address 1, where its absence is indicated by the pointer
being null, so we can't blithely dereference it.
Show ports as unsigned, because that's what they are.
Change-Id: I162b6f08a3973c0cded0742c267a016dbb5ee31a
Reviewed-on: https://code.wireshark.org/review/28543
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 39d0648 mdp: fix no previous prototype for ‘proto_reg_handoff_mdp’ [-Wmissing-prototypes]
adds 747793a Fix debugging code.
Summary of changes:
epan/conversation.c | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 87 insertions(+), 3 deletions(-)