Wireshark-commits: [Wireshark-commits] master 9855bef: Make the type of the second argument to a DA

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 11 Dec 2014 01:51:10 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9855beff31310162990131c70444fd2662a64b7c
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9855bef by Guy Harris (guy@xxxxxxxxxxxx):

    Make the type of the second argument to a DATFunc_heur_table explicit.
    
    It's always pased a heur_dissector_list_t *, so give it that type,
    rather than having it be a generic pointer.
    
    Change-Id: Ia6a045bb1b96c2f6ef3e23f27928e0b52f7cfb9f
    Reviewed-on: https://code.wireshark.org/review/5713
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  144855c   Fix a comment.
    adds  9855bef   Make the type of the second argument to a DATFunc_heur_table explicit.


Summary of changes:
 epan/packet.c                 |    6 +++---
 epan/packet.h                 |    6 +++---
 epan/wslua/wslua_proto.c      |    2 +-
 ui/gtk/dissector_tables_dlg.c |    6 ++----
 4 files changed, 9 insertions(+), 11 deletions(-)