URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=151164d4140b1ab882e3b0778e0aabdbaad06191
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
151164d by Guy Harris (guy@xxxxxxxxxxxx):
Give dissector_all_heur_tables_foreach_table() a sort function.
This makes it a bit more like dissector_all_tables_foreach_table.
Improve comments and clean up whitespace while we're at it.
Change-Id: I5147427f864add285e3bb6cb35ad9fa83bea516c
Reviewed-on: https://code.wireshark.org/review/5714
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 9855bef Make the type of the second argument to a DATFunc_heur_table explicit.
adds 151164d Give dissector_all_heur_tables_foreach_table() a sort function.
Summary of changes:
epan/packet.c | 43 ++++++++++++++++++++++++++++++++++++-----
epan/packet.h | 16 +++++++++++----
epan/wslua/wslua_proto.c | 2 +-
ui/gtk/dissector_tables_dlg.c | 2 +-
4 files changed, 52 insertions(+), 11 deletions(-)