URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=deb49cb662b3d5465d3ce868b5162f570151e55e
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
deb49cb by Guy Harris (guy@xxxxxxxxxxxx):
Add comments, change structure member name.
"GSList *" implies a list; call the pointer in a struct
heur_dissector_list "dissectors", to indicate what it's a list *of*.
Change-Id: Idf5011e08d35d28934cd52f818b945db1cc7f37b
Reviewed-on: https://code.wireshark.org/review/5941
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from a138faf Clean up some error messages.
adds deb49cb Add comments, change structure member name.
Summary of changes:
epan/packet.c | 28 +++++++++++++++++++---------
1 file changed, 19 insertions(+), 9 deletions(-)